]> andersk Git - openssh.git/blame - ssh.1
- markus@cvs.openbsd.org 2001/06/22 21:55:49
[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.\"
96a7b0cc 37.\" $OpenBSD: ssh.1,v 1.115 2001/06/22 21:55:49 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
96a7b0cc 227.Pa $HOME/.ssh/authorized_keys
1d1ffb87 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
6efa3d14 307If the
308.Cm ForwardX11
309variable is set to
310.Dq yes
311(or, see the description of the
312.Fl X
313and
314.Fl x
315options described later)
316and the user is using X11 (the
bf740959 317.Ev DISPLAY
318environment variable is set), the connection to the X11 display is
319automatically forwarded to the remote side in such a way that any X11
320programs started from the shell (or command) will go through the
321encrypted channel, and the connection to the real X server will be made
610cd5c6 322from the local machine.
323The user should not manually set
bf740959 324.Ev DISPLAY .
325Forwarding of X11 connections can be
326configured on the command line or in configuration files.
327.Pp
328The
f54651ce 329.Ev DISPLAY
bf740959 330value set by
331.Nm
332will point to the server machine, but with a display number greater
610cd5c6 333than zero.
334This is normal, and happens because
bf740959 335.Nm
336creates a
337.Dq proxy
338X server on the server machine for forwarding the
339connections over the encrypted channel.
340.Pp
341.Nm
342will also automatically set up Xauthority data on the server machine.
343For this purpose, it will generate a random authorization cookie,
344store it in Xauthority on the server, and verify that any forwarded
345connections carry this cookie and replace it by the real cookie when
610cd5c6 346the connection is opened.
347The real authentication cookie is never
bf740959 348sent to the server machine (and no cookies are sent in the plain).
349.Pp
350If the user is using an authentication agent, the connection to the agent
351is automatically forwarded to the remote side unless disabled on
352command line or in a configuration file.
353.Pp
354Forwarding of arbitrary TCP/IP connections over the secure channel can
610cd5c6 355be specified either on command line or in a configuration file.
356One possible application of TCP/IP forwarding is a secure connection to an
e91c60f2 357electronic purse; another is going through firewalls.
bf740959 358.Pp
1d1ffb87 359.Ss Server authentication
360.Pp
bf740959 361.Nm
1d1ffb87 362automatically maintains and checks a database containing
610cd5c6 363identifications for all hosts it has ever been used with.
1d1ffb87 364RSA host keys are stored in
365.Pa $HOME/.ssh/known_hosts
366and
fa08c86b 367host keys used in the protocol version 2 are stored in
1d1ffb87 368.Pa $HOME/.ssh/known_hosts2
610cd5c6 369in the user's home directory.
1d1ffb87 370Additionally, the files
5f4fdfae 371.Pa /etc/ssh_known_hosts
1d1ffb87 372and
373.Pa /etc/ssh_known_hosts2
374are automatically checked for known hosts.
610cd5c6 375Any new hosts are automatically added to the user's file.
376If a host's identification
bf740959 377ever changes,
378.Nm
379warns about this and disables password authentication to prevent a
610cd5c6 380trojan horse from getting the user's password.
381Another purpose of
bf740959 382this mechanism is to prevent man-in-the-middle attacks which could
610cd5c6 383otherwise be used to circumvent the encryption.
384The
bf740959 385.Cm StrictHostKeyChecking
386option (see below) can be used to prevent logins to machines whose
387host key is not known or has changed.
fa08c86b 388.Pp
389The options are as follows:
bf740959 390.Bl -tag -width Ds
391.It Fl a
4fe2af09 392Disables forwarding of the authentication agent connection.
71276795 393.It Fl A
394Enables forwarding of the authentication agent connection.
395This can also be specified on a per-host basis in a configuration file.
3435f5a6 396.It Fl b Ar bind_address
397Specify the interface to transmit from on machines with multiple
398interfaces or aliased addresses.
bf740959 399.It Fl c Ar blowfish|3des
f54651ce 400Selects the cipher to use for encrypting the session.
bf740959 401.Ar 3des
610cd5c6 402is used by default.
f54651ce 403It is believed to be secure.
bf740959 404.Ar 3des
405(triple-des) is an encrypt-decrypt-encrypt triple with three different keys.
406It is presumably more secure than the
407.Ar des
a22aff1f 408cipher which is no longer fully supported in
d0c832f3 409.Nm ssh .
bf740959 410.Ar blowfish
411is a fast block cipher, it appears very secure and is much faster than
610cd5c6 412.Ar 3des .
9afadca8 413.It Fl c Ar cipher_spec
d0c832f3 414Additionally, for protocol version 2 a comma-separated list of ciphers can
94ec8c6b 415be specified in order of preference.
9afadca8 416See
417.Cm Ciphers
418for more information.
bf740959 419.It Fl e Ar ch|^ch|none
420Sets the escape character for sessions with a pty (default:
421.Ql ~ ) .
610cd5c6 422The escape character is only recognized at the beginning of a line.
423The escape character followed by a dot
bf740959 424.Pq Ql \&.
425closes the connection, followed
426by control-Z suspends the connection, and followed by itself sends the
610cd5c6 427escape character once.
428Setting the character to
bf740959 429.Dq none
430disables any escapes and makes the session fully transparent.
431.It Fl f
432Requests
433.Nm
610cd5c6 434to go to background just before command execution.
435This is useful if
bf740959 436.Nm
437is going to ask for passwords or passphrases, but the user
610cd5c6 438wants it in the background.
f54651ce 439This implies
bf740959 440.Fl n .
441The recommended way to start X11 programs at a remote site is with
442something like
443.Ic ssh -f host xterm .
7b2ea3a1 444.It Fl g
445Allows remote hosts to connect to local forwarded ports.
bf740959 446.It Fl i Ar identity_file
f54651ce 447Selects the file from which the identity (private key) for
fa08c86b 448RSA or DSA authentication is read.
f54651ce 449Default is
1d1ffb87 450.Pa $HOME/.ssh/identity
610cd5c6 451in the user's home directory.
452Identity files may also be specified on
453a per-host basis in the configuration file.
454It is possible to have multiple
bf740959 455.Fl i
456options (and multiple identities specified in
457configuration files).
bf740959 458.It Fl k
4fe2af09 459Disables forwarding of Kerberos tickets and AFS tokens.
460This may also be specified on a per-host basis in the configuration file.
bf740959 461.It Fl l Ar login_name
610cd5c6 462Specifies the user to log in as on the remote machine.
463This also may be specified on a per-host basis in the configuration file.
b2552997 464.It Fl m Ar mac_spec
465Additionally, for protocol version 2 a comma-separated list of MAC
466(message authentication code) algorithms can
467be specified in order of preference.
468See the
469.Cm MACs
470keyword for more information.
bf740959 471.It Fl n
472Redirects stdin from
473.Pa /dev/null
474(actually, prevents reading from stdin).
475This must be used when
476.Nm
610cd5c6 477is run in the background.
478A common trick is to use this to run X11 programs on a remote machine.
479For example,
bf740959 480.Ic ssh -n shadows.cs.hut.fi emacs &
481will start an emacs on shadows.cs.hut.fi, and the X11
482connection will be automatically forwarded over an encrypted channel.
483The
484.Nm
485program will be put in the background.
486(This does not work if
487.Nm
488needs to ask for a password or passphrase; see also the
489.Fl f
490option.)
0e73cc53 491.It Fl N
492Do not execute a remote command.
0b6fbf03 493This is useful if you just want to forward ports
0e73cc53 494(protocol version 2 only).
bf740959 495.It Fl o Ar option
496Can be used to give options in the format used in the config file.
497This is useful for specifying options for which there is no separate
610cd5c6 498command-line flag.
499The option has the same format as a line in the configuration file.
bf740959 500.It Fl p Ar port
610cd5c6 501Port to connect to on the remote host.
502This can be specified on a
bf740959 503per-host basis in the configuration file.
504.It Fl P
505Use a non-privileged port for outgoing connections.
506This can be used if your firewall does
507not permit connections from privileged ports.
95f1eccc 508Note that this option turns off
bf740959 509.Cm RhostsAuthentication
510and
6ffc9c88 511.Cm RhostsRSAAuthentication
512for older servers.
bf740959 513.It Fl q
610cd5c6 514Quiet mode.
515Causes all warning and diagnostic messages to be suppressed.
516Only fatal errors are displayed.
ae810de7 517.It Fl s
518May be used to request invocation of a subsystem on the remote system. Subsystems are a feature of the SSH2 protocol which facilitate the use
98143cfc 519of SSH as a secure transport for other applications (eg. sftp). The
ae810de7 520subsystem is specified as the remote command.
bf740959 521.It Fl t
610cd5c6 522Force pseudo-tty allocation.
4fe2af09 523This can be used to execute arbitrary
610cd5c6 524screen-based programs on a remote machine, which can be very useful,
525e.g., when implementing menu services.
8abcdba4 526Multiple
527.Fl t
528options force tty allocation, even if
529.Nm
530has no local tty.
0e73cc53 531.It Fl T
0b6fbf03 532Disable pseudo-tty allocation.
bf740959 533.It Fl v
610cd5c6 534Verbose mode.
535Causes
bf740959 536.Nm
610cd5c6 537to print debugging messages about its progress.
538This is helpful in
bf740959 539debugging connection, authentication, and configuration problems.
8abcdba4 540Multiple
541.Fl v
542options increases the verbosity.
94ec8c6b 543Maximum is 3.
bf740959 544.It Fl x
610cd5c6 545Disables X11 forwarding.
bf740959 546.It Fl X
547Enables X11 forwarding.
71276795 548This can also be specified on a per-host basis in a configuration file.
bf740959 549.It Fl C
550Requests compression of all data (including stdin, stdout, stderr, and
610cd5c6 551data for forwarded X11 and TCP/IP connections).
552The compression algorithm is the same used by
7b2ea3a1 553.Xr gzip 1 ,
554and the
bf740959 555.Dq level
556can be controlled by the
557.Cm CompressionLevel
610cd5c6 558option (see below).
559Compression is desirable on modem lines and other
bf740959 560slow connections, but will only slow down things on fast networks.
561The default value can be set on a host-by-host basis in the
562configuration files; see the
563.Cm Compress
564option below.
565.It Fl L Ar port:host:hostport
566Specifies that the given port on the local (client) host is to be
610cd5c6 567forwarded to the given host and port on the remote side.
568This works by allocating a socket to listen to
bf740959 569.Ar port
570on the local side, and whenever a connection is made to this port, the
571connection is forwarded over the secure channel, and a connection is
572made to
48e671d5 573.Ar host
574port
575.Ar hostport
610cd5c6 576from the remote machine.
577Port forwardings can also be specified in the configuration file.
578Only root can forward privileged ports.
48e671d5 579IPv6 addresses can be specified with an alternative syntax:
580.Ar port/host/hostport
bf740959 581.It Fl R Ar port:host:hostport
582Specifies that the given port on the remote (server) host is to be
610cd5c6 583forwarded to the given host and port on the local side.
584This works by allocating a socket to listen to
bf740959 585.Ar port
586on the remote side, and whenever a connection is made to this port, the
587connection is forwarded over the secure channel, and a connection is
588made to
48e671d5 589.Ar host
590port
591.Ar hostport
610cd5c6 592from the local machine.
593Port forwardings can also be specified in the configuration file.
594Privileged ports can be forwarded only when
bf740959 595logging in as root on the remote machine.
da89cf4d 596IPv6 addresses can be specified with an alternative syntax:
597.Ar port/host/hostport
9afadca8 598.It Fl 1
599Forces
600.Nm
601to try protocol version 1 only.
6ae2364d 602.It Fl 2
603Forces
604.Nm
1d1ffb87 605to try protocol version 2 only.
48e671d5 606.It Fl 4
607Forces
608.Nm
609to use IPv4 addresses only.
610.It Fl 6
611Forces
612.Nm
613to use IPv6 addresses only.
bf740959 614.El
615.Sh CONFIGURATION FILES
616.Nm
617obtains configuration data from the following sources (in this order):
618command line options, user's configuration file
619.Pq Pa $HOME/.ssh/config ,
620and system-wide configuration file
5f4fdfae 621.Pq Pa /etc/ssh_config .
bf740959 622For each parameter, the first obtained value
610cd5c6 623will be used.
624The configuration files contain sections bracketed by
625.Dq Host
626specifications, and that section is only applied for hosts that
627match one of the patterns given in the specification.
628The matched host name is the one given on the command line.
bf740959 629.Pp
630Since the first obtained value for each parameter is used, more
631host-specific declarations should be given near the beginning of the
632file, and general defaults at the end.
633.Pp
634The configuration file has the following format:
635.Pp
636Empty lines and lines starting with
637.Ql #
638are comments.
639.Pp
640Otherwise a line is of the format
641.Dq keyword arguments .
642The possible
643keywords and their meanings are as follows (note that the
644configuration files are case-sensitive):
645.Bl -tag -width Ds
646.It Cm Host
647Restricts the following declarations (up to the next
648.Cm Host
649keyword) to be only for those hosts that match one of the patterns
650given after the keyword.
651.Ql \&*
652and
653.Ql ?
654can be used as wildcards in the
610cd5c6 655patterns.
656A single
bf740959 657.Ql \&*
658as a pattern can be used to provide global
610cd5c6 659defaults for all hosts.
660The host is the
bf740959 661.Ar hostname
662argument given on the command line (i.e., the name is not converted to
663a canonicalized host name before matching).
664.It Cm AFSTokenPassing
4fe2af09 665Specifies whether to pass AFS tokens to remote host.
666The argument to this keyword must be
bf740959 667.Dq yes
668or
669.Dq no .
da89cf4d 670This option applies to protocol version 1 only.
bf740959 671.It Cm BatchMode
672If set to
673.Dq yes ,
610cd5c6 674passphrase/password querying will be disabled.
675This option is useful in scripts and other batch jobs where you have no
676user to supply the password.
677The argument must be
bf740959 678.Dq yes
679or
680.Dq no .
01ce749f 681The default is
682.Dq no .
3435f5a6 683.It Cm BindAddress
684Specify the interface to transmit from on machines with multiple
685interfaces or aliased addresses.
686Note that this option does not work if
687.Cm UsePrivilegedPort
688is set to
689.Dq yes .
7b2ea3a1 690.It Cm CheckHostIP
691If this flag is set to
692.Dq yes ,
01ce749f 693ssh will additionally check the host IP address in the
7b2ea3a1 694.Pa known_hosts
4fe2af09 695file.
696This allows ssh to detect if a host key changed due to DNS spoofing.
7b2ea3a1 697If the option is set to
698.Dq no ,
699the check will not be executed.
01ce749f 700The default is
701.Dq yes .
bf740959 702.It Cm Cipher
33de75a3 703Specifies the cipher to use for encrypting the session
a22aff1f 704in protocol version 1.
610cd5c6 705Currently,
a22aff1f 706.Dq blowfish
bf740959 707and
708.Dq 3des
610cd5c6 709are supported.
710The default is
bf740959 711.Dq 3des .
f54651ce 712.It Cm Ciphers
713Specifies the ciphers allowed for protocol version 2
714in order of preference.
715Multiple ciphers must be comma-separated.
716The default is
9afadca8 717.Pp
718.Bd -literal
f2ba0775 719 ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,
da89cf4d 720 aes192-cbc,aes256-cbc''
9afadca8 721.Ed
bf740959 722.It Cm Compression
610cd5c6 723Specifies whether to use compression.
724The argument must be
bf740959 725.Dq yes
726or
727.Dq no .
01ce749f 728The default is
729.Dq no .
bf740959 730.It Cm CompressionLevel
01ce749f 731Specifies the compression level to use if compression is enabled.
610cd5c6 732The argument must be an integer from 1 (fast) to 9 (slow, best).
733The default level is 6, which is good for most applications.
734The meaning of the values is the same as in
7b2ea3a1 735.Xr gzip 1 .
da89cf4d 736Note that this option applies to protocol version 1 only.
bf740959 737.It Cm ConnectionAttempts
738Specifies the number of tries (one per second) to make before falling
610cd5c6 739back to rsh or exiting.
740The argument must be an integer.
741This may be useful in scripts if the connection sometimes fails.
01ce749f 742The default is 4.
bf740959 743.It Cm EscapeChar
744Sets the escape character (default:
745.Ql ~ ) .
746The escape character can also
610cd5c6 747be set on the command line.
748The argument should be a single character,
bf740959 749.Ql ^
750followed by a letter, or
751.Dq none
752to disable the escape
753character entirely (making the connection transparent for binary
754data).
f54651ce 755.It Cm FallBackToRsh
bf740959 756Specifies that if connecting via
757.Nm
758fails due to a connection refused error (there is no
759.Xr sshd 8
f54651ce 760listening on the remote host),
bf740959 761.Xr rsh 1
762should automatically be used instead (after a suitable warning about
610cd5c6 763the session being unencrypted).
764The argument must be
bf740959 765.Dq yes
766or
767.Dq no .
01ce749f 768The default is
769.Dq no .
bf740959 770.It Cm ForwardAgent
771Specifies whether the connection to the authentication agent (if any)
610cd5c6 772will be forwarded to the remote machine.
773The argument must be
bf740959 774.Dq yes
775or
776.Dq no .
71276795 777The default is
778.Dq no .
bf740959 779.It Cm ForwardX11
780Specifies whether X11 connections will be automatically redirected
f54651ce 781over the secure channel and
bf740959 782.Ev DISPLAY
610cd5c6 783set.
f54651ce 784The argument must be
bf740959 785.Dq yes
786or
787.Dq no .
c8d54615 788The default is
789.Dq no .
bf740959 790.It Cm GatewayPorts
791Specifies whether remote hosts are allowed to connect to local
792forwarded ports.
793The argument must be
794.Dq yes
795or
796.Dq no .
797The default is
798.Dq no .
799.It Cm GlobalKnownHostsFile
a5df12e9 800Specifies a file to use for the protocol version 1 global
801host key database instead of
5f4fdfae 802.Pa /etc/ssh_known_hosts .
a5df12e9 803.It Cm GlobalKnownHostsFile2
804Specifies a file to use for the protocol version 2 global
805host key database instead of
806.Pa /etc/ssh_known_hosts2 .
da89cf4d 807.It Cm HostbasedAuthentication
808Specifies whether to try rhosts based authentication with public key
809authentication.
810The argument must be
811.Dq yes
812or
813.Dq no .
814The default is
3398dda9 815.Dq no .
da89cf4d 816This option applies to protocol version 2 only and
817is similar to
818.Cm RhostsRSAAuthentication .
e961a8f9 819.It Cm HostKeyAlgorithms
98143cfc 820Specifies the protocol version 2 host key algorithms
e961a8f9 821that the client wants to use in order of preference.
822The default for this option is:
823.Dq ssh-rsa,ssh-dss
da89cf4d 824.It Cm HostKeyAlias
825Specifies an alias that should be used instead of the
826real host name when looking up or saving the host key
827in the host key database files.
828This option is useful for tunneling ssh connections
829or if you have multiple servers running on a single host.
bf740959 830.It Cm HostName
610cd5c6 831Specifies the real host name to log into.
832This can be used to specify nicknames or abbreviations for hosts.
833Default is the name given on the command line.
834Numeric IP addresses are also permitted (both on the command line and in
bf740959 835.Cm HostName
836specifications).
837.It Cm IdentityFile
da89cf4d 838Specifies the file from which the user's RSA or DSA authentication identity
bf740959 839is read (default
1d1ffb87 840.Pa $HOME/.ssh/identity
bf740959 841in the user's home directory).
842Additionally, any identities represented by the authentication agent
610cd5c6 843will be used for authentication.
844The file name may use the tilde
845syntax to refer to a user's home directory.
846It is possible to have
bf740959 847multiple identity files specified in configuration files; all these
848identities will be tried in sequence.
849.It Cm KeepAlive
850Specifies whether the system should send keepalive messages to the
610cd5c6 851other side.
852If they are sent, death of the connection or crash of one
853of the machines will be properly noticed.
854However, this means that
bf740959 855connections will die if the route is down temporarily, and some people
4fe2af09 856find it annoying.
bf740959 857.Pp
858The default is
859.Dq yes
860(to send keepalives), and the client will notice
610cd5c6 861if the network goes down or the remote host dies.
862This is important in scripts, and many users want it too.
bf740959 863.Pp
864To disable keepalives, the value should be set to
865.Dq no
866in both the server and the client configuration files.
867.It Cm KerberosAuthentication
4fe2af09 868Specifies whether Kerberos authentication will be used.
869The argument to this keyword must be
bf740959 870.Dq yes
871or
872.Dq no .
873.It Cm KerberosTgtPassing
4fe2af09 874Specifies whether a Kerberos TGT will be forwarded to the server.
875This will only work if the Kerberos server is actually an AFS kaserver.
876The argument to this keyword must be
bf740959 877.Dq yes
878or
879.Dq no .
880.It Cm LocalForward
881Specifies that a TCP/IP port on the local machine be forwarded over
610cd5c6 882the secure channel to given host:port from the remote machine.
883The first argument must be a port number, and the second must be
884host:port.
885Multiple forwardings may be specified, and additional
886forwardings can be given on the command line.
887Only the superuser can forward privileged ports.
6a17f9c2 888.It Cm LogLevel
889Gives the verbosity level that is used when logging messages from
890.Nm ssh .
891The possible values are:
59c97189 892QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG.
893The default is INFO.
b2552997 894.It Cm MACs
895Specifies the MAC (message authentication code) algorithms
896in order of preference.
897The MAC algorithm is used in protocol version 2
898for data integrity protection.
899Multiple algorithms must be comma-separated.
900The default is
47bf6266 901.Dq hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 .
bf740959 902.It Cm NumberOfPasswordPrompts
4fe2af09 903Specifies the number of password prompts before giving up.
904The argument to this keyword must be an integer.
905Default is 3.
7b2ea3a1 906.It Cm PasswordAuthentication
610cd5c6 907Specifies whether to use password authentication.
908The argument to this keyword must be
7b2ea3a1 909.Dq yes
910or
911.Dq no .
01ce749f 912The default is
913.Dq yes .
bf740959 914.It Cm Port
610cd5c6 915Specifies the port number to connect on the remote host.
916Default is 22.
babd91d4 917.It Cm PreferredAuthentications
918Specifies the order in which the client should try protocol 2
919authentication methods. This allows a client to prefer one method (e.g.
920.Cm keyboard-interactive )
921over another method (e.g.
922.Cm password )
923The default for this option is:
3398dda9 924.Dq publickey,hostbased,password,keyboard-interactive
f54651ce 925.It Cm Protocol
926Specifies the protocol versions
927.Nm
928should support in order of preference.
929The possible values are
930.Dq 1
931and
932.Dq 2 .
933Multiple versions must be comma-separated.
934The default is
b4a19d21 935.Dq 2,1 .
1d1ffb87 936This means that
937.Nm
b4a19d21 938tries version 2 and falls back to version 1
939if version 2 is not available.
bf740959 940.It Cm ProxyCommand
610cd5c6 941Specifies the command to use to connect to the server.
942The command
943string extends to the end of the line, and is executed with
944.Pa /bin/sh .
945In the command string,
946.Ql %h
947will be substituted by the host name to
948connect and
949.Ql %p
950by the port.
951The command can be basically anything,
952and should read from its standard input and write to its standard output.
953It should eventually connect an
bf740959 954.Xr sshd 8
955server running on some machine, or execute
956.Ic sshd -i
610cd5c6 957somewhere.
958Host key management will be done using the
bf740959 959HostName of the host being connected (defaulting to the name typed by
960the user).
57112b5a 961Note that
962.Cm CheckHostIP
963is not available for connects with a proxy command.
bf740959 964.Pp
da89cf4d 965.It Cm PubkeyAuthentication
966Specifies whether to try public key authentication.
967The argument to this keyword must be
968.Dq yes
969or
970.Dq no .
971The default is
972.Dq yes .
973This option applies to protocol version 2 only.
bf740959 974.It Cm RemoteForward
975Specifies that a TCP/IP port on the remote machine be forwarded over
610cd5c6 976the secure channel to given host:port from the local machine.
977The first argument must be a port number, and the second must be
978host:port.
979Multiple forwardings may be specified, and additional
980forwardings can be given on the command line.
981Only the superuser can forward privileged ports.
bf740959 982.It Cm RhostsAuthentication
610cd5c6 983Specifies whether to try rhosts based authentication.
984Note that this
bf740959 985declaration only affects the client side and has no effect whatsoever
610cd5c6 986on security.
987Disabling rhosts authentication may reduce
bf740959 988authentication time on slow connections when rhosts authentication is
610cd5c6 989not used.
990Most servers do not permit RhostsAuthentication because it
da89cf4d 991is not secure (see
a5a2da3b 992.Cm RhostsRSAAuthentication ) .
610cd5c6 993The argument to this keyword must be
bf740959 994.Dq yes
995or
996.Dq no .
01ce749f 997The default is
998.Dq yes .
da89cf4d 999This option applies to protocol version 1 only.
bf740959 1000.It Cm RhostsRSAAuthentication
1001Specifies whether to try rhosts based authentication with RSA host
610cd5c6 1002authentication.
610cd5c6 1003The argument must be
bf740959 1004.Dq yes
1005or
1006.Dq no .
01ce749f 1007The default is
1008.Dq yes .
da89cf4d 1009This option applies to protocol version 1 only.
bf740959 1010.It Cm RSAAuthentication
610cd5c6 1011Specifies whether to try RSA authentication.
1012The argument to this keyword must be
bf740959 1013.Dq yes
1014or
1015.Dq no .
1016RSA authentication will only be
1017attempted if the identity file exists, or an authentication agent is
1018running.
01ce749f 1019The default is
1020.Dq yes .
1d1ffb87 1021Note that this option applies to protocol version 1 only.
61e96248 1022.It Cm ChallengeResponseAuthentication
1023Specifies whether to use challenge response authentication.
1024Currently there is only support for
5260325f 1025.Xr skey 1
610cd5c6 1026authentication.
1027The argument to this keyword must be
5260325f 1028.Dq yes
1029or
1030.Dq no .
1031The default is
1032.Dq no .
bf740959 1033.It Cm StrictHostKeyChecking
1034If this flag is set to
f54651ce 1035.Dq yes ,
bf740959 1036.Nm
a877488a 1037will never automatically add host keys to the
bf740959 1038.Pa $HOME/.ssh/known_hosts
1d1ffb87 1039and
1040.Pa $HOME/.ssh/known_hosts2
a877488a 1041files, and refuses to connect to hosts whose host key has changed.
610cd5c6 1042This provides maximum protection against trojan horse attacks.
1043However, it can be somewhat annoying if you don't have good
5f4fdfae 1044.Pa /etc/ssh_known_hosts
1d1ffb87 1045and
1046.Pa /etc/ssh_known_hosts2
bf740959 1047files installed and frequently
a877488a 1048connect to new hosts.
1049This option forces the user to manually
1050add all new hosts.
1051If this flag is set to
1052.Dq no ,
1053.Nm
1054will automatically add new host keys to the
1055user known hosts files.
1056If this flag is set to
1057.Dq ask ,
1058new host keys
1059will be added to the user known host files only after the user
1060has confirmed that is what they really want to do, and
1061.Nm
1062will refuse to connect to hosts whose host key has changed.
610cd5c6 1063The host keys of
a877488a 1064known hosts will be verified automatically in all cases.
610cd5c6 1065The argument must be
a877488a 1066.Dq yes ,
1067.Dq no
bf740959 1068or
a877488a 1069.Dq ask .
1070The default is
1071.Dq ask .
bf740959 1072.It Cm UsePrivilegedPort
1073Specifies whether to use a privileged port for outgoing connections.
1074The argument must be
1075.Dq yes
1076or
1077.Dq no .
1078The default is
d5ebca2b 1079.Dq no .
da89cf4d 1080Note that you need to set this option to
1081.Dq yes
1082if you want to use
bf740959 1083.Cm RhostsAuthentication
1084and
6ffc9c88 1085.Cm RhostsRSAAuthentication
da89cf4d 1086with older servers.
7b2ea3a1 1087.It Cm User
610cd5c6 1088Specifies the user to log in as.
1089This can be useful if you have a different user name on different machines.
1090This saves the trouble of
7b2ea3a1 1091having to remember to give the user name on the command line.
1092.It Cm UserKnownHostsFile
a5df12e9 1093Specifies a file to use for the protocol version 1 user
1094host key database instead of
7b2ea3a1 1095.Pa $HOME/.ssh/known_hosts .
a5df12e9 1096.It Cm UserKnownHostsFile2
1097Specifies a file to use for the protocol version 2 user
1098host key database instead of
1099.Pa $HOME/.ssh/known_hosts2 .
bf740959 1100.It Cm UseRsh
610cd5c6 1101Specifies that rlogin/rsh should be used for this host.
1102It is possible that the host does not at all support the
bf740959 1103.Nm
610cd5c6 1104protocol.
1105This causes
bf740959 1106.Nm
610cd5c6 1107to immediately execute
bf740959 1108.Xr rsh 1 .
1109All other options (except
1110.Cm HostName )
610cd5c6 1111are ignored if this has been specified.
1112The argument must be
bf740959 1113.Dq yes
1114or
1115.Dq no .
fa649821 1116.It Cm XAuthLocation
1117Specifies the location of the
1118.Xr xauth 1
1119program.
1120The default is
1121.Pa /usr/X11R6/bin/xauth .
b5e300c2 1122.El
bf740959 1123.Sh ENVIRONMENT
1124.Nm
1125will normally set the following environment variables:
1126.Bl -tag -width Ds
1127.It Ev DISPLAY
1128The
1129.Ev DISPLAY
610cd5c6 1130variable indicates the location of the X11 server.
f54651ce 1131It is automatically set by
bf740959 1132.Nm
1133to point to a value of the form
1134.Dq hostname:n
1135where hostname indicates
610cd5c6 1136the host where the shell runs, and n is an integer >= 1.
1137.Nm
1138uses this special value to forward X11 connections over the secure
1139channel.
da89cf4d 1140The user should normally not set
1141.Ev DISPLAY
1142explicitly, as that
bf740959 1143will render the X11 connection insecure (and will require the user to
1144manually copy any required authorization cookies).
1145.It Ev HOME
1146Set to the path of the user's home directory.
1147.It Ev LOGNAME
1148Synonym for
1149.Ev USER ;
1150set for compatibility with systems that use this variable.
1151.It Ev MAIL
1152Set to point the user's mailbox.
610cd5c6 1153.It Ev PATH
bf740959 1154Set to the default
1155.Ev PATH ,
1156as specified when compiling
1157.Nm ssh .
1158.It Ev SSH_AUTH_SOCK
1159indicates the path of a unix-domain socket used to communicate with the
1160agent.
1161.It Ev SSH_CLIENT
610cd5c6 1162Identifies the client end of the connection.
1163The variable contains
bf740959 1164three space-separated values: client ip-address, client port number,
1165and server port number.
8abcdba4 1166.It Ev SSH_ORIGINAL_COMMAND
1167The variable contains the original command line if a forced command
1168is executed.
1169It can be used to extract the original arguments.
bf740959 1170.It Ev SSH_TTY
1171This is set to the name of the tty (path to the device) associated
610cd5c6 1172with the current shell or command.
1173If the current session has no tty,
bf740959 1174this variable is not set.
1175.It Ev TZ
1176The timezone variable is set to indicate the present timezone if it
c345cf9d 1177was set when the daemon was started (i.e., the daemon passes the value
bf740959 1178on to new connections).
1179.It Ev USER
1180Set to the name of the user logging in.
1181.El
1182.Pp
f54651ce 1183Additionally,
bf740959 1184.Nm
f54651ce 1185reads
1186.Pa $HOME/.ssh/environment ,
bf740959 1187and adds lines of the format
1188.Dq VARNAME=value
1189to the environment.
1190.Sh FILES
c8d54615 1191.Bl -tag -width Ds
a5df12e9 1192.It Pa $HOME/.ssh/known_hosts, $HOME/.ssh/known_hosts2
bf740959 1193Records host keys for all hosts the user has logged into (that are not
1194in
a5df12e9 1195.Pa /etc/ssh_known_hosts
1196for protocol version 1 or
1197.Pa /etc/ssh_known_hosts2
1198for protocol version 2).
bf740959 1199See
1200.Xr sshd 8 .
c0ecc314 1201.It Pa $HOME/.ssh/identity, $HOME/.ssh/id_dsa, $HOME/.ssh/id_rsa
1202Contains the authentication identity of the user.
1203They are for protocol 1 RSA, protocol 2 DSA, and protocol 2 RSA, respectively.
1d1ffb87 1204These files
1205contain sensitive data and should be readable by the user but not
bf740959 1206accessible by others (read/write/execute).
1207Note that
1208.Nm
1d1ffb87 1209ignores a private key file if it is accessible by others.
bf740959 1210It is possible to specify a passphrase when
1211generating the key; the passphrase will be used to encrypt the
1212sensitive part of this file using 3DES.
c0ecc314 1213.It Pa $HOME/.ssh/identity.pub, $HOME/.ssh/id_dsa.pub, $HOME/.ssh/id_rsa.pub
bf740959 1214Contains the public key for authentication (public part of the
610cd5c6 1215identity file in human-readable form).
1d1ffb87 1216The contents of the
1217.Pa $HOME/.ssh/identity.pub
1218file should be added to
bf740959 1219.Pa $HOME/.ssh/authorized_keys
1220on all machines
c0ecc314 1221where you wish to log in using protocol version 1 RSA authentication.
1d1ffb87 1222The contents of the
1223.Pa $HOME/.ssh/id_dsa.pub
c0ecc314 1224and
1225.Pa $HOME/.ssh/id_rsa.pub
1d1ffb87 1226file should be added to
96a7b0cc 1227.Pa $HOME/.ssh/authorized_keys
1d1ffb87 1228on all machines
c0ecc314 1229where you wish to log in using protocol version 2 DSA/RSA authentication.
1d1ffb87 1230These files are not
610cd5c6 1231sensitive and can (but need not) be readable by anyone.
1d1ffb87 1232These files are
c44559d2 1233never used automatically and are not necessary; they are only provided for
bf740959 1234the convenience of the user.
1235.It Pa $HOME/.ssh/config
610cd5c6 1236This is the per-user configuration file.
1237The format of this file is described above.
1238This file is used by the
bf740959 1239.Nm
610cd5c6 1240client.
1241This file does not usually contain any sensitive information,
bf740959 1242but the recommended permissions are read/write for the user, and not
1243accessible by others.
1244.It Pa $HOME/.ssh/authorized_keys
96a7b0cc 1245Lists the public keys (RSA/DSA) that can be used for logging in as this user.
610cd5c6 1246The format of this file is described in the
bf740959 1247.Xr sshd 8
610cd5c6 1248manual page.
1d1ffb87 1249This file is not highly sensitive, but the recommended
1250permissions are read/write for the user, and not accessible by others.
1251.It Pa /etc/ssh_known_hosts, /etc/ssh_known_hosts2
610cd5c6 1252Systemwide list of known host keys.
1d1ffb87 1253.Pa /etc/ssh_known_hosts
1254contains RSA and
1255.Pa /etc/ssh_known_hosts2
da89cf4d 1256contains RSA or DSA keys for protocol version 2.
1d1ffb87 1257These files should be prepared by the
bf740959 1258system administrator to contain the public host keys of all machines in the
610cd5c6 1259organization.
1260This file should be world-readable.
1261This file contains
bf740959 1262public keys, one per line, in the following format (fields separated
1263by spaces): system name, number of bits in modulus, public exponent,
610cd5c6 1264modulus, and optional comment field.
1265When different names are used
bf740959 1266for the same machine, all such names should be listed, separated by
610cd5c6 1267commas.
1268The format is described on the
bf740959 1269.Xr sshd 8
1270manual page.
1271.Pp
1272The canonical system name (as returned by name servers) is used by
1273.Xr sshd 8
1274to verify the client host when logging in; other names are needed because
1275.Nm
1276does not convert the user-supplied name to a canonical name before
1277checking the key, because someone with access to the name servers
1278would then be able to fool host authentication.
5f4fdfae 1279.It Pa /etc/ssh_config
610cd5c6 1280Systemwide configuration file.
1281This file provides defaults for those
bf740959 1282values that are not specified in the user's configuration file, and
610cd5c6 1283for those users who do not have a configuration file.
1284This file must be world-readable.
bf740959 1285.It Pa $HOME/.rhosts
1286This file is used in
1287.Pa \&.rhosts
1288authentication to list the
610cd5c6 1289host/user pairs that are permitted to log in.
1290(Note that this file is
bf740959 1291also used by rlogin and rsh, which makes using this file insecure.)
1292Each line of the file contains a host name (in the canonical form
1293returned by name servers), and then a user name on that host,
610cd5c6 1294separated by a space.
e91c60f2 1295On some machines this file may need to be
bf740959 1296world-readable if the user's home directory is on a NFS partition,
1297because
1298.Xr sshd 8
610cd5c6 1299reads it as root.
1300Additionally, this file must be owned by the user,
1301and must not have write permissions for anyone else.
1302The recommended
bf740959 1303permission for most machines is read/write for the user, and not
1304accessible by others.
1305.Pp
1306Note that by default
1307.Xr sshd 8
1308will be installed so that it requires successful RSA host
610cd5c6 1309authentication before permitting \s+2.\s0rhosts authentication.
1310If your server machine does not have the client's host key in
5f4fdfae 1311.Pa /etc/ssh_known_hosts ,
bf740959 1312you can store it in
1313.Pa $HOME/.ssh/known_hosts .
1314The easiest way to do this is to
1315connect back to the client from the server machine using ssh; this
1d1ffb87 1316will automatically add the host key to
bf740959 1317.Pa $HOME/.ssh/known_hosts .
1318.It Pa $HOME/.shosts
1319This file is used exactly the same way as
1320.Pa \&.rhosts .
1321The purpose for
1322having this file is to be able to use rhosts authentication with
1323.Nm
1324without permitting login with
1325.Xr rlogin 1
1326or
1327.Xr rsh 1 .
1328.It Pa /etc/hosts.equiv
1329This file is used during
610cd5c6 1330.Pa \&.rhosts authentication.
1331It contains
bf740959 1332canonical hosts names, one per line (the full format is described on
1333the
1334.Xr sshd 8
610cd5c6 1335manual page).
1336If the client host is found in this file, login is
bf740959 1337automatically permitted provided client and server user names are the
610cd5c6 1338same.
1339Additionally, successful RSA host authentication is normally
1340required.
1341This file should only be writable by root.
5f4fdfae 1342.It Pa /etc/shosts.equiv
f54651ce 1343This file is processed exactly as
bf740959 1344.Pa /etc/hosts.equiv .
1345This file may be useful to permit logins using
1346.Nm
1347but not using rsh/rlogin.
5f4fdfae 1348.It Pa /etc/sshrc
bf740959 1349Commands in this file are executed by
1350.Nm
1351when the user logs in just before the user's shell (or command) is started.
1352See the
1353.Xr sshd 8
1354manual page for more information.
1355.It Pa $HOME/.ssh/rc
1356Commands in this file are executed by
1357.Nm
1358when the user logs in just before the user's shell (or command) is
1359started.
f54651ce 1360See the
bf740959 1361.Xr sshd 8
1362manual page for more information.
83b7f649 1363.It Pa $HOME/.ssh/environment
1364Contains additional definitions for environment variables, see section
1365.Sx ENVIRONMENT
1366above.
b5e300c2 1367.El
fa08c86b 1368.Sh AUTHORS
5fb622e4 1369OpenSSH is a derivative of the original and free
1370ssh 1.2.12 release by Tatu Ylonen.
1371Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
1372Theo de Raadt and Dug Song
1373removed many bugs, re-added newer features and
1374created OpenSSH.
1375Markus Friedl contributed the support for SSH
1376protocol versions 1.5 and 2.0.
bf740959 1377.Sh SEE ALSO
1378.Xr rlogin 1 ,
1379.Xr rsh 1 ,
1380.Xr scp 1 ,
61e96248 1381.Xr sftp 1 ,
bf740959 1382.Xr ssh-add 1 ,
1383.Xr ssh-agent 1 ,
1384.Xr ssh-keygen 1 ,
1385.Xr telnet 1 ,
9afadca8 1386.Xr sshd 8
2cad6cef 1387.Rs
1388.%A T. Ylonen
1389.%A T. Kivinen
1390.%A M. Saarinen
1391.%A T. Rinne
1392.%A S. Lehtinen
1393.%T "SSH Protocol Architecture"
1394.%N draft-ietf-secsh-architecture-07.txt
1395.%D January 2001
1396.%O work in progress material
1397.Re
This page took 5.166204 seconds and 5 git commands to generate.