]> andersk Git - openssh.git/blame - ssh.1
- mouring@cvs.openbsd.org 2001/05/03 23:09:53
[openssh.git] / ssh.1
CommitLineData
bf740959 1.\" -*- nroff -*-
2.\"
bf740959 3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
bf740959 4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
5.\" All rights reserved
6.\"
bcbf86ec 7.\" As far as I am concerned, the code I have written for this software
8.\" can be used freely for any purpose. Any derived versions of this
9.\" software must be clearly marked as such, and if the derived work is
10.\" incompatible with the protocol description in the RFC file, it must be
11.\" called by a name other than "ssh" or "Secure Shell".
12.\"
f3c7c613 13.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved.
14.\" Copyright (c) 1999 Aaron Campbell. All rights reserved.
15.\" Copyright (c) 1999 Theo de Raadt. All rights reserved.
bcbf86ec 16.\"
17.\" Redistribution and use in source and binary forms, with or without
18.\" modification, are permitted provided that the following conditions
19.\" are met:
20.\" 1. Redistributions of source code must retain the above copyright
21.\" notice, this list of conditions and the following disclaimer.
22.\" 2. Redistributions in binary form must reproduce the above copyright
23.\" notice, this list of conditions and the following disclaimer in the
24.\" documentation and/or other materials provided with the distribution.
bf740959 25.\"
bcbf86ec 26.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
27.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
28.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
29.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
30.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
31.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
bf740959 36.\"
3435f5a6 37.\" $OpenBSD: ssh.1,v 1.108 2001/04/30 11:18:52 markus Exp $
bf740959 38.Dd September 25, 1999
39.Dt SSH 1
40.Os
41.Sh NAME
42.Nm ssh
2c86906e 43.Nd OpenSSH SSH client (remote login program)
bf740959 44.Sh SYNOPSIS
45.Nm ssh
46.Op Fl l Ar login_name
47.Op Ar hostname | user@hostname
48.Op Ar command
49.Pp
50.Nm ssh
9afadca8 51.Op Fl afgknqstvxACNPTX1246
3435f5a6 52.Op Fl b Ar bind_address
d0c832f3 53.Op Fl c Ar cipher_spec
bf740959 54.Op Fl e Ar escape_char
55.Op Fl i Ar identity_file
56.Op Fl l Ar login_name
b2552997 57.Op Fl m Ar mac_spec
bf740959 58.Op Fl o Ar option
59.Op Fl p Ar port
60.Oo Fl L Xo
61.Sm off
bf740959 62.Ar port :
7b2ea3a1 63.Ar host :
bf740959 64.Ar hostport
65.Sm on
66.Xc
67.Oc
68.Oo Fl R Xo
69.Sm off
bf740959 70.Ar port :
7b2ea3a1 71.Ar host :
bf740959 72.Ar hostport
73.Sm on
74.Xc
75.Oc
76.Op Ar hostname | user@hostname
77.Op Ar command
f54651ce 78.Sh DESCRIPTION
bf740959 79.Nm
2c86906e 80(SSH client) is a program for logging into a remote machine and for
610cd5c6 81executing commands on a remote machine.
82It is intended to replace
bf740959 83rlogin and rsh, and provide secure encrypted communications between
610cd5c6 84two untrusted hosts over an insecure network.
85X11 connections and
bf740959 86arbitrary TCP/IP ports can also be forwarded over the secure channel.
87.Pp
88.Nm
f54651ce 89connects and logs into the specified
bf740959 90.Ar hostname .
91The user must prove
1d1ffb87 92his/her identity to the remote machine using one of several methods
93depending on the protocol version used:
94.Pp
95.Ss SSH protocol version 1
bf740959 96.Pp
97First, if the machine the user logs in from is listed in
98.Pa /etc/hosts.equiv
99or
5f4fdfae 100.Pa /etc/shosts.equiv
bf740959 101on the remote machine, and the user names are
102the same on both sides, the user is immediately permitted to log in.
f54651ce 103Second, if
bf740959 104.Pa \&.rhosts
105or
106.Pa \&.shosts
107exists in the user's home directory on the
108remote machine and contains a line containing the name of the client
109machine and the name of the user on that machine, the user is
610cd5c6 110permitted to log in.
111This form of authentication alone is normally not
bf740959 112allowed by the server because it is not secure.
113.Pp
da89cf4d 114The second authentication method is the
bf740959 115.Pa rhosts
116or
117.Pa hosts.equiv
610cd5c6 118method combined with RSA-based host authentication.
119It means that if the login would be permitted by
1d1ffb87 120.Pa $HOME/.rhosts ,
121.Pa $HOME/.shosts ,
bf740959 122.Pa /etc/hosts.equiv ,
123or
5f4fdfae 124.Pa /etc/shosts.equiv ,
bf740959 125and if additionally the server can verify the client's
f54651ce 126host key (see
5f4fdfae 127.Pa /etc/ssh_known_hosts
5bbb5681 128and
129.Pa $HOME/.ssh/known_hosts
bf740959 130in the
131.Sx FILES
610cd5c6 132section), only then login is permitted.
133This authentication method closes security holes due to IP
134spoofing, DNS spoofing and routing spoofing.
135[Note to the administrator:
bf740959 136.Pa /etc/hosts.equiv ,
1d1ffb87 137.Pa $HOME/.rhosts ,
bf740959 138and the rlogin/rsh protocol in general, are inherently insecure and should be
139disabled if security is desired.]
140.Pp
f54651ce 141As a third authentication method,
bf740959 142.Nm
143supports RSA based authentication.
144The scheme is based on public-key cryptography: there are cryptosystems
145where encryption and decryption are done using separate keys, and it
146is not possible to derive the decryption key from the encryption key.
610cd5c6 147RSA is one such system.
f54651ce 148The idea is that each user creates a public/private
610cd5c6 149key pair for authentication purposes.
150The server knows the public key, and only the user knows the private key.
f54651ce 151The file
bf740959 152.Pa $HOME/.ssh/authorized_keys
153lists the public keys that are permitted for logging
610cd5c6 154in.
155When the user logs in, the
bf740959 156.Nm
157program tells the server which key pair it would like to use for
610cd5c6 158authentication.
159The server checks if this key is permitted, and if
bf740959 160so, sends the user (actually the
161.Nm
162program running on behalf of the user) a challenge, a random number,
610cd5c6 163encrypted by the user's public key.
164The challenge can only be
165decrypted using the proper private key.
166The user's client then decrypts the
bf740959 167challenge using the private key, proving that he/she knows the private
168key but without disclosing it to the server.
169.Pp
170.Nm
610cd5c6 171implements the RSA authentication protocol automatically.
172The user creates his/her RSA key pair by running
bf740959 173.Xr ssh-keygen 1 .
f54651ce 174This stores the private key in
1d1ffb87 175.Pa $HOME/.ssh/identity
bf740959 176and the public key in
1d1ffb87 177.Pa $HOME/.ssh/identity.pub
610cd5c6 178in the user's home directory.
179The user should then copy the
bf740959 180.Pa identity.pub
f54651ce 181to
1d1ffb87 182.Pa $HOME/.ssh/authorized_keys
f54651ce 183in his/her home directory on the remote machine (the
bf740959 184.Pa authorized_keys
f54651ce 185file corresponds to the conventional
1d1ffb87 186.Pa $HOME/.rhosts
bf740959 187file, and has one key
610cd5c6 188per line, though the lines can be very long).
189After this, the user can log in without giving the password.
190RSA authentication is much
bf740959 191more secure than rhosts authentication.
192.Pp
193The most convenient way to use RSA authentication may be with an
610cd5c6 194authentication agent.
195See
bf740959 196.Xr ssh-agent 1
197for more information.
198.Pp
f54651ce 199If other authentication methods fail,
bf740959 200.Nm
610cd5c6 201prompts the user for a password.
202The password is sent to the remote
bf740959 203host for checking; however, since all communications are encrypted,
204the password cannot be seen by someone listening on the network.
205.Pp
1d1ffb87 206.Ss SSH protocol version 2
207.Pp
208When a user connects using the protocol version 2
da89cf4d 209different authentication methods are available.
210Using the default values for
211.Cm PreferredAuthentications ,
212the client will try to authenticate first using the public key method;
213if this method fails password authentication is attempted,
214and finally if this method fails keyboard-interactive authentication
215is attempted.
216If this method fails password authentication is
217tried.
1d1ffb87 218.Pp
219The public key method is similar to RSA authentication described
da89cf4d 220in the previous section and allows the RSA or DSA algorithm to be used:
c0ecc314 221The client uses his private key,
1d1ffb87 222.Pa $HOME/.ssh/id_dsa
c0ecc314 223or
224.Pa $HOME/.ssh/id_rsa ,
1d1ffb87 225to sign the session identifier and sends the result to the server.
226The server checks whether the matching public key is listed in
227.Pa $HOME/.ssh/authorized_keys2
228and grants access if both the key is found and the signature is correct.
229The session identifier is derived from a shared Diffie-Hellman value
230and is only known to the client and the server.
231.Pp
232If public key authentication fails or is not available a password
233can be sent encrypted to the remote host for proving the user's identity.
da89cf4d 234.Pp
235Additionally,
236.Nm
237supports hostbased or challenge response authentication.
1d1ffb87 238.Pp
239Protocol 2 provides additional mechanisms for confidentiality
d0c832f3 240(the traffic is encrypted using 3DES, Blowfish, CAST128 or Arcfour)
f2ba0775 241and integrity (hmac-md5, hmac-sha1).
1d1ffb87 242Note that protocol 1 lacks a strong mechanism for ensuring the
243integrity of the connection.
244.Pp
245.Ss Login session and remote execution
246.Pp
bf740959 247When the user's identity has been accepted by the server, the server
248either executes the given command, or logs into the machine and gives
610cd5c6 249the user a normal shell on the remote machine.
250All communication with
bf740959 251the remote command or shell will be automatically encrypted.
252.Pp
253If a pseudo-terminal has been allocated (normal login session), the
df841692 254user may use the escape characters noted below.
bf740959 255.Pp
256If no pseudo tty has been allocated, the
257session is transparent and can be used to reliably transfer binary
610cd5c6 258data.
259On most systems, setting the escape character to
bf740959 260.Dq none
261will also make the session transparent even if a tty is used.
262.Pp
ce9c0b75 263The session terminates when the command or shell on the remote
e91c60f2 264machine exits and all X11 and TCP/IP connections have been closed.
bf740959 265The exit status of the remote program is returned as the exit status
266of
267.Nm ssh .
268.Pp
df841692 269.Ss Escape Characters
270.Pp
271When a pseudo terminal has been requested, ssh supports a number of functions
67b964a1 272through the use of an escape character.
df841692 273.Pp
274A single tilde character can be sent as
275.Ic ~~
276(or by following the tilde by a character other than those described above).
277The escape character must always follow a newline to be interpreted as
278special.
279The escape character can be changed in configuration files using the
280.Cm EscapeChar
281configuration directive or on the command line by the
282.Fl e
283option.
284.Pp
285The supported escapes (assuming the default
286.Ql ~ )
287are:
288.Bl -tag -width Ds
289.It Cm ~.
290Disconnect
291.It Cm ~^Z
292Background ssh
293.It Cm ~#
294List forwarded connections
295.It Cm ~&
296Background ssh at logout when waiting for forwarded connection / X11 sessions
da89cf4d 297to terminate (protocol version 1 only)
df841692 298.It Cm ~?
299Display a list of escape characters
300.It Cm ~R
67b964a1 301Request rekeying of the connection (only useful for SSH protocol version 2
302and if the peer supports it)
df841692 303.El
304.Pp
1d1ffb87 305.Ss X11 and TCP forwarding
306.Pp
bf740959 307If the user is using X11 (the
308.Ev DISPLAY
309environment variable is set), the connection to the X11 display is
310automatically forwarded to the remote side in such a way that any X11
311programs started from the shell (or command) will go through the
312encrypted channel, and the connection to the real X server will be made
610cd5c6 313from the local machine.
314The user should not manually set
bf740959 315.Ev DISPLAY .
316Forwarding of X11 connections can be
317configured on the command line or in configuration files.
318.Pp
319The
f54651ce 320.Ev DISPLAY
bf740959 321value set by
322.Nm
323will point to the server machine, but with a display number greater
610cd5c6 324than zero.
325This is normal, and happens because
bf740959 326.Nm
327creates a
328.Dq proxy
329X server on the server machine for forwarding the
330connections over the encrypted channel.
331.Pp
332.Nm
333will also automatically set up Xauthority data on the server machine.
334For this purpose, it will generate a random authorization cookie,
335store it in Xauthority on the server, and verify that any forwarded
336connections carry this cookie and replace it by the real cookie when
610cd5c6 337the connection is opened.
338The real authentication cookie is never
bf740959 339sent to the server machine (and no cookies are sent in the plain).
340.Pp
341If the user is using an authentication agent, the connection to the agent
342is automatically forwarded to the remote side unless disabled on
343command line or in a configuration file.
344.Pp
345Forwarding of arbitrary TCP/IP connections over the secure channel can
610cd5c6 346be specified either on command line or in a configuration file.
347One possible application of TCP/IP forwarding is a secure connection to an
e91c60f2 348electronic purse; another is going through firewalls.
bf740959 349.Pp
1d1ffb87 350.Ss Server authentication
351.Pp
bf740959 352.Nm
1d1ffb87 353automatically maintains and checks a database containing
610cd5c6 354identifications for all hosts it has ever been used with.
1d1ffb87 355RSA host keys are stored in
356.Pa $HOME/.ssh/known_hosts
357and
fa08c86b 358host keys used in the protocol version 2 are stored in
1d1ffb87 359.Pa $HOME/.ssh/known_hosts2
610cd5c6 360in the user's home directory.
1d1ffb87 361Additionally, the files
5f4fdfae 362.Pa /etc/ssh_known_hosts
1d1ffb87 363and
364.Pa /etc/ssh_known_hosts2
365are automatically checked for known hosts.
610cd5c6 366Any new hosts are automatically added to the user's file.
367If a host's identification
bf740959 368ever changes,
369.Nm
370warns about this and disables password authentication to prevent a
610cd5c6 371trojan horse from getting the user's password.
372Another purpose of
bf740959 373this mechanism is to prevent man-in-the-middle attacks which could
610cd5c6 374otherwise be used to circumvent the encryption.
375The
bf740959 376.Cm StrictHostKeyChecking
377option (see below) can be used to prevent logins to machines whose
378host key is not known or has changed.
fa08c86b 379.Pp
380The options are as follows:
bf740959 381.Bl -tag -width Ds
382.It Fl a
4fe2af09 383Disables forwarding of the authentication agent connection.
71276795 384.It Fl A
385Enables forwarding of the authentication agent connection.
386This can also be specified on a per-host basis in a configuration file.
3435f5a6 387.It Fl b Ar bind_address
388Specify the interface to transmit from on machines with multiple
389interfaces or aliased addresses.
bf740959 390.It Fl c Ar blowfish|3des
f54651ce 391Selects the cipher to use for encrypting the session.
bf740959 392.Ar 3des
610cd5c6 393is used by default.
f54651ce 394It is believed to be secure.
bf740959 395.Ar 3des
396(triple-des) is an encrypt-decrypt-encrypt triple with three different keys.
397It is presumably more secure than the
398.Ar des
a22aff1f 399cipher which is no longer fully supported in
d0c832f3 400.Nm ssh .
bf740959 401.Ar blowfish
402is a fast block cipher, it appears very secure and is much faster than
610cd5c6 403.Ar 3des .
9afadca8 404.It Fl c Ar cipher_spec
d0c832f3 405Additionally, for protocol version 2 a comma-separated list of ciphers can
94ec8c6b 406be specified in order of preference.
9afadca8 407See
408.Cm Ciphers
409for more information.
bf740959 410.It Fl e Ar ch|^ch|none
411Sets the escape character for sessions with a pty (default:
412.Ql ~ ) .
610cd5c6 413The escape character is only recognized at the beginning of a line.
414The escape character followed by a dot
bf740959 415.Pq Ql \&.
416closes the connection, followed
417by control-Z suspends the connection, and followed by itself sends the
610cd5c6 418escape character once.
419Setting the character to
bf740959 420.Dq none
421disables any escapes and makes the session fully transparent.
422.It Fl f
423Requests
424.Nm
610cd5c6 425to go to background just before command execution.
426This is useful if
bf740959 427.Nm
428is going to ask for passwords or passphrases, but the user
610cd5c6 429wants it in the background.
f54651ce 430This implies
bf740959 431.Fl n .
432The recommended way to start X11 programs at a remote site is with
433something like
434.Ic ssh -f host xterm .
7b2ea3a1 435.It Fl g
436Allows remote hosts to connect to local forwarded ports.
bf740959 437.It Fl i Ar identity_file
f54651ce 438Selects the file from which the identity (private key) for
fa08c86b 439RSA or DSA authentication is read.
f54651ce 440Default is
1d1ffb87 441.Pa $HOME/.ssh/identity
610cd5c6 442in the user's home directory.
443Identity files may also be specified on
444a per-host basis in the configuration file.
445It is possible to have multiple
bf740959 446.Fl i
447options (and multiple identities specified in
448configuration files).
bf740959 449.It Fl k
4fe2af09 450Disables forwarding of Kerberos tickets and AFS tokens.
451This may also be specified on a per-host basis in the configuration file.
bf740959 452.It Fl l Ar login_name
610cd5c6 453Specifies the user to log in as on the remote machine.
454This also may be specified on a per-host basis in the configuration file.
b2552997 455.It Fl m Ar mac_spec
456Additionally, for protocol version 2 a comma-separated list of MAC
457(message authentication code) algorithms can
458be specified in order of preference.
459See the
460.Cm MACs
461keyword for more information.
bf740959 462.It Fl n
463Redirects stdin from
464.Pa /dev/null
465(actually, prevents reading from stdin).
466This must be used when
467.Nm
610cd5c6 468is run in the background.
469A common trick is to use this to run X11 programs on a remote machine.
470For example,
bf740959 471.Ic ssh -n shadows.cs.hut.fi emacs &
472will start an emacs on shadows.cs.hut.fi, and the X11
473connection will be automatically forwarded over an encrypted channel.
474The
475.Nm
476program will be put in the background.
477(This does not work if
478.Nm
479needs to ask for a password or passphrase; see also the
480.Fl f
481option.)
0e73cc53 482.It Fl N
483Do not execute a remote command.
0b6fbf03 484This is useful if you just want to forward ports
0e73cc53 485(protocol version 2 only).
bf740959 486.It Fl o Ar option
487Can be used to give options in the format used in the config file.
488This is useful for specifying options for which there is no separate
610cd5c6 489command-line flag.
490The option has the same format as a line in the configuration file.
bf740959 491.It Fl p Ar port
610cd5c6 492Port to connect to on the remote host.
493This can be specified on a
bf740959 494per-host basis in the configuration file.
495.It Fl P
496Use a non-privileged port for outgoing connections.
497This can be used if your firewall does
498not permit connections from privileged ports.
95f1eccc 499Note that this option turns off
bf740959 500.Cm RhostsAuthentication
501and
6ffc9c88 502.Cm RhostsRSAAuthentication
503for older servers.
bf740959 504.It Fl q
610cd5c6 505Quiet mode.
506Causes all warning and diagnostic messages to be suppressed.
507Only fatal errors are displayed.
ae810de7 508.It Fl s
509May be used to request invocation of a subsystem on the remote system. Subsystems are a feature of the SSH2 protocol which facilitate the use
510of SSH as a secure transport for other application (eg. sftp). The
511subsystem is specified as the remote command.
bf740959 512.It Fl t
610cd5c6 513Force pseudo-tty allocation.
4fe2af09 514This can be used to execute arbitrary
610cd5c6 515screen-based programs on a remote machine, which can be very useful,
516e.g., when implementing menu services.
8abcdba4 517Multiple
518.Fl t
519options force tty allocation, even if
520.Nm
521has no local tty.
0e73cc53 522.It Fl T
0b6fbf03 523Disable pseudo-tty allocation.
bf740959 524.It Fl v
610cd5c6 525Verbose mode.
526Causes
bf740959 527.Nm
610cd5c6 528to print debugging messages about its progress.
529This is helpful in
bf740959 530debugging connection, authentication, and configuration problems.
8abcdba4 531Multiple
532.Fl v
533options increases the verbosity.
94ec8c6b 534Maximum is 3.
bf740959 535.It Fl x
610cd5c6 536Disables X11 forwarding.
bf740959 537.It Fl X
538Enables X11 forwarding.
71276795 539This can also be specified on a per-host basis in a configuration file.
bf740959 540.It Fl C
541Requests compression of all data (including stdin, stdout, stderr, and
610cd5c6 542data for forwarded X11 and TCP/IP connections).
543The compression algorithm is the same used by
7b2ea3a1 544.Xr gzip 1 ,
545and the
bf740959 546.Dq level
547can be controlled by the
548.Cm CompressionLevel
610cd5c6 549option (see below).
550Compression is desirable on modem lines and other
bf740959 551slow connections, but will only slow down things on fast networks.
552The default value can be set on a host-by-host basis in the
553configuration files; see the
554.Cm Compress
555option below.
556.It Fl L Ar port:host:hostport
557Specifies that the given port on the local (client) host is to be
610cd5c6 558forwarded to the given host and port on the remote side.
559This works by allocating a socket to listen to
bf740959 560.Ar port
561on the local side, and whenever a connection is made to this port, the
562connection is forwarded over the secure channel, and a connection is
563made to
48e671d5 564.Ar host
565port
566.Ar hostport
610cd5c6 567from the remote machine.
568Port forwardings can also be specified in the configuration file.
569Only root can forward privileged ports.
48e671d5 570IPv6 addresses can be specified with an alternative syntax:
571.Ar port/host/hostport
bf740959 572.It Fl R Ar port:host:hostport
573Specifies that the given port on the remote (server) host is to be
610cd5c6 574forwarded to the given host and port on the local side.
575This works by allocating a socket to listen to
bf740959 576.Ar port
577on the remote side, and whenever a connection is made to this port, the
578connection is forwarded over the secure channel, and a connection is
579made to
48e671d5 580.Ar host
581port
582.Ar hostport
610cd5c6 583from the local machine.
584Port forwardings can also be specified in the configuration file.
585Privileged ports can be forwarded only when
bf740959 586logging in as root on the remote machine.
da89cf4d 587IPv6 addresses can be specified with an alternative syntax:
588.Ar port/host/hostport
9afadca8 589.It Fl 1
590Forces
591.Nm
592to try protocol version 1 only.
6ae2364d 593.It Fl 2
594Forces
595.Nm
1d1ffb87 596to try protocol version 2 only.
48e671d5 597.It Fl 4
598Forces
599.Nm
600to use IPv4 addresses only.
601.It Fl 6
602Forces
603.Nm
604to use IPv6 addresses only.
bf740959 605.El
606.Sh CONFIGURATION FILES
607.Nm
608obtains configuration data from the following sources (in this order):
609command line options, user's configuration file
610.Pq Pa $HOME/.ssh/config ,
611and system-wide configuration file
5f4fdfae 612.Pq Pa /etc/ssh_config .
bf740959 613For each parameter, the first obtained value
610cd5c6 614will be used.
615The configuration files contain sections bracketed by
616.Dq Host
617specifications, and that section is only applied for hosts that
618match one of the patterns given in the specification.
619The matched host name is the one given on the command line.
bf740959 620.Pp
621Since the first obtained value for each parameter is used, more
622host-specific declarations should be given near the beginning of the
623file, and general defaults at the end.
624.Pp
625The configuration file has the following format:
626.Pp
627Empty lines and lines starting with
628.Ql #
629are comments.
630.Pp
631Otherwise a line is of the format
632.Dq keyword arguments .
633The possible
634keywords and their meanings are as follows (note that the
635configuration files are case-sensitive):
636.Bl -tag -width Ds
637.It Cm Host
638Restricts the following declarations (up to the next
639.Cm Host
640keyword) to be only for those hosts that match one of the patterns
641given after the keyword.
642.Ql \&*
643and
644.Ql ?
645can be used as wildcards in the
610cd5c6 646patterns.
647A single
bf740959 648.Ql \&*
649as a pattern can be used to provide global
610cd5c6 650defaults for all hosts.
651The host is the
bf740959 652.Ar hostname
653argument given on the command line (i.e., the name is not converted to
654a canonicalized host name before matching).
655.It Cm AFSTokenPassing
4fe2af09 656Specifies whether to pass AFS tokens to remote host.
657The argument to this keyword must be
bf740959 658.Dq yes
659or
660.Dq no .
da89cf4d 661This option applies to protocol version 1 only.
bf740959 662.It Cm BatchMode
663If set to
664.Dq yes ,
610cd5c6 665passphrase/password querying will be disabled.
666This option is useful in scripts and other batch jobs where you have no
667user to supply the password.
668The argument must be
bf740959 669.Dq yes
670or
671.Dq no .
01ce749f 672The default is
673.Dq no .
3435f5a6 674.It Cm BindAddress
675Specify the interface to transmit from on machines with multiple
676interfaces or aliased addresses.
677Note that this option does not work if
678.Cm UsePrivilegedPort
679is set to
680.Dq yes .
7b2ea3a1 681.It Cm CheckHostIP
682If this flag is set to
683.Dq yes ,
01ce749f 684ssh will additionally check the host IP address in the
7b2ea3a1 685.Pa known_hosts
4fe2af09 686file.
687This allows ssh to detect if a host key changed due to DNS spoofing.
7b2ea3a1 688If the option is set to
689.Dq no ,
690the check will not be executed.
01ce749f 691The default is
692.Dq yes .
bf740959 693.It Cm Cipher
33de75a3 694Specifies the cipher to use for encrypting the session
a22aff1f 695in protocol version 1.
610cd5c6 696Currently,
a22aff1f 697.Dq blowfish
bf740959 698and
699.Dq 3des
610cd5c6 700are supported.
701The default is
bf740959 702.Dq 3des .
f54651ce 703.It Cm Ciphers
704Specifies the ciphers allowed for protocol version 2
705in order of preference.
706Multiple ciphers must be comma-separated.
707The default is
9afadca8 708.Pp
709.Bd -literal
f2ba0775 710 ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,
da89cf4d 711 aes192-cbc,aes256-cbc''
9afadca8 712.Ed
bf740959 713.It Cm Compression
610cd5c6 714Specifies whether to use compression.
715The argument must be
bf740959 716.Dq yes
717or
718.Dq no .
01ce749f 719The default is
720.Dq no .
bf740959 721.It Cm CompressionLevel
01ce749f 722Specifies the compression level to use if compression is enabled.
610cd5c6 723The argument must be an integer from 1 (fast) to 9 (slow, best).
724The default level is 6, which is good for most applications.
725The meaning of the values is the same as in
7b2ea3a1 726.Xr gzip 1 .
da89cf4d 727Note that this option applies to protocol version 1 only.
bf740959 728.It Cm ConnectionAttempts
729Specifies the number of tries (one per second) to make before falling
610cd5c6 730back to rsh or exiting.
731The argument must be an integer.
732This may be useful in scripts if the connection sometimes fails.
01ce749f 733The default is 4.
bf740959 734.It Cm EscapeChar
735Sets the escape character (default:
736.Ql ~ ) .
737The escape character can also
610cd5c6 738be set on the command line.
739The argument should be a single character,
bf740959 740.Ql ^
741followed by a letter, or
742.Dq none
743to disable the escape
744character entirely (making the connection transparent for binary
745data).
f54651ce 746.It Cm FallBackToRsh
bf740959 747Specifies that if connecting via
748.Nm
749fails due to a connection refused error (there is no
750.Xr sshd 8
f54651ce 751listening on the remote host),
bf740959 752.Xr rsh 1
753should automatically be used instead (after a suitable warning about
610cd5c6 754the session being unencrypted).
755The argument must be
bf740959 756.Dq yes
757or
758.Dq no .
01ce749f 759The default is
760.Dq no .
bf740959 761.It Cm ForwardAgent
762Specifies whether the connection to the authentication agent (if any)
610cd5c6 763will be forwarded to the remote machine.
764The argument must be
bf740959 765.Dq yes
766or
767.Dq no .
71276795 768The default is
769.Dq no .
bf740959 770.It Cm ForwardX11
771Specifies whether X11 connections will be automatically redirected
f54651ce 772over the secure channel and
bf740959 773.Ev DISPLAY
610cd5c6 774set.
f54651ce 775The argument must be
bf740959 776.Dq yes
777or
778.Dq no .
c8d54615 779The default is
780.Dq no .
bf740959 781.It Cm GatewayPorts
782Specifies whether remote hosts are allowed to connect to local
783forwarded ports.
784The argument must be
785.Dq yes
786or
787.Dq no .
788The default is
789.Dq no .
790.It Cm GlobalKnownHostsFile
a5df12e9 791Specifies a file to use for the protocol version 1 global
792host key database instead of
5f4fdfae 793.Pa /etc/ssh_known_hosts .
a5df12e9 794.It Cm GlobalKnownHostsFile2
795Specifies a file to use for the protocol version 2 global
796host key database instead of
797.Pa /etc/ssh_known_hosts2 .
da89cf4d 798.It Cm HostbasedAuthentication
799Specifies whether to try rhosts based authentication with public key
800authentication.
801The argument must be
802.Dq yes
803or
804.Dq no .
805The default is
806.Dq yes .
807This option applies to protocol version 2 only and
808is similar to
809.Cm RhostsRSAAuthentication .
e961a8f9 810.It Cm HostKeyAlgorithms
811Specfies the protocol version 2 host key algorithms
812that the client wants to use in order of preference.
813The default for this option is:
814.Dq ssh-rsa,ssh-dss
da89cf4d 815.It Cm HostKeyAlias
816Specifies an alias that should be used instead of the
817real host name when looking up or saving the host key
818in the host key database files.
819This option is useful for tunneling ssh connections
820or if you have multiple servers running on a single host.
bf740959 821.It Cm HostName
610cd5c6 822Specifies the real host name to log into.
823This can be used to specify nicknames or abbreviations for hosts.
824Default is the name given on the command line.
825Numeric IP addresses are also permitted (both on the command line and in
bf740959 826.Cm HostName
827specifications).
828.It Cm IdentityFile
da89cf4d 829Specifies the file from which the user's RSA or DSA authentication identity
bf740959 830is read (default
1d1ffb87 831.Pa $HOME/.ssh/identity
bf740959 832in the user's home directory).
833Additionally, any identities represented by the authentication agent
610cd5c6 834will be used for authentication.
835The file name may use the tilde
836syntax to refer to a user's home directory.
837It is possible to have
bf740959 838multiple identity files specified in configuration files; all these
839identities will be tried in sequence.
840.It Cm KeepAlive
841Specifies whether the system should send keepalive messages to the
610cd5c6 842other side.
843If they are sent, death of the connection or crash of one
844of the machines will be properly noticed.
845However, this means that
bf740959 846connections will die if the route is down temporarily, and some people
4fe2af09 847find it annoying.
bf740959 848.Pp
849The default is
850.Dq yes
851(to send keepalives), and the client will notice
610cd5c6 852if the network goes down or the remote host dies.
853This is important in scripts, and many users want it too.
bf740959 854.Pp
855To disable keepalives, the value should be set to
856.Dq no
857in both the server and the client configuration files.
858.It Cm KerberosAuthentication
4fe2af09 859Specifies whether Kerberos authentication will be used.
860The argument to this keyword must be
bf740959 861.Dq yes
862or
863.Dq no .
864.It Cm KerberosTgtPassing
4fe2af09 865Specifies whether a Kerberos TGT will be forwarded to the server.
866This will only work if the Kerberos server is actually an AFS kaserver.
867The argument to this keyword must be
bf740959 868.Dq yes
869or
870.Dq no .
871.It Cm LocalForward
872Specifies that a TCP/IP port on the local machine be forwarded over
610cd5c6 873the secure channel to given host:port from the remote machine.
874The first argument must be a port number, and the second must be
875host:port.
876Multiple forwardings may be specified, and additional
877forwardings can be given on the command line.
878Only the superuser can forward privileged ports.
6a17f9c2 879.It Cm LogLevel
880Gives the verbosity level that is used when logging messages from
881.Nm ssh .
882The possible values are:
59c97189 883QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG.
884The default is INFO.
b2552997 885.It Cm MACs
886Specifies the MAC (message authentication code) algorithms
887in order of preference.
888The MAC algorithm is used in protocol version 2
889for data integrity protection.
890Multiple algorithms must be comma-separated.
891The default is
892.Pp
893.Bd -literal
f2ba0775 894 ``hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,
b2552997 895 hmac-sha1-96,hmac-md5-96''
896.Ed
bf740959 897.It Cm NumberOfPasswordPrompts
4fe2af09 898Specifies the number of password prompts before giving up.
899The argument to this keyword must be an integer.
900Default is 3.
7b2ea3a1 901.It Cm PasswordAuthentication
610cd5c6 902Specifies whether to use password authentication.
903The argument to this keyword must be
7b2ea3a1 904.Dq yes
905or
906.Dq no .
01ce749f 907The default is
908.Dq yes .
bf740959 909.It Cm Port
610cd5c6 910Specifies the port number to connect on the remote host.
911Default is 22.
babd91d4 912.It Cm PreferredAuthentications
913Specifies the order in which the client should try protocol 2
914authentication methods. This allows a client to prefer one method (e.g.
915.Cm keyboard-interactive )
916over another method (e.g.
917.Cm password )
918The default for this option is:
919.Dq publickey, password, keyboard-interactive
f54651ce 920.It Cm Protocol
921Specifies the protocol versions
922.Nm
923should support in order of preference.
924The possible values are
925.Dq 1
926and
927.Dq 2 .
928Multiple versions must be comma-separated.
929The default is
b4a19d21 930.Dq 2,1 .
1d1ffb87 931This means that
932.Nm
b4a19d21 933tries version 2 and falls back to version 1
934if version 2 is not available.
bf740959 935.It Cm ProxyCommand
610cd5c6 936Specifies the command to use to connect to the server.
937The command
938string extends to the end of the line, and is executed with
939.Pa /bin/sh .
940In the command string,
941.Ql %h
942will be substituted by the host name to
943connect and
944.Ql %p
945by the port.
946The command can be basically anything,
947and should read from its standard input and write to its standard output.
948It should eventually connect an
bf740959 949.Xr sshd 8
950server running on some machine, or execute
951.Ic sshd -i
610cd5c6 952somewhere.
953Host key management will be done using the
bf740959 954HostName of the host being connected (defaulting to the name typed by
955the user).
57112b5a 956Note that
957.Cm CheckHostIP
958is not available for connects with a proxy command.
bf740959 959.Pp
da89cf4d 960.It Cm PubkeyAuthentication
961Specifies whether to try public key authentication.
962The argument to this keyword must be
963.Dq yes
964or
965.Dq no .
966The default is
967.Dq yes .
968This option applies to protocol version 2 only.
bf740959 969.It Cm RemoteForward
970Specifies that a TCP/IP port on the remote machine be forwarded over
610cd5c6 971the secure channel to given host:port from the local machine.
972The first argument must be a port number, and the second must be
973host:port.
974Multiple forwardings may be specified, and additional
975forwardings can be given on the command line.
976Only the superuser can forward privileged ports.
bf740959 977.It Cm RhostsAuthentication
610cd5c6 978Specifies whether to try rhosts based authentication.
979Note that this
bf740959 980declaration only affects the client side and has no effect whatsoever
610cd5c6 981on security.
982Disabling rhosts authentication may reduce
bf740959 983authentication time on slow connections when rhosts authentication is
610cd5c6 984not used.
985Most servers do not permit RhostsAuthentication because it
da89cf4d 986is not secure (see
987.Cm RhostsRSAAuthentication ).
610cd5c6 988The argument to this keyword must be
bf740959 989.Dq yes
990or
991.Dq no .
01ce749f 992The default is
993.Dq yes .
da89cf4d 994This option applies to protocol version 1 only.
bf740959 995.It Cm RhostsRSAAuthentication
996Specifies whether to try rhosts based authentication with RSA host
610cd5c6 997authentication.
610cd5c6 998The argument must be
bf740959 999.Dq yes
1000or
1001.Dq no .
01ce749f 1002The default is
1003.Dq yes .
da89cf4d 1004This option applies to protocol version 1 only.
bf740959 1005.It Cm RSAAuthentication
610cd5c6 1006Specifies whether to try RSA authentication.
1007The argument to this keyword must be
bf740959 1008.Dq yes
1009or
1010.Dq no .
1011RSA authentication will only be
1012attempted if the identity file exists, or an authentication agent is
1013running.
01ce749f 1014The default is
1015.Dq yes .
1d1ffb87 1016Note that this option applies to protocol version 1 only.
61e96248 1017.It Cm ChallengeResponseAuthentication
1018Specifies whether to use challenge response authentication.
1019Currently there is only support for
5260325f 1020.Xr skey 1
610cd5c6 1021authentication.
1022The argument to this keyword must be
5260325f 1023.Dq yes
1024or
1025.Dq no .
1026The default is
1027.Dq no .
bf740959 1028.It Cm StrictHostKeyChecking
1029If this flag is set to
f54651ce 1030.Dq yes ,
bf740959 1031.Nm
a877488a 1032will never automatically add host keys to the
bf740959 1033.Pa $HOME/.ssh/known_hosts
1d1ffb87 1034and
1035.Pa $HOME/.ssh/known_hosts2
a877488a 1036files, and refuses to connect to hosts whose host key has changed.
610cd5c6 1037This provides maximum protection against trojan horse attacks.
1038However, it can be somewhat annoying if you don't have good
5f4fdfae 1039.Pa /etc/ssh_known_hosts
1d1ffb87 1040and
1041.Pa /etc/ssh_known_hosts2
bf740959 1042files installed and frequently
a877488a 1043connect to new hosts.
1044This option forces the user to manually
1045add all new hosts.
1046If this flag is set to
1047.Dq no ,
1048.Nm
1049will automatically add new host keys to the
1050user known hosts files.
1051If this flag is set to
1052.Dq ask ,
1053new host keys
1054will be added to the user known host files only after the user
1055has confirmed that is what they really want to do, and
1056.Nm
1057will refuse to connect to hosts whose host key has changed.
610cd5c6 1058The host keys of
a877488a 1059known hosts will be verified automatically in all cases.
610cd5c6 1060The argument must be
a877488a 1061.Dq yes ,
1062.Dq no
bf740959 1063or
a877488a 1064.Dq ask .
1065The default is
1066.Dq ask .
bf740959 1067.It Cm UsePrivilegedPort
1068Specifies whether to use a privileged port for outgoing connections.
1069The argument must be
1070.Dq yes
1071or
1072.Dq no .
1073The default is
d5ebca2b 1074.Dq no .
da89cf4d 1075Note that you need to set this option to
1076.Dq yes
1077if you want to use
bf740959 1078.Cm RhostsAuthentication
1079and
6ffc9c88 1080.Cm RhostsRSAAuthentication
da89cf4d 1081with older servers.
7b2ea3a1 1082.It Cm User
610cd5c6 1083Specifies the user to log in as.
1084This can be useful if you have a different user name on different machines.
1085This saves the trouble of
7b2ea3a1 1086having to remember to give the user name on the command line.
1087.It Cm UserKnownHostsFile
a5df12e9 1088Specifies a file to use for the protocol version 1 user
1089host key database instead of
7b2ea3a1 1090.Pa $HOME/.ssh/known_hosts .
a5df12e9 1091.It Cm UserKnownHostsFile2
1092Specifies a file to use for the protocol version 2 user
1093host key database instead of
1094.Pa $HOME/.ssh/known_hosts2 .
bf740959 1095.It Cm UseRsh
610cd5c6 1096Specifies that rlogin/rsh should be used for this host.
1097It is possible that the host does not at all support the
bf740959 1098.Nm
610cd5c6 1099protocol.
1100This causes
bf740959 1101.Nm
610cd5c6 1102to immediately execute
bf740959 1103.Xr rsh 1 .
1104All other options (except
1105.Cm HostName )
610cd5c6 1106are ignored if this has been specified.
1107The argument must be
bf740959 1108.Dq yes
1109or
1110.Dq no .
fa649821 1111.It Cm XAuthLocation
1112Specifies the location of the
1113.Xr xauth 1
1114program.
1115The default is
1116.Pa /usr/X11R6/bin/xauth .
b5e300c2 1117.El
bf740959 1118.Sh ENVIRONMENT
1119.Nm
1120will normally set the following environment variables:
1121.Bl -tag -width Ds
1122.It Ev DISPLAY
1123The
1124.Ev DISPLAY
610cd5c6 1125variable indicates the location of the X11 server.
f54651ce 1126It is automatically set by
bf740959 1127.Nm
1128to point to a value of the form
1129.Dq hostname:n
1130where hostname indicates
610cd5c6 1131the host where the shell runs, and n is an integer >= 1.
1132.Nm
1133uses this special value to forward X11 connections over the secure
1134channel.
da89cf4d 1135The user should normally not set
1136.Ev DISPLAY
1137explicitly, as that
bf740959 1138will render the X11 connection insecure (and will require the user to
1139manually copy any required authorization cookies).
1140.It Ev HOME
1141Set to the path of the user's home directory.
1142.It Ev LOGNAME
1143Synonym for
1144.Ev USER ;
1145set for compatibility with systems that use this variable.
1146.It Ev MAIL
1147Set to point the user's mailbox.
610cd5c6 1148.It Ev PATH
bf740959 1149Set to the default
1150.Ev PATH ,
1151as specified when compiling
1152.Nm ssh .
1153.It Ev SSH_AUTH_SOCK
1154indicates the path of a unix-domain socket used to communicate with the
1155agent.
1156.It Ev SSH_CLIENT
610cd5c6 1157Identifies the client end of the connection.
1158The variable contains
bf740959 1159three space-separated values: client ip-address, client port number,
1160and server port number.
8abcdba4 1161.It Ev SSH_ORIGINAL_COMMAND
1162The variable contains the original command line if a forced command
1163is executed.
1164It can be used to extract the original arguments.
bf740959 1165.It Ev SSH_TTY
1166This is set to the name of the tty (path to the device) associated
610cd5c6 1167with the current shell or command.
1168If the current session has no tty,
bf740959 1169this variable is not set.
1170.It Ev TZ
1171The timezone variable is set to indicate the present timezone if it
c345cf9d 1172was set when the daemon was started (i.e., the daemon passes the value
bf740959 1173on to new connections).
1174.It Ev USER
1175Set to the name of the user logging in.
1176.El
1177.Pp
f54651ce 1178Additionally,
bf740959 1179.Nm
f54651ce 1180reads
1181.Pa $HOME/.ssh/environment ,
bf740959 1182and adds lines of the format
1183.Dq VARNAME=value
1184to the environment.
1185.Sh FILES
c8d54615 1186.Bl -tag -width Ds
a5df12e9 1187.It Pa $HOME/.ssh/known_hosts, $HOME/.ssh/known_hosts2
bf740959 1188Records host keys for all hosts the user has logged into (that are not
1189in
a5df12e9 1190.Pa /etc/ssh_known_hosts
1191for protocol version 1 or
1192.Pa /etc/ssh_known_hosts2
1193for protocol version 2).
bf740959 1194See
1195.Xr sshd 8 .
c0ecc314 1196.It Pa $HOME/.ssh/identity, $HOME/.ssh/id_dsa, $HOME/.ssh/id_rsa
1197Contains the authentication identity of the user.
1198They are for protocol 1 RSA, protocol 2 DSA, and protocol 2 RSA, respectively.
1d1ffb87 1199These files
1200contain sensitive data and should be readable by the user but not
bf740959 1201accessible by others (read/write/execute).
1202Note that
1203.Nm
1d1ffb87 1204ignores a private key file if it is accessible by others.
bf740959 1205It is possible to specify a passphrase when
1206generating the key; the passphrase will be used to encrypt the
1207sensitive part of this file using 3DES.
c0ecc314 1208.It Pa $HOME/.ssh/identity.pub, $HOME/.ssh/id_dsa.pub, $HOME/.ssh/id_rsa.pub
bf740959 1209Contains the public key for authentication (public part of the
610cd5c6 1210identity file in human-readable form).
1d1ffb87 1211The contents of the
1212.Pa $HOME/.ssh/identity.pub
1213file should be added to
bf740959 1214.Pa $HOME/.ssh/authorized_keys
1215on all machines
c0ecc314 1216where you wish to log in using protocol version 1 RSA authentication.
1d1ffb87 1217The contents of the
1218.Pa $HOME/.ssh/id_dsa.pub
c0ecc314 1219and
1220.Pa $HOME/.ssh/id_rsa.pub
1d1ffb87 1221file should be added to
1222.Pa $HOME/.ssh/authorized_keys2
1223on all machines
c0ecc314 1224where you wish to log in using protocol version 2 DSA/RSA authentication.
1d1ffb87 1225These files are not
610cd5c6 1226sensitive and can (but need not) be readable by anyone.
1d1ffb87 1227These files are
c44559d2 1228never used automatically and are not necessary; they are only provided for
bf740959 1229the convenience of the user.
1230.It Pa $HOME/.ssh/config
610cd5c6 1231This is the per-user configuration file.
1232The format of this file is described above.
1233This file is used by the
bf740959 1234.Nm
610cd5c6 1235client.
1236This file does not usually contain any sensitive information,
bf740959 1237but the recommended permissions are read/write for the user, and not
1238accessible by others.
1239.It Pa $HOME/.ssh/authorized_keys
610cd5c6 1240Lists the RSA keys that can be used for logging in as this user.
1241The format of this file is described in the
bf740959 1242.Xr sshd 8
610cd5c6 1243manual page.
1244In the simplest form the format is the same as the .pub
bf740959 1245identity files (that is, each line contains the number of bits in
1246modulus, public exponent, modulus, and comment fields, separated by
610cd5c6 1247spaces).
1248This file is not highly sensitive, but the recommended
bf740959 1249permissions are read/write for the user, and not accessible by others.
1d1ffb87 1250.It Pa $HOME/.ssh/authorized_keys2
da89cf4d 1251Lists the public keys (RSA/DSA) that can be used for logging in as this user.
1d1ffb87 1252This file is not highly sensitive, but the recommended
1253permissions are read/write for the user, and not accessible by others.
1254.It Pa /etc/ssh_known_hosts, /etc/ssh_known_hosts2
610cd5c6 1255Systemwide list of known host keys.
1d1ffb87 1256.Pa /etc/ssh_known_hosts
1257contains RSA and
1258.Pa /etc/ssh_known_hosts2
da89cf4d 1259contains RSA or DSA keys for protocol version 2.
1d1ffb87 1260These files should be prepared by the
bf740959 1261system administrator to contain the public host keys of all machines in the
610cd5c6 1262organization.
1263This file should be world-readable.
1264This file contains
bf740959 1265public keys, one per line, in the following format (fields separated
1266by spaces): system name, number of bits in modulus, public exponent,
610cd5c6 1267modulus, and optional comment field.
1268When different names are used
bf740959 1269for the same machine, all such names should be listed, separated by
610cd5c6 1270commas.
1271The format is described on the
bf740959 1272.Xr sshd 8
1273manual page.
1274.Pp
1275The canonical system name (as returned by name servers) is used by
1276.Xr sshd 8
1277to verify the client host when logging in; other names are needed because
1278.Nm
1279does not convert the user-supplied name to a canonical name before
1280checking the key, because someone with access to the name servers
1281would then be able to fool host authentication.
5f4fdfae 1282.It Pa /etc/ssh_config
610cd5c6 1283Systemwide configuration file.
1284This file provides defaults for those
bf740959 1285values that are not specified in the user's configuration file, and
610cd5c6 1286for those users who do not have a configuration file.
1287This file must be world-readable.
bf740959 1288.It Pa $HOME/.rhosts
1289This file is used in
1290.Pa \&.rhosts
1291authentication to list the
610cd5c6 1292host/user pairs that are permitted to log in.
1293(Note that this file is
bf740959 1294also used by rlogin and rsh, which makes using this file insecure.)
1295Each line of the file contains a host name (in the canonical form
1296returned by name servers), and then a user name on that host,
610cd5c6 1297separated by a space.
e91c60f2 1298On some machines this file may need to be
bf740959 1299world-readable if the user's home directory is on a NFS partition,
1300because
1301.Xr sshd 8
610cd5c6 1302reads it as root.
1303Additionally, this file must be owned by the user,
1304and must not have write permissions for anyone else.
1305The recommended
bf740959 1306permission for most machines is read/write for the user, and not
1307accessible by others.
1308.Pp
1309Note that by default
1310.Xr sshd 8
1311will be installed so that it requires successful RSA host
610cd5c6 1312authentication before permitting \s+2.\s0rhosts authentication.
1313If your server machine does not have the client's host key in
5f4fdfae 1314.Pa /etc/ssh_known_hosts ,
bf740959 1315you can store it in
1316.Pa $HOME/.ssh/known_hosts .
1317The easiest way to do this is to
1318connect back to the client from the server machine using ssh; this
1d1ffb87 1319will automatically add the host key to
bf740959 1320.Pa $HOME/.ssh/known_hosts .
1321.It Pa $HOME/.shosts
1322This file is used exactly the same way as
1323.Pa \&.rhosts .
1324The purpose for
1325having this file is to be able to use rhosts authentication with
1326.Nm
1327without permitting login with
1328.Xr rlogin 1
1329or
1330.Xr rsh 1 .
1331.It Pa /etc/hosts.equiv
1332This file is used during
610cd5c6 1333.Pa \&.rhosts authentication.
1334It contains
bf740959 1335canonical hosts names, one per line (the full format is described on
1336the
1337.Xr sshd 8
610cd5c6 1338manual page).
1339If the client host is found in this file, login is
bf740959 1340automatically permitted provided client and server user names are the
610cd5c6 1341same.
1342Additionally, successful RSA host authentication is normally
1343required.
1344This file should only be writable by root.
5f4fdfae 1345.It Pa /etc/shosts.equiv
f54651ce 1346This file is processed exactly as
bf740959 1347.Pa /etc/hosts.equiv .
1348This file may be useful to permit logins using
1349.Nm
1350but not using rsh/rlogin.
5f4fdfae 1351.It Pa /etc/sshrc
bf740959 1352Commands in this file are executed by
1353.Nm
1354when the user logs in just before the user's shell (or command) is started.
1355See the
1356.Xr sshd 8
1357manual page for more information.
1358.It Pa $HOME/.ssh/rc
1359Commands in this file are executed by
1360.Nm
1361when the user logs in just before the user's shell (or command) is
1362started.
f54651ce 1363See the
bf740959 1364.Xr sshd 8
1365manual page for more information.
83b7f649 1366.It Pa $HOME/.ssh/environment
1367Contains additional definitions for environment variables, see section
1368.Sx ENVIRONMENT
1369above.
b5e300c2 1370.El
fa08c86b 1371.Sh AUTHORS
5fb622e4 1372OpenSSH is a derivative of the original and free
1373ssh 1.2.12 release by Tatu Ylonen.
1374Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
1375Theo de Raadt and Dug Song
1376removed many bugs, re-added newer features and
1377created OpenSSH.
1378Markus Friedl contributed the support for SSH
1379protocol versions 1.5 and 2.0.
bf740959 1380.Sh SEE ALSO
1381.Xr rlogin 1 ,
1382.Xr rsh 1 ,
1383.Xr scp 1 ,
61e96248 1384.Xr sftp 1 ,
bf740959 1385.Xr ssh-add 1 ,
1386.Xr ssh-agent 1 ,
1387.Xr ssh-keygen 1 ,
1388.Xr telnet 1 ,
9afadca8 1389.Xr sshd 8
2cad6cef 1390.Rs
1391.%A T. Ylonen
1392.%A T. Kivinen
1393.%A M. Saarinen
1394.%A T. Rinne
1395.%A S. Lehtinen
1396.%T "SSH Protocol Architecture"
1397.%N draft-ietf-secsh-architecture-07.txt
1398.%D January 2001
1399.%O work in progress material
1400.Re
This page took 0.534858 seconds and 5 git commands to generate.