blob: 0d26197b693acb94b2c45e85e60ca1ebe1ff94f0 [file] [log] [blame]
Damien Miller32aa1441999-10-29 09:15:49 +10001.\" -*- nroff -*-
2.\"
Damien Miller32aa1441999-10-29 09:15:49 +10003.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
Damien Miller32aa1441999-10-29 09:15:49 +10004.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
5.\" All rights reserved
6.\"
Damien Millere4340be2000-09-16 13:29:08 +11007.\" 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".
Damien Miller32aa1441999-10-29 09:15:49 +100012.\"
Ben Lindstrom92a2e382001-03-05 06:59:27 +000013.\" 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.
Damien Millere4340be2000-09-16 13:29:08 +110016.\"
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.
25.\"
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.
Damien Miller32aa1441999-10-29 09:15:49 +100036.\"
Ben Lindstromc65e6a02001-04-23 13:02:16 +000037.\" $OpenBSD: ssh.1,v 1.107 2001/04/22 23:58:36 markus Exp $
Damien Miller32aa1441999-10-29 09:15:49 +100038.Dd September 25, 1999
39.Dt SSH 1
40.Os
41.Sh NAME
42.Nm ssh
Ben Lindstromd58eb5f2001-03-07 06:07:22 +000043.Nd OpenSSH SSH client (remote login program)
Damien Miller32aa1441999-10-29 09:15:49 +100044.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
Ben Lindstrom5ab6ae12001-02-10 22:08:03 +000051.Op Fl afgknqstvxACNPTX1246
Damien Miller30c3d422000-05-09 11:02:59 +100052.Op Fl c Ar cipher_spec
Damien Miller32aa1441999-10-29 09:15:49 +100053.Op Fl e Ar escape_char
54.Op Fl i Ar identity_file
55.Op Fl l Ar login_name
Ben Lindstrom06b33aa2001-02-15 03:01:59 +000056.Op Fl m Ar mac_spec
Damien Miller32aa1441999-10-29 09:15:49 +100057.Op Fl o Ar option
58.Op Fl p Ar port
59.Oo Fl L Xo
60.Sm off
Damien Miller32aa1441999-10-29 09:15:49 +100061.Ar port :
Damien Miller396691a2000-01-20 22:44:08 +110062.Ar host :
Damien Miller32aa1441999-10-29 09:15:49 +100063.Ar hostport
64.Sm on
65.Xc
66.Oc
67.Oo Fl R Xo
68.Sm off
Damien Miller32aa1441999-10-29 09:15:49 +100069.Ar port :
Damien Miller396691a2000-01-20 22:44:08 +110070.Ar host :
Damien Miller32aa1441999-10-29 09:15:49 +100071.Ar hostport
72.Sm on
73.Xc
74.Oc
75.Op Ar hostname | user@hostname
76.Op Ar command
Damien Miller22c77262000-04-13 12:26:34 +100077.Sh DESCRIPTION
Damien Miller32aa1441999-10-29 09:15:49 +100078.Nm
Ben Lindstromd58eb5f2001-03-07 06:07:22 +000079(SSH client) is a program for logging into a remote machine and for
Damien Miller7684ee12000-03-17 23:40:15 +110080executing commands on a remote machine.
81It is intended to replace
Damien Miller32aa1441999-10-29 09:15:49 +100082rlogin and rsh, and provide secure encrypted communications between
Damien Miller7684ee12000-03-17 23:40:15 +110083two untrusted hosts over an insecure network.
84X11 connections and
Damien Miller32aa1441999-10-29 09:15:49 +100085arbitrary TCP/IP ports can also be forwarded over the secure channel.
86.Pp
87.Nm
Damien Miller22c77262000-04-13 12:26:34 +100088connects and logs into the specified
Damien Miller32aa1441999-10-29 09:15:49 +100089.Ar hostname .
90The user must prove
Damien Millere247cc42000-05-07 12:03:14 +100091his/her identity to the remote machine using one of several methods
92depending on the protocol version used:
93.Pp
94.Ss SSH protocol version 1
Damien Miller32aa1441999-10-29 09:15:49 +100095.Pp
96First, if the machine the user logs in from is listed in
97.Pa /etc/hosts.equiv
98or
Damien Miller886c63a2000-01-20 23:13:36 +110099.Pa /etc/shosts.equiv
Damien Miller32aa1441999-10-29 09:15:49 +1000100on the remote machine, and the user names are
101the same on both sides, the user is immediately permitted to log in.
Damien Miller22c77262000-04-13 12:26:34 +1000102Second, if
Damien Miller32aa1441999-10-29 09:15:49 +1000103.Pa \&.rhosts
104or
105.Pa \&.shosts
106exists in the user's home directory on the
107remote machine and contains a line containing the name of the client
108machine and the name of the user on that machine, the user is
Damien Miller7684ee12000-03-17 23:40:15 +1100109permitted to log in.
110This form of authentication alone is normally not
Damien Miller32aa1441999-10-29 09:15:49 +1000111allowed by the server because it is not secure.
112.Pp
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000113The second authentication method is the
Damien Miller32aa1441999-10-29 09:15:49 +1000114.Pa rhosts
115or
116.Pa hosts.equiv
Damien Miller7684ee12000-03-17 23:40:15 +1100117method combined with RSA-based host authentication.
118It means that if the login would be permitted by
Damien Millere247cc42000-05-07 12:03:14 +1000119.Pa $HOME/.rhosts ,
120.Pa $HOME/.shosts ,
Damien Miller32aa1441999-10-29 09:15:49 +1000121.Pa /etc/hosts.equiv ,
122or
Damien Miller886c63a2000-01-20 23:13:36 +1100123.Pa /etc/shosts.equiv ,
Damien Miller32aa1441999-10-29 09:15:49 +1000124and if additionally the server can verify the client's
Damien Miller22c77262000-04-13 12:26:34 +1000125host key (see
Damien Miller886c63a2000-01-20 23:13:36 +1100126.Pa /etc/ssh_known_hosts
Damien Miller33e511e1999-11-11 11:43:13 +1100127and
128.Pa $HOME/.ssh/known_hosts
Damien Miller32aa1441999-10-29 09:15:49 +1000129in the
130.Sx FILES
Damien Miller7684ee12000-03-17 23:40:15 +1100131section), only then login is permitted.
132This authentication method closes security holes due to IP
133spoofing, DNS spoofing and routing spoofing.
134[Note to the administrator:
Damien Miller32aa1441999-10-29 09:15:49 +1000135.Pa /etc/hosts.equiv ,
Damien Millere247cc42000-05-07 12:03:14 +1000136.Pa $HOME/.rhosts ,
Damien Miller32aa1441999-10-29 09:15:49 +1000137and the rlogin/rsh protocol in general, are inherently insecure and should be
138disabled if security is desired.]
139.Pp
Damien Miller22c77262000-04-13 12:26:34 +1000140As a third authentication method,
Damien Miller32aa1441999-10-29 09:15:49 +1000141.Nm
142supports RSA based authentication.
143The scheme is based on public-key cryptography: there are cryptosystems
144where encryption and decryption are done using separate keys, and it
145is not possible to derive the decryption key from the encryption key.
Damien Miller7684ee12000-03-17 23:40:15 +1100146RSA is one such system.
Damien Miller22c77262000-04-13 12:26:34 +1000147The idea is that each user creates a public/private
Damien Miller7684ee12000-03-17 23:40:15 +1100148key pair for authentication purposes.
149The server knows the public key, and only the user knows the private key.
Damien Miller22c77262000-04-13 12:26:34 +1000150The file
Damien Miller32aa1441999-10-29 09:15:49 +1000151.Pa $HOME/.ssh/authorized_keys
152lists the public keys that are permitted for logging
Damien Miller7684ee12000-03-17 23:40:15 +1100153in.
154When the user logs in, the
Damien Miller32aa1441999-10-29 09:15:49 +1000155.Nm
156program tells the server which key pair it would like to use for
Damien Miller7684ee12000-03-17 23:40:15 +1100157authentication.
158The server checks if this key is permitted, and if
Damien Miller32aa1441999-10-29 09:15:49 +1000159so, sends the user (actually the
160.Nm
161program running on behalf of the user) a challenge, a random number,
Damien Miller7684ee12000-03-17 23:40:15 +1100162encrypted by the user's public key.
163The challenge can only be
164decrypted using the proper private key.
165The user's client then decrypts the
Damien Miller32aa1441999-10-29 09:15:49 +1000166challenge using the private key, proving that he/she knows the private
167key but without disclosing it to the server.
168.Pp
169.Nm
Damien Miller7684ee12000-03-17 23:40:15 +1100170implements the RSA authentication protocol automatically.
171The user creates his/her RSA key pair by running
Damien Miller32aa1441999-10-29 09:15:49 +1000172.Xr ssh-keygen 1 .
Damien Miller22c77262000-04-13 12:26:34 +1000173This stores the private key in
Damien Millere247cc42000-05-07 12:03:14 +1000174.Pa $HOME/.ssh/identity
Damien Miller32aa1441999-10-29 09:15:49 +1000175and the public key in
Damien Millere247cc42000-05-07 12:03:14 +1000176.Pa $HOME/.ssh/identity.pub
Damien Miller7684ee12000-03-17 23:40:15 +1100177in the user's home directory.
178The user should then copy the
Damien Miller32aa1441999-10-29 09:15:49 +1000179.Pa identity.pub
Damien Miller22c77262000-04-13 12:26:34 +1000180to
Damien Millere247cc42000-05-07 12:03:14 +1000181.Pa $HOME/.ssh/authorized_keys
Damien Miller22c77262000-04-13 12:26:34 +1000182in his/her home directory on the remote machine (the
Damien Miller32aa1441999-10-29 09:15:49 +1000183.Pa authorized_keys
Damien Miller22c77262000-04-13 12:26:34 +1000184file corresponds to the conventional
Damien Millere247cc42000-05-07 12:03:14 +1000185.Pa $HOME/.rhosts
Damien Miller32aa1441999-10-29 09:15:49 +1000186file, and has one key
Damien Miller7684ee12000-03-17 23:40:15 +1100187per line, though the lines can be very long).
188After this, the user can log in without giving the password.
189RSA authentication is much
Damien Miller32aa1441999-10-29 09:15:49 +1000190more secure than rhosts authentication.
191.Pp
192The most convenient way to use RSA authentication may be with an
Damien Miller7684ee12000-03-17 23:40:15 +1100193authentication agent.
194See
Damien Miller32aa1441999-10-29 09:15:49 +1000195.Xr ssh-agent 1
196for more information.
197.Pp
Damien Miller22c77262000-04-13 12:26:34 +1000198If other authentication methods fail,
Damien Miller32aa1441999-10-29 09:15:49 +1000199.Nm
Damien Miller7684ee12000-03-17 23:40:15 +1100200prompts the user for a password.
201The password is sent to the remote
Damien Miller32aa1441999-10-29 09:15:49 +1000202host for checking; however, since all communications are encrypted,
203the password cannot be seen by someone listening on the network.
204.Pp
Damien Millere247cc42000-05-07 12:03:14 +1000205.Ss SSH protocol version 2
206.Pp
207When a user connects using the protocol version 2
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000208different authentication methods are available.
209Using the default values for
210.Cm PreferredAuthentications ,
211the client will try to authenticate first using the public key method;
212if this method fails password authentication is attempted,
213and finally if this method fails keyboard-interactive authentication
214is attempted.
215If this method fails password authentication is
216tried.
Damien Millere247cc42000-05-07 12:03:14 +1000217.Pp
218The public key method is similar to RSA authentication described
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000219in the previous section and allows the RSA or DSA algorithm to be used:
Ben Lindstrom18a82ac2001-04-11 15:59:35 +0000220The client uses his private key,
Damien Millere247cc42000-05-07 12:03:14 +1000221.Pa $HOME/.ssh/id_dsa
Ben Lindstrom18a82ac2001-04-11 15:59:35 +0000222or
223.Pa $HOME/.ssh/id_rsa ,
Damien Millere247cc42000-05-07 12:03:14 +1000224to sign the session identifier and sends the result to the server.
225The server checks whether the matching public key is listed in
226.Pa $HOME/.ssh/authorized_keys2
227and grants access if both the key is found and the signature is correct.
228The session identifier is derived from a shared Diffie-Hellman value
229and is only known to the client and the server.
230.Pp
231If public key authentication fails or is not available a password
232can be sent encrypted to the remote host for proving the user's identity.
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000233.Pp
234Additionally,
235.Nm
236supports hostbased or challenge response authentication.
Damien Millere247cc42000-05-07 12:03:14 +1000237.Pp
238Protocol 2 provides additional mechanisms for confidentiality
Damien Miller30c3d422000-05-09 11:02:59 +1000239(the traffic is encrypted using 3DES, Blowfish, CAST128 or Arcfour)
Ben Lindstromec26fb12001-03-06 01:05:23 +0000240and integrity (hmac-md5, hmac-sha1).
Damien Millere247cc42000-05-07 12:03:14 +1000241Note that protocol 1 lacks a strong mechanism for ensuring the
242integrity of the connection.
243.Pp
244.Ss Login session and remote execution
245.Pp
Damien Miller32aa1441999-10-29 09:15:49 +1000246When the user's identity has been accepted by the server, the server
247either executes the given command, or logs into the machine and gives
Damien Miller7684ee12000-03-17 23:40:15 +1100248the user a normal shell on the remote machine.
249All communication with
Damien Miller32aa1441999-10-29 09:15:49 +1000250the remote command or shell will be automatically encrypted.
251.Pp
252If a pseudo-terminal has been allocated (normal login session), the
Ben Lindstrom9ffdcb52001-04-20 12:50:51 +0000253user may use the escape characters noted below.
Damien Miller32aa1441999-10-29 09:15:49 +1000254.Pp
255If no pseudo tty has been allocated, the
256session is transparent and can be used to reliably transfer binary
Damien Miller7684ee12000-03-17 23:40:15 +1100257data.
258On most systems, setting the escape character to
Damien Miller32aa1441999-10-29 09:15:49 +1000259.Dq none
260will also make the session transparent even if a tty is used.
261.Pp
Ben Lindstroma6885612000-12-09 03:45:32 +0000262The session terminates when the command or shell on the remote
Ben Lindstromebd888d2001-03-05 05:49:29 +0000263machine exits and all X11 and TCP/IP connections have been closed.
Damien Miller32aa1441999-10-29 09:15:49 +1000264The exit status of the remote program is returned as the exit status
265of
266.Nm ssh .
267.Pp
Ben Lindstrom9ffdcb52001-04-20 12:50:51 +0000268.Ss Escape Characters
269.Pp
270When a pseudo terminal has been requested, ssh supports a number of functions
Ben Lindstromf8d24572001-04-22 17:11:56 +0000271through the use of an escape character.
Ben Lindstrom9ffdcb52001-04-20 12:50:51 +0000272.Pp
273A single tilde character can be sent as
274.Ic ~~
275(or by following the tilde by a character other than those described above).
276The escape character must always follow a newline to be interpreted as
277special.
278The escape character can be changed in configuration files using the
279.Cm EscapeChar
280configuration directive or on the command line by the
281.Fl e
282option.
283.Pp
284The supported escapes (assuming the default
285.Ql ~ )
286are:
287.Bl -tag -width Ds
288.It Cm ~.
289Disconnect
290.It Cm ~^Z
291Background ssh
292.It Cm ~#
293List forwarded connections
294.It Cm ~&
295Background ssh at logout when waiting for forwarded connection / X11 sessions
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000296to terminate (protocol version 1 only)
Ben Lindstrom9ffdcb52001-04-20 12:50:51 +0000297.It Cm ~?
298Display a list of escape characters
299.It Cm ~R
Ben Lindstromf8d24572001-04-22 17:11:56 +0000300Request rekeying of the connection (only useful for SSH protocol version 2
301and if the peer supports it)
Ben Lindstrom9ffdcb52001-04-20 12:50:51 +0000302.El
303.Pp
Damien Millere247cc42000-05-07 12:03:14 +1000304.Ss X11 and TCP forwarding
305.Pp
Damien Miller32aa1441999-10-29 09:15:49 +1000306If the user is using X11 (the
307.Ev DISPLAY
308environment variable is set), the connection to the X11 display is
309automatically forwarded to the remote side in such a way that any X11
310programs started from the shell (or command) will go through the
311encrypted channel, and the connection to the real X server will be made
Damien Miller7684ee12000-03-17 23:40:15 +1100312from the local machine.
313The user should not manually set
Damien Miller32aa1441999-10-29 09:15:49 +1000314.Ev DISPLAY .
315Forwarding of X11 connections can be
316configured on the command line or in configuration files.
317.Pp
318The
Damien Miller22c77262000-04-13 12:26:34 +1000319.Ev DISPLAY
Damien Miller32aa1441999-10-29 09:15:49 +1000320value set by
321.Nm
322will point to the server machine, but with a display number greater
Damien Miller7684ee12000-03-17 23:40:15 +1100323than zero.
324This is normal, and happens because
Damien Miller32aa1441999-10-29 09:15:49 +1000325.Nm
326creates a
327.Dq proxy
328X server on the server machine for forwarding the
329connections over the encrypted channel.
330.Pp
331.Nm
332will also automatically set up Xauthority data on the server machine.
333For this purpose, it will generate a random authorization cookie,
334store it in Xauthority on the server, and verify that any forwarded
335connections carry this cookie and replace it by the real cookie when
Damien Miller7684ee12000-03-17 23:40:15 +1100336the connection is opened.
337The real authentication cookie is never
Damien Miller32aa1441999-10-29 09:15:49 +1000338sent to the server machine (and no cookies are sent in the plain).
339.Pp
340If the user is using an authentication agent, the connection to the agent
341is automatically forwarded to the remote side unless disabled on
342command line or in a configuration file.
343.Pp
344Forwarding of arbitrary TCP/IP connections over the secure channel can
Damien Miller7684ee12000-03-17 23:40:15 +1100345be specified either on command line or in a configuration file.
346One possible application of TCP/IP forwarding is a secure connection to an
Ben Lindstromebd888d2001-03-05 05:49:29 +0000347electronic purse; another is going through firewalls.
Damien Miller32aa1441999-10-29 09:15:49 +1000348.Pp
Damien Millere247cc42000-05-07 12:03:14 +1000349.Ss Server authentication
350.Pp
Damien Miller32aa1441999-10-29 09:15:49 +1000351.Nm
Damien Millere247cc42000-05-07 12:03:14 +1000352automatically maintains and checks a database containing
Damien Miller7684ee12000-03-17 23:40:15 +1100353identifications for all hosts it has ever been used with.
Damien Millere247cc42000-05-07 12:03:14 +1000354RSA host keys are stored in
355.Pa $HOME/.ssh/known_hosts
356and
Damien Miller0bc1bd82000-11-13 22:57:25 +1100357host keys used in the protocol version 2 are stored in
Damien Millere247cc42000-05-07 12:03:14 +1000358.Pa $HOME/.ssh/known_hosts2
Damien Miller7684ee12000-03-17 23:40:15 +1100359in the user's home directory.
Damien Millere247cc42000-05-07 12:03:14 +1000360Additionally, the files
Damien Miller886c63a2000-01-20 23:13:36 +1100361.Pa /etc/ssh_known_hosts
Damien Millere247cc42000-05-07 12:03:14 +1000362and
363.Pa /etc/ssh_known_hosts2
364are automatically checked for known hosts.
Damien Miller7684ee12000-03-17 23:40:15 +1100365Any new hosts are automatically added to the user's file.
366If a host's identification
Damien Miller32aa1441999-10-29 09:15:49 +1000367ever changes,
368.Nm
369warns about this and disables password authentication to prevent a
Damien Miller7684ee12000-03-17 23:40:15 +1100370trojan horse from getting the user's password.
371Another purpose of
Damien Miller32aa1441999-10-29 09:15:49 +1000372this mechanism is to prevent man-in-the-middle attacks which could
Damien Miller7684ee12000-03-17 23:40:15 +1100373otherwise be used to circumvent the encryption.
374The
Damien Miller32aa1441999-10-29 09:15:49 +1000375.Cm StrictHostKeyChecking
376option (see below) can be used to prevent logins to machines whose
377host key is not known or has changed.
Damien Miller0bc1bd82000-11-13 22:57:25 +1100378.Pp
379The options are as follows:
Damien Miller32aa1441999-10-29 09:15:49 +1000380.Bl -tag -width Ds
381.It Fl a
Damien Miller450a7a12000-03-26 13:04:51 +1000382Disables forwarding of the authentication agent connection.
Damien Millerb1715dc2000-05-30 13:44:51 +1000383.It Fl A
384Enables forwarding of the authentication agent connection.
385This can also be specified on a per-host basis in a configuration file.
Damien Miller32aa1441999-10-29 09:15:49 +1000386.It Fl c Ar blowfish|3des
Damien Miller22c77262000-04-13 12:26:34 +1000387Selects the cipher to use for encrypting the session.
Damien Miller32aa1441999-10-29 09:15:49 +1000388.Ar 3des
Damien Miller7684ee12000-03-17 23:40:15 +1100389is used by default.
Damien Miller22c77262000-04-13 12:26:34 +1000390It is believed to be secure.
Damien Miller32aa1441999-10-29 09:15:49 +1000391.Ar 3des
392(triple-des) is an encrypt-decrypt-encrypt triple with three different keys.
393It is presumably more secure than the
394.Ar des
Damien Miller69b69aa2000-10-28 14:19:58 +1100395cipher which is no longer fully supported in
Damien Miller30c3d422000-05-09 11:02:59 +1000396.Nm ssh .
Damien Miller32aa1441999-10-29 09:15:49 +1000397.Ar blowfish
398is a fast block cipher, it appears very secure and is much faster than
Damien Miller7684ee12000-03-17 23:40:15 +1100399.Ar 3des .
Ben Lindstrom5ab6ae12001-02-10 22:08:03 +0000400.It Fl c Ar cipher_spec
Damien Miller30c3d422000-05-09 11:02:59 +1000401Additionally, for protocol version 2 a comma-separated list of ciphers can
Damien Miller874d77b2000-10-14 16:23:11 +1100402be specified in order of preference.
Ben Lindstrom5ab6ae12001-02-10 22:08:03 +0000403See
404.Cm Ciphers
405for more information.
Damien Miller32aa1441999-10-29 09:15:49 +1000406.It Fl e Ar ch|^ch|none
407Sets the escape character for sessions with a pty (default:
408.Ql ~ ) .
Damien Miller7684ee12000-03-17 23:40:15 +1100409The escape character is only recognized at the beginning of a line.
410The escape character followed by a dot
Damien Miller32aa1441999-10-29 09:15:49 +1000411.Pq Ql \&.
412closes the connection, followed
413by control-Z suspends the connection, and followed by itself sends the
Damien Miller7684ee12000-03-17 23:40:15 +1100414escape character once.
415Setting the character to
Damien Miller32aa1441999-10-29 09:15:49 +1000416.Dq none
417disables any escapes and makes the session fully transparent.
418.It Fl f
419Requests
420.Nm
Damien Miller7684ee12000-03-17 23:40:15 +1100421to go to background just before command execution.
422This is useful if
Damien Miller32aa1441999-10-29 09:15:49 +1000423.Nm
424is going to ask for passwords or passphrases, but the user
Damien Miller7684ee12000-03-17 23:40:15 +1100425wants it in the background.
Damien Miller22c77262000-04-13 12:26:34 +1000426This implies
Damien Miller32aa1441999-10-29 09:15:49 +1000427.Fl n .
428The recommended way to start X11 programs at a remote site is with
429something like
430.Ic ssh -f host xterm .
Damien Miller396691a2000-01-20 22:44:08 +1100431.It Fl g
432Allows remote hosts to connect to local forwarded ports.
Damien Miller32aa1441999-10-29 09:15:49 +1000433.It Fl i Ar identity_file
Damien Miller22c77262000-04-13 12:26:34 +1000434Selects the file from which the identity (private key) for
Damien Miller0bc1bd82000-11-13 22:57:25 +1100435RSA or DSA authentication is read.
Damien Miller22c77262000-04-13 12:26:34 +1000436Default is
Damien Millere247cc42000-05-07 12:03:14 +1000437.Pa $HOME/.ssh/identity
Damien Miller7684ee12000-03-17 23:40:15 +1100438in the user's home directory.
439Identity files may also be specified on
440a per-host basis in the configuration file.
441It is possible to have multiple
Damien Miller32aa1441999-10-29 09:15:49 +1000442.Fl i
443options (and multiple identities specified in
444configuration files).
Damien Miller32aa1441999-10-29 09:15:49 +1000445.It Fl k
Damien Miller450a7a12000-03-26 13:04:51 +1000446Disables forwarding of Kerberos tickets and AFS tokens.
447This may also be specified on a per-host basis in the configuration file.
Damien Miller32aa1441999-10-29 09:15:49 +1000448.It Fl l Ar login_name
Damien Miller7684ee12000-03-17 23:40:15 +1100449Specifies the user to log in as on the remote machine.
450This also may be specified on a per-host basis in the configuration file.
Ben Lindstrom06b33aa2001-02-15 03:01:59 +0000451.It Fl m Ar mac_spec
452Additionally, for protocol version 2 a comma-separated list of MAC
453(message authentication code) algorithms can
454be specified in order of preference.
455See the
456.Cm MACs
457keyword for more information.
Damien Miller32aa1441999-10-29 09:15:49 +1000458.It Fl n
459Redirects stdin from
460.Pa /dev/null
461(actually, prevents reading from stdin).
462This must be used when
463.Nm
Damien Miller7684ee12000-03-17 23:40:15 +1100464is run in the background.
465A common trick is to use this to run X11 programs on a remote machine.
466For example,
Damien Miller32aa1441999-10-29 09:15:49 +1000467.Ic ssh -n shadows.cs.hut.fi emacs &
468will start an emacs on shadows.cs.hut.fi, and the X11
469connection will be automatically forwarded over an encrypted channel.
470The
471.Nm
472program will be put in the background.
473(This does not work if
474.Nm
475needs to ask for a password or passphrase; see also the
476.Fl f
477option.)
Damien Millerdcb6ecd2000-05-17 22:34:22 +1000478.It Fl N
479Do not execute a remote command.
Ben Lindstromc72745a2000-12-02 19:03:54 +0000480This is useful if you just want to forward ports
Damien Millerdcb6ecd2000-05-17 22:34:22 +1000481(protocol version 2 only).
Damien Miller32aa1441999-10-29 09:15:49 +1000482.It Fl o Ar option
483Can be used to give options in the format used in the config file.
484This is useful for specifying options for which there is no separate
Damien Miller7684ee12000-03-17 23:40:15 +1100485command-line flag.
486The option has the same format as a line in the configuration file.
Damien Miller32aa1441999-10-29 09:15:49 +1000487.It Fl p Ar port
Damien Miller7684ee12000-03-17 23:40:15 +1100488Port to connect to on the remote host.
489This can be specified on a
Damien Miller32aa1441999-10-29 09:15:49 +1000490per-host basis in the configuration file.
491.It Fl P
492Use a non-privileged port for outgoing connections.
493This can be used if your firewall does
494not permit connections from privileged ports.
Damien Millera34a28b1999-12-14 10:47:15 +1100495Note that this option turns off
Damien Miller32aa1441999-10-29 09:15:49 +1000496.Cm RhostsAuthentication
497and
Kevin Stevesfcec7f82000-12-15 19:55:48 +0000498.Cm RhostsRSAAuthentication
499for older servers.
Damien Miller32aa1441999-10-29 09:15:49 +1000500.It Fl q
Damien Miller7684ee12000-03-17 23:40:15 +1100501Quiet mode.
502Causes all warning and diagnostic messages to be suppressed.
503Only fatal errors are displayed.
Damien Miller832562e2001-01-30 09:30:01 +1100504.It Fl s
505May be used to request invocation of a subsystem on the remote system. Subsystems are a feature of the SSH2 protocol which facilitate the use
506of SSH as a secure transport for other application (eg. sftp). The
507subsystem is specified as the remote command.
Damien Miller32aa1441999-10-29 09:15:49 +1000508.It Fl t
Damien Miller7684ee12000-03-17 23:40:15 +1100509Force pseudo-tty allocation.
Damien Miller450a7a12000-03-26 13:04:51 +1000510This can be used to execute arbitrary
Damien Miller7684ee12000-03-17 23:40:15 +1100511screen-based programs on a remote machine, which can be very useful,
512e.g., when implementing menu services.
Ben Lindstrom4dccfa52000-12-28 16:40:05 +0000513Multiple
514.Fl t
515options force tty allocation, even if
516.Nm
517has no local tty.
Damien Millerdcb6ecd2000-05-17 22:34:22 +1000518.It Fl T
Ben Lindstromc72745a2000-12-02 19:03:54 +0000519Disable pseudo-tty allocation.
Damien Miller32aa1441999-10-29 09:15:49 +1000520.It Fl v
Damien Miller7684ee12000-03-17 23:40:15 +1100521Verbose mode.
522Causes
Damien Miller32aa1441999-10-29 09:15:49 +1000523.Nm
Damien Miller7684ee12000-03-17 23:40:15 +1100524to print debugging messages about its progress.
525This is helpful in
Damien Miller32aa1441999-10-29 09:15:49 +1000526debugging connection, authentication, and configuration problems.
Ben Lindstrom4dccfa52000-12-28 16:40:05 +0000527Multiple
528.Fl v
529options increases the verbosity.
Damien Miller874d77b2000-10-14 16:23:11 +1100530Maximum is 3.
Damien Miller32aa1441999-10-29 09:15:49 +1000531.It Fl x
Damien Miller7684ee12000-03-17 23:40:15 +1100532Disables X11 forwarding.
Damien Miller32aa1441999-10-29 09:15:49 +1000533.It Fl X
534Enables X11 forwarding.
Damien Millerb1715dc2000-05-30 13:44:51 +1000535This can also be specified on a per-host basis in a configuration file.
Damien Miller32aa1441999-10-29 09:15:49 +1000536.It Fl C
537Requests compression of all data (including stdin, stdout, stderr, and
Damien Miller7684ee12000-03-17 23:40:15 +1100538data for forwarded X11 and TCP/IP connections).
539The compression algorithm is the same used by
Damien Miller396691a2000-01-20 22:44:08 +1100540.Xr gzip 1 ,
541and the
Damien Miller32aa1441999-10-29 09:15:49 +1000542.Dq level
543can be controlled by the
544.Cm CompressionLevel
Damien Miller7684ee12000-03-17 23:40:15 +1100545option (see below).
546Compression is desirable on modem lines and other
Damien Miller32aa1441999-10-29 09:15:49 +1000547slow connections, but will only slow down things on fast networks.
548The default value can be set on a host-by-host basis in the
549configuration files; see the
550.Cm Compress
551option below.
552.It Fl L Ar port:host:hostport
553Specifies that the given port on the local (client) host is to be
Damien Miller7684ee12000-03-17 23:40:15 +1100554forwarded to the given host and port on the remote side.
555This works by allocating a socket to listen to
Damien Miller32aa1441999-10-29 09:15:49 +1000556.Ar port
557on the local side, and whenever a connection is made to this port, the
558connection is forwarded over the secure channel, and a connection is
559made to
Damien Miller34132e52000-01-14 15:45:46 +1100560.Ar host
561port
562.Ar hostport
Damien Miller7684ee12000-03-17 23:40:15 +1100563from the remote machine.
564Port forwardings can also be specified in the configuration file.
565Only root can forward privileged ports.
Damien Miller34132e52000-01-14 15:45:46 +1100566IPv6 addresses can be specified with an alternative syntax:
567.Ar port/host/hostport
Damien Miller32aa1441999-10-29 09:15:49 +1000568.It Fl R Ar port:host:hostport
569Specifies that the given port on the remote (server) host is to be
Damien Miller7684ee12000-03-17 23:40:15 +1100570forwarded to the given host and port on the local side.
571This works by allocating a socket to listen to
Damien Miller32aa1441999-10-29 09:15:49 +1000572.Ar port
573on the remote side, and whenever a connection is made to this port, the
574connection is forwarded over the secure channel, and a connection is
575made to
Damien Miller34132e52000-01-14 15:45:46 +1100576.Ar host
577port
578.Ar hostport
Damien Miller7684ee12000-03-17 23:40:15 +1100579from the local machine.
580Port forwardings can also be specified in the configuration file.
581Privileged ports can be forwarded only when
Damien Miller32aa1441999-10-29 09:15:49 +1000582logging in as root on the remote machine.
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000583IPv6 addresses can be specified with an alternative syntax:
584.Ar port/host/hostport
Ben Lindstrom5ab6ae12001-02-10 22:08:03 +0000585.It Fl 1
586Forces
587.Nm
588to try protocol version 1 only.
Damien Miller4af51302000-04-16 11:18:38 +1000589.It Fl 2
590Forces
591.Nm
Damien Millere247cc42000-05-07 12:03:14 +1000592to try protocol version 2 only.
Damien Miller34132e52000-01-14 15:45:46 +1100593.It Fl 4
594Forces
595.Nm
596to use IPv4 addresses only.
597.It Fl 6
598Forces
599.Nm
600to use IPv6 addresses only.
Damien Miller32aa1441999-10-29 09:15:49 +1000601.El
602.Sh CONFIGURATION FILES
603.Nm
604obtains configuration data from the following sources (in this order):
605command line options, user's configuration file
606.Pq Pa $HOME/.ssh/config ,
607and system-wide configuration file
Damien Miller886c63a2000-01-20 23:13:36 +1100608.Pq Pa /etc/ssh_config .
Damien Miller32aa1441999-10-29 09:15:49 +1000609For each parameter, the first obtained value
Damien Miller7684ee12000-03-17 23:40:15 +1100610will be used.
611The configuration files contain sections bracketed by
612.Dq Host
613specifications, and that section is only applied for hosts that
614match one of the patterns given in the specification.
615The matched host name is the one given on the command line.
Damien Miller32aa1441999-10-29 09:15:49 +1000616.Pp
617Since the first obtained value for each parameter is used, more
618host-specific declarations should be given near the beginning of the
619file, and general defaults at the end.
620.Pp
621The configuration file has the following format:
622.Pp
623Empty lines and lines starting with
624.Ql #
625are comments.
626.Pp
627Otherwise a line is of the format
628.Dq keyword arguments .
629The possible
630keywords and their meanings are as follows (note that the
631configuration files are case-sensitive):
632.Bl -tag -width Ds
633.It Cm Host
634Restricts the following declarations (up to the next
635.Cm Host
636keyword) to be only for those hosts that match one of the patterns
637given after the keyword.
638.Ql \&*
639and
640.Ql ?
641can be used as wildcards in the
Damien Miller7684ee12000-03-17 23:40:15 +1100642patterns.
643A single
Damien Miller32aa1441999-10-29 09:15:49 +1000644.Ql \&*
645as a pattern can be used to provide global
Damien Miller7684ee12000-03-17 23:40:15 +1100646defaults for all hosts.
647The host is the
Damien Miller32aa1441999-10-29 09:15:49 +1000648.Ar hostname
649argument given on the command line (i.e., the name is not converted to
650a canonicalized host name before matching).
651.It Cm AFSTokenPassing
Damien Miller450a7a12000-03-26 13:04:51 +1000652Specifies whether to pass AFS tokens to remote host.
653The argument to this keyword must be
Damien Miller32aa1441999-10-29 09:15:49 +1000654.Dq yes
655or
656.Dq no .
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000657This option applies to protocol version 1 only.
Damien Miller32aa1441999-10-29 09:15:49 +1000658.It Cm BatchMode
659If set to
660.Dq yes ,
Damien Miller7684ee12000-03-17 23:40:15 +1100661passphrase/password querying will be disabled.
662This option is useful in scripts and other batch jobs where you have no
663user to supply the password.
664The argument must be
Damien Miller32aa1441999-10-29 09:15:49 +1000665.Dq yes
666or
667.Dq no .
Ben Lindstrom89b0bd62001-03-29 00:27:11 +0000668The default is
669.Dq no .
Damien Miller396691a2000-01-20 22:44:08 +1100670.It Cm CheckHostIP
671If this flag is set to
672.Dq yes ,
Ben Lindstrom89b0bd62001-03-29 00:27:11 +0000673ssh will additionally check the host IP address in the
Damien Miller396691a2000-01-20 22:44:08 +1100674.Pa known_hosts
Damien Miller450a7a12000-03-26 13:04:51 +1000675file.
676This allows ssh to detect if a host key changed due to DNS spoofing.
Damien Miller396691a2000-01-20 22:44:08 +1100677If the option is set to
678.Dq no ,
679the check will not be executed.
Ben Lindstrom89b0bd62001-03-29 00:27:11 +0000680The default is
681.Dq yes .
Damien Miller32aa1441999-10-29 09:15:49 +1000682.It Cm Cipher
Damien Miller50a41ed2000-10-16 12:14:42 +1100683Specifies the cipher to use for encrypting the session
Damien Miller69b69aa2000-10-28 14:19:58 +1100684in protocol version 1.
Damien Miller7684ee12000-03-17 23:40:15 +1100685Currently,
Damien Miller69b69aa2000-10-28 14:19:58 +1100686.Dq blowfish
Damien Miller32aa1441999-10-29 09:15:49 +1000687and
688.Dq 3des
Damien Miller7684ee12000-03-17 23:40:15 +1100689are supported.
690The default is
Damien Miller32aa1441999-10-29 09:15:49 +1000691.Dq 3des .
Damien Miller22c77262000-04-13 12:26:34 +1000692.It Cm Ciphers
693Specifies the ciphers allowed for protocol version 2
694in order of preference.
695Multiple ciphers must be comma-separated.
696The default is
Ben Lindstrom5ab6ae12001-02-10 22:08:03 +0000697.Pp
698.Bd -literal
Ben Lindstromec26fb12001-03-06 01:05:23 +0000699 ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000700 aes192-cbc,aes256-cbc''
Ben Lindstrom5ab6ae12001-02-10 22:08:03 +0000701.Ed
Damien Miller32aa1441999-10-29 09:15:49 +1000702.It Cm Compression
Damien Miller7684ee12000-03-17 23:40:15 +1100703Specifies whether to use compression.
704The argument must be
Damien Miller32aa1441999-10-29 09:15:49 +1000705.Dq yes
706or
707.Dq no .
Ben Lindstrom89b0bd62001-03-29 00:27:11 +0000708The default is
709.Dq no .
Damien Miller32aa1441999-10-29 09:15:49 +1000710.It Cm CompressionLevel
Ben Lindstrom89b0bd62001-03-29 00:27:11 +0000711Specifies the compression level to use if compression is enabled.
Damien Miller7684ee12000-03-17 23:40:15 +1100712The argument must be an integer from 1 (fast) to 9 (slow, best).
713The default level is 6, which is good for most applications.
714The meaning of the values is the same as in
Damien Miller396691a2000-01-20 22:44:08 +1100715.Xr gzip 1 .
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000716Note that this option applies to protocol version 1 only.
Damien Miller32aa1441999-10-29 09:15:49 +1000717.It Cm ConnectionAttempts
718Specifies the number of tries (one per second) to make before falling
Damien Miller7684ee12000-03-17 23:40:15 +1100719back to rsh or exiting.
720The argument must be an integer.
721This may be useful in scripts if the connection sometimes fails.
Ben Lindstrom89b0bd62001-03-29 00:27:11 +0000722The default is 4.
Damien Miller32aa1441999-10-29 09:15:49 +1000723.It Cm EscapeChar
724Sets the escape character (default:
725.Ql ~ ) .
726The escape character can also
Damien Miller7684ee12000-03-17 23:40:15 +1100727be set on the command line.
728The argument should be a single character,
Damien Miller32aa1441999-10-29 09:15:49 +1000729.Ql ^
730followed by a letter, or
731.Dq none
732to disable the escape
733character entirely (making the connection transparent for binary
734data).
Damien Miller22c77262000-04-13 12:26:34 +1000735.It Cm FallBackToRsh
Damien Miller32aa1441999-10-29 09:15:49 +1000736Specifies that if connecting via
737.Nm
738fails due to a connection refused error (there is no
739.Xr sshd 8
Damien Miller22c77262000-04-13 12:26:34 +1000740listening on the remote host),
Damien Miller32aa1441999-10-29 09:15:49 +1000741.Xr rsh 1
742should automatically be used instead (after a suitable warning about
Damien Miller7684ee12000-03-17 23:40:15 +1100743the session being unencrypted).
744The argument must be
Damien Miller32aa1441999-10-29 09:15:49 +1000745.Dq yes
746or
747.Dq no .
Ben Lindstrom89b0bd62001-03-29 00:27:11 +0000748The default is
749.Dq no .
Damien Miller32aa1441999-10-29 09:15:49 +1000750.It Cm ForwardAgent
751Specifies whether the connection to the authentication agent (if any)
Damien Miller7684ee12000-03-17 23:40:15 +1100752will be forwarded to the remote machine.
753The argument must be
Damien Miller32aa1441999-10-29 09:15:49 +1000754.Dq yes
755or
756.Dq no .
Damien Millerb1715dc2000-05-30 13:44:51 +1000757The default is
758.Dq no .
Damien Miller32aa1441999-10-29 09:15:49 +1000759.It Cm ForwardX11
760Specifies whether X11 connections will be automatically redirected
Damien Miller22c77262000-04-13 12:26:34 +1000761over the secure channel and
Damien Miller32aa1441999-10-29 09:15:49 +1000762.Ev DISPLAY
Damien Miller7684ee12000-03-17 23:40:15 +1100763set.
Damien Miller22c77262000-04-13 12:26:34 +1000764The argument must be
Damien Miller32aa1441999-10-29 09:15:49 +1000765.Dq yes
766or
767.Dq no .
Damien Miller98c7ad62000-03-09 21:27:49 +1100768The default is
769.Dq no .
Damien Miller32aa1441999-10-29 09:15:49 +1000770.It Cm GatewayPorts
771Specifies whether remote hosts are allowed to connect to local
772forwarded ports.
773The argument must be
774.Dq yes
775or
776.Dq no .
777The default is
778.Dq no .
779.It Cm GlobalKnownHostsFile
Ben Lindstrom1e621742001-03-06 01:10:53 +0000780Specifies a file to use for the protocol version 1 global
781host key database instead of
Damien Miller886c63a2000-01-20 23:13:36 +1100782.Pa /etc/ssh_known_hosts .
Ben Lindstrom1e621742001-03-06 01:10:53 +0000783.It Cm GlobalKnownHostsFile2
784Specifies a file to use for the protocol version 2 global
785host key database instead of
786.Pa /etc/ssh_known_hosts2 .
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000787.It Cm HostbasedAuthentication
788Specifies whether to try rhosts based authentication with public key
789authentication.
790The argument must be
791.Dq yes
792or
793.Dq no .
794The default is
795.Dq yes .
796This option applies to protocol version 2 only and
797is similar to
798.Cm RhostsRSAAuthentication .
Ben Lindstrom982dbbc2001-04-17 18:11:36 +0000799.It Cm HostKeyAlgorithms
800Specfies the protocol version 2 host key algorithms
801that the client wants to use in order of preference.
802The default for this option is:
803.Dq ssh-rsa,ssh-dss
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000804.It Cm HostKeyAlias
805Specifies an alias that should be used instead of the
806real host name when looking up or saving the host key
807in the host key database files.
808This option is useful for tunneling ssh connections
809or if you have multiple servers running on a single host.
Damien Miller32aa1441999-10-29 09:15:49 +1000810.It Cm HostName
Damien Miller7684ee12000-03-17 23:40:15 +1100811Specifies the real host name to log into.
812This can be used to specify nicknames or abbreviations for hosts.
813Default is the name given on the command line.
814Numeric IP addresses are also permitted (both on the command line and in
Damien Miller32aa1441999-10-29 09:15:49 +1000815.Cm HostName
816specifications).
817.It Cm IdentityFile
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000818Specifies the file from which the user's RSA or DSA authentication identity
Damien Miller32aa1441999-10-29 09:15:49 +1000819is read (default
Damien Millere247cc42000-05-07 12:03:14 +1000820.Pa $HOME/.ssh/identity
Damien Miller32aa1441999-10-29 09:15:49 +1000821in the user's home directory).
822Additionally, any identities represented by the authentication agent
Damien Miller7684ee12000-03-17 23:40:15 +1100823will be used for authentication.
824The file name may use the tilde
825syntax to refer to a user's home directory.
826It is possible to have
Damien Miller32aa1441999-10-29 09:15:49 +1000827multiple identity files specified in configuration files; all these
828identities will be tried in sequence.
829.It Cm KeepAlive
830Specifies whether the system should send keepalive messages to the
Damien Miller7684ee12000-03-17 23:40:15 +1100831other side.
832If they are sent, death of the connection or crash of one
833of the machines will be properly noticed.
834However, this means that
Damien Miller32aa1441999-10-29 09:15:49 +1000835connections will die if the route is down temporarily, and some people
Damien Miller450a7a12000-03-26 13:04:51 +1000836find it annoying.
Damien Miller32aa1441999-10-29 09:15:49 +1000837.Pp
838The default is
839.Dq yes
840(to send keepalives), and the client will notice
Damien Miller7684ee12000-03-17 23:40:15 +1100841if the network goes down or the remote host dies.
842This is important in scripts, and many users want it too.
Damien Miller32aa1441999-10-29 09:15:49 +1000843.Pp
844To disable keepalives, the value should be set to
845.Dq no
846in both the server and the client configuration files.
847.It Cm KerberosAuthentication
Damien Miller450a7a12000-03-26 13:04:51 +1000848Specifies whether Kerberos authentication will be used.
849The argument to this keyword must be
Damien Miller32aa1441999-10-29 09:15:49 +1000850.Dq yes
851or
852.Dq no .
853.It Cm KerberosTgtPassing
Damien Miller450a7a12000-03-26 13:04:51 +1000854Specifies whether a Kerberos TGT will be forwarded to the server.
855This will only work if the Kerberos server is actually an AFS kaserver.
856The argument to this keyword must be
Damien Miller32aa1441999-10-29 09:15:49 +1000857.Dq yes
858or
859.Dq no .
860.It Cm LocalForward
861Specifies that a TCP/IP port on the local machine be forwarded over
Damien Miller7684ee12000-03-17 23:40:15 +1100862the secure channel to given host:port from the remote machine.
863The first argument must be a port number, and the second must be
864host:port.
865Multiple forwardings may be specified, and additional
866forwardings can be given on the command line.
867Only the superuser can forward privileged ports.
Damien Miller5ce662a1999-11-11 17:57:39 +1100868.It Cm LogLevel
869Gives the verbosity level that is used when logging messages from
870.Nm ssh .
871The possible values are:
Ben Lindstromdb65e8f2001-01-19 04:26:52 +0000872QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG.
873The default is INFO.
Ben Lindstrom06b33aa2001-02-15 03:01:59 +0000874.It Cm MACs
875Specifies the MAC (message authentication code) algorithms
876in order of preference.
877The MAC algorithm is used in protocol version 2
878for data integrity protection.
879Multiple algorithms must be comma-separated.
880The default is
881.Pp
882.Bd -literal
Ben Lindstromec26fb12001-03-06 01:05:23 +0000883 ``hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,
Ben Lindstrom06b33aa2001-02-15 03:01:59 +0000884 hmac-sha1-96,hmac-md5-96''
885.Ed
Damien Miller32aa1441999-10-29 09:15:49 +1000886.It Cm NumberOfPasswordPrompts
Damien Miller450a7a12000-03-26 13:04:51 +1000887Specifies the number of password prompts before giving up.
888The argument to this keyword must be an integer.
889Default is 3.
Damien Miller396691a2000-01-20 22:44:08 +1100890.It Cm PasswordAuthentication
Damien Miller7684ee12000-03-17 23:40:15 +1100891Specifies whether to use password authentication.
892The argument to this keyword must be
Damien Miller396691a2000-01-20 22:44:08 +1100893.Dq yes
894or
895.Dq no .
Ben Lindstrom89b0bd62001-03-29 00:27:11 +0000896The default is
897.Dq yes .
Damien Miller32aa1441999-10-29 09:15:49 +1000898.It Cm Port
Damien Miller7684ee12000-03-17 23:40:15 +1100899Specifies the port number to connect on the remote host.
900Default is 22.
Damien Miller1e42f302001-03-19 23:59:11 +1100901.It Cm PreferredAuthentications
902Specifies the order in which the client should try protocol 2
903authentication methods. This allows a client to prefer one method (e.g.
904.Cm keyboard-interactive )
905over another method (e.g.
906.Cm password )
907The default for this option is:
908.Dq publickey, password, keyboard-interactive
Damien Miller22c77262000-04-13 12:26:34 +1000909.It Cm Protocol
910Specifies the protocol versions
911.Nm
912should support in order of preference.
913The possible values are
914.Dq 1
915and
916.Dq 2 .
917Multiple versions must be comma-separated.
918The default is
Ben Lindstromf3272352001-04-05 23:29:59 +0000919.Dq 2,1 .
Damien Millere247cc42000-05-07 12:03:14 +1000920This means that
921.Nm
Ben Lindstromf3272352001-04-05 23:29:59 +0000922tries version 2 and falls back to version 1
923if version 2 is not available.
Damien Miller32aa1441999-10-29 09:15:49 +1000924.It Cm ProxyCommand
Damien Miller7684ee12000-03-17 23:40:15 +1100925Specifies the command to use to connect to the server.
926The command
927string extends to the end of the line, and is executed with
928.Pa /bin/sh .
929In the command string,
930.Ql %h
931will be substituted by the host name to
932connect and
933.Ql %p
934by the port.
935The command can be basically anything,
936and should read from its standard input and write to its standard output.
937It should eventually connect an
Damien Miller32aa1441999-10-29 09:15:49 +1000938.Xr sshd 8
939server running on some machine, or execute
940.Ic sshd -i
Damien Miller7684ee12000-03-17 23:40:15 +1100941somewhere.
942Host key management will be done using the
Damien Miller32aa1441999-10-29 09:15:49 +1000943HostName of the host being connected (defaulting to the name typed by
944the user).
Damien Milleraae6c611999-12-06 11:47:28 +1100945Note that
946.Cm CheckHostIP
947is not available for connects with a proxy command.
Damien Miller32aa1441999-10-29 09:15:49 +1000948.Pp
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000949.It Cm PubkeyAuthentication
950Specifies whether to try public key authentication.
951The argument to this keyword must be
952.Dq yes
953or
954.Dq no .
955The default is
956.Dq yes .
957This option applies to protocol version 2 only.
Damien Miller32aa1441999-10-29 09:15:49 +1000958.It Cm RemoteForward
959Specifies that a TCP/IP port on the remote machine be forwarded over
Damien Miller7684ee12000-03-17 23:40:15 +1100960the secure channel to given host:port from the local machine.
961The first argument must be a port number, and the second must be
962host:port.
963Multiple forwardings may be specified, and additional
964forwardings can be given on the command line.
965Only the superuser can forward privileged ports.
Damien Miller32aa1441999-10-29 09:15:49 +1000966.It Cm RhostsAuthentication
Damien Miller7684ee12000-03-17 23:40:15 +1100967Specifies whether to try rhosts based authentication.
968Note that this
Damien Miller32aa1441999-10-29 09:15:49 +1000969declaration only affects the client side and has no effect whatsoever
Damien Miller7684ee12000-03-17 23:40:15 +1100970on security.
971Disabling rhosts authentication may reduce
Damien Miller32aa1441999-10-29 09:15:49 +1000972authentication time on slow connections when rhosts authentication is
Damien Miller7684ee12000-03-17 23:40:15 +1100973not used.
974Most servers do not permit RhostsAuthentication because it
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000975is not secure (see
976.Cm RhostsRSAAuthentication ).
Damien Miller7684ee12000-03-17 23:40:15 +1100977The argument to this keyword must be
Damien Miller32aa1441999-10-29 09:15:49 +1000978.Dq yes
979or
980.Dq no .
Ben Lindstrom89b0bd62001-03-29 00:27:11 +0000981The default is
982.Dq yes .
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000983This option applies to protocol version 1 only.
Damien Miller32aa1441999-10-29 09:15:49 +1000984.It Cm RhostsRSAAuthentication
985Specifies whether to try rhosts based authentication with RSA host
Damien Miller7684ee12000-03-17 23:40:15 +1100986authentication.
Damien Miller7684ee12000-03-17 23:40:15 +1100987The argument must be
Damien Miller32aa1441999-10-29 09:15:49 +1000988.Dq yes
989or
990.Dq no .
Ben Lindstrom89b0bd62001-03-29 00:27:11 +0000991The default is
992.Dq yes .
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000993This option applies to protocol version 1 only.
Damien Miller32aa1441999-10-29 09:15:49 +1000994.It Cm RSAAuthentication
Damien Miller7684ee12000-03-17 23:40:15 +1100995Specifies whether to try RSA authentication.
996The argument to this keyword must be
Damien Miller32aa1441999-10-29 09:15:49 +1000997.Dq yes
998or
999.Dq no .
1000RSA authentication will only be
1001attempted if the identity file exists, or an authentication agent is
1002running.
Ben Lindstrom89b0bd62001-03-29 00:27:11 +00001003The default is
1004.Dq yes .
Damien Millere247cc42000-05-07 12:03:14 +10001005Note that this option applies to protocol version 1 only.
Damien Miller33804262001-02-04 23:20:18 +11001006.It Cm ChallengeResponseAuthentication
1007Specifies whether to use challenge response authentication.
1008Currently there is only support for
Damien Miller95def091999-11-25 00:26:21 +11001009.Xr skey 1
Damien Miller7684ee12000-03-17 23:40:15 +11001010authentication.
1011The argument to this keyword must be
Damien Miller95def091999-11-25 00:26:21 +11001012.Dq yes
1013or
1014.Dq no .
1015The default is
1016.Dq no .
Damien Miller32aa1441999-10-29 09:15:49 +10001017.It Cm StrictHostKeyChecking
1018If this flag is set to
Damien Miller22c77262000-04-13 12:26:34 +10001019.Dq yes ,
Damien Miller32aa1441999-10-29 09:15:49 +10001020.Nm
Ben Lindstromeb930d42001-01-29 08:37:08 +00001021will never automatically add host keys to the
Damien Miller32aa1441999-10-29 09:15:49 +10001022.Pa $HOME/.ssh/known_hosts
Damien Millere247cc42000-05-07 12:03:14 +10001023and
1024.Pa $HOME/.ssh/known_hosts2
Ben Lindstromeb930d42001-01-29 08:37:08 +00001025files, and refuses to connect to hosts whose host key has changed.
Damien Miller7684ee12000-03-17 23:40:15 +11001026This provides maximum protection against trojan horse attacks.
1027However, it can be somewhat annoying if you don't have good
Damien Miller886c63a2000-01-20 23:13:36 +11001028.Pa /etc/ssh_known_hosts
Damien Millere247cc42000-05-07 12:03:14 +10001029and
1030.Pa /etc/ssh_known_hosts2
Damien Miller32aa1441999-10-29 09:15:49 +10001031files installed and frequently
Ben Lindstromeb930d42001-01-29 08:37:08 +00001032connect to new hosts.
1033This option forces the user to manually
1034add all new hosts.
1035If this flag is set to
1036.Dq no ,
1037.Nm
1038will automatically add new host keys to the
1039user known hosts files.
1040If this flag is set to
1041.Dq ask ,
1042new host keys
1043will be added to the user known host files only after the user
1044has confirmed that is what they really want to do, and
1045.Nm
1046will refuse to connect to hosts whose host key has changed.
Damien Miller7684ee12000-03-17 23:40:15 +11001047The host keys of
Ben Lindstromeb930d42001-01-29 08:37:08 +00001048known hosts will be verified automatically in all cases.
Damien Miller7684ee12000-03-17 23:40:15 +11001049The argument must be
Ben Lindstromeb930d42001-01-29 08:37:08 +00001050.Dq yes ,
1051.Dq no
Damien Miller32aa1441999-10-29 09:15:49 +10001052or
Ben Lindstromeb930d42001-01-29 08:37:08 +00001053.Dq ask .
1054The default is
1055.Dq ask .
Damien Miller32aa1441999-10-29 09:15:49 +10001056.It Cm UsePrivilegedPort
1057Specifies whether to use a privileged port for outgoing connections.
1058The argument must be
1059.Dq yes
1060or
1061.Dq no .
1062The default is
Ben Lindstromcebc8582001-03-08 03:39:10 +00001063.Dq no .
Ben Lindstromc65e6a02001-04-23 13:02:16 +00001064Note that you need to set this option to
1065.Dq yes
1066if you want to use
Damien Miller32aa1441999-10-29 09:15:49 +10001067.Cm RhostsAuthentication
1068and
Kevin Stevesfcec7f82000-12-15 19:55:48 +00001069.Cm RhostsRSAAuthentication
Ben Lindstromc65e6a02001-04-23 13:02:16 +00001070with older servers.
Damien Miller396691a2000-01-20 22:44:08 +11001071.It Cm User
Damien Miller7684ee12000-03-17 23:40:15 +11001072Specifies the user to log in as.
1073This can be useful if you have a different user name on different machines.
1074This saves the trouble of
Damien Miller396691a2000-01-20 22:44:08 +11001075having to remember to give the user name on the command line.
1076.It Cm UserKnownHostsFile
Ben Lindstrom1e621742001-03-06 01:10:53 +00001077Specifies a file to use for the protocol version 1 user
1078host key database instead of
Damien Miller396691a2000-01-20 22:44:08 +11001079.Pa $HOME/.ssh/known_hosts .
Ben Lindstrom1e621742001-03-06 01:10:53 +00001080.It Cm UserKnownHostsFile2
1081Specifies a file to use for the protocol version 2 user
1082host key database instead of
1083.Pa $HOME/.ssh/known_hosts2 .
Damien Miller32aa1441999-10-29 09:15:49 +10001084.It Cm UseRsh
Damien Miller7684ee12000-03-17 23:40:15 +11001085Specifies that rlogin/rsh should be used for this host.
1086It is possible that the host does not at all support the
Damien Miller32aa1441999-10-29 09:15:49 +10001087.Nm
Damien Miller7684ee12000-03-17 23:40:15 +11001088protocol.
1089This causes
Damien Miller32aa1441999-10-29 09:15:49 +10001090.Nm
Damien Miller7684ee12000-03-17 23:40:15 +11001091to immediately execute
Damien Miller32aa1441999-10-29 09:15:49 +10001092.Xr rsh 1 .
1093All other options (except
1094.Cm HostName )
Damien Miller7684ee12000-03-17 23:40:15 +11001095are ignored if this has been specified.
1096The argument must be
Damien Miller32aa1441999-10-29 09:15:49 +10001097.Dq yes
1098or
1099.Dq no .
Damien Millerd3a18572000-06-07 19:55:44 +10001100.It Cm XAuthLocation
1101Specifies the location of the
1102.Xr xauth 1
1103program.
1104The default is
1105.Pa /usr/X11R6/bin/xauth .
Damien Miller7b28dc52000-09-05 13:34:53 +11001106.El
Damien Miller32aa1441999-10-29 09:15:49 +10001107.Sh ENVIRONMENT
1108.Nm
1109will normally set the following environment variables:
1110.Bl -tag -width Ds
1111.It Ev DISPLAY
1112The
1113.Ev DISPLAY
Damien Miller7684ee12000-03-17 23:40:15 +11001114variable indicates the location of the X11 server.
Damien Miller22c77262000-04-13 12:26:34 +10001115It is automatically set by
Damien Miller32aa1441999-10-29 09:15:49 +10001116.Nm
1117to point to a value of the form
1118.Dq hostname:n
1119where hostname indicates
Damien Miller7684ee12000-03-17 23:40:15 +11001120the host where the shell runs, and n is an integer >= 1.
1121.Nm
1122uses this special value to forward X11 connections over the secure
1123channel.
Ben Lindstromc65e6a02001-04-23 13:02:16 +00001124The user should normally not set
1125.Ev DISPLAY
1126explicitly, as that
Damien Miller32aa1441999-10-29 09:15:49 +10001127will render the X11 connection insecure (and will require the user to
1128manually copy any required authorization cookies).
1129.It Ev HOME
1130Set to the path of the user's home directory.
1131.It Ev LOGNAME
1132Synonym for
1133.Ev USER ;
1134set for compatibility with systems that use this variable.
1135.It Ev MAIL
1136Set to point the user's mailbox.
Damien Miller7684ee12000-03-17 23:40:15 +11001137.It Ev PATH
Damien Miller32aa1441999-10-29 09:15:49 +10001138Set to the default
1139.Ev PATH ,
1140as specified when compiling
1141.Nm ssh .
1142.It Ev SSH_AUTH_SOCK
1143indicates the path of a unix-domain socket used to communicate with the
1144agent.
1145.It Ev SSH_CLIENT
Damien Miller7684ee12000-03-17 23:40:15 +11001146Identifies the client end of the connection.
1147The variable contains
Damien Miller32aa1441999-10-29 09:15:49 +10001148three space-separated values: client ip-address, client port number,
1149and server port number.
Ben Lindstrom4dccfa52000-12-28 16:40:05 +00001150.It Ev SSH_ORIGINAL_COMMAND
1151The variable contains the original command line if a forced command
1152is executed.
1153It can be used to extract the original arguments.
Damien Miller32aa1441999-10-29 09:15:49 +10001154.It Ev SSH_TTY
1155This is set to the name of the tty (path to the device) associated
Damien Miller7684ee12000-03-17 23:40:15 +11001156with the current shell or command.
1157If the current session has no tty,
Damien Miller32aa1441999-10-29 09:15:49 +10001158this variable is not set.
1159.It Ev TZ
1160The timezone variable is set to indicate the present timezone if it
Damien Miller942da032000-08-18 13:59:06 +10001161was set when the daemon was started (i.e., the daemon passes the value
Damien Miller32aa1441999-10-29 09:15:49 +10001162on to new connections).
1163.It Ev USER
1164Set to the name of the user logging in.
1165.El
1166.Pp
Damien Miller22c77262000-04-13 12:26:34 +10001167Additionally,
Damien Miller32aa1441999-10-29 09:15:49 +10001168.Nm
Damien Miller22c77262000-04-13 12:26:34 +10001169reads
1170.Pa $HOME/.ssh/environment ,
Damien Miller32aa1441999-10-29 09:15:49 +10001171and adds lines of the format
1172.Dq VARNAME=value
1173to the environment.
1174.Sh FILES
Damien Miller98c7ad62000-03-09 21:27:49 +11001175.Bl -tag -width Ds
Ben Lindstrom1e621742001-03-06 01:10:53 +00001176.It Pa $HOME/.ssh/known_hosts, $HOME/.ssh/known_hosts2
Damien Miller32aa1441999-10-29 09:15:49 +10001177Records host keys for all hosts the user has logged into (that are not
1178in
Ben Lindstrom1e621742001-03-06 01:10:53 +00001179.Pa /etc/ssh_known_hosts
1180for protocol version 1 or
1181.Pa /etc/ssh_known_hosts2
1182for protocol version 2).
Damien Miller32aa1441999-10-29 09:15:49 +10001183See
1184.Xr sshd 8 .
Ben Lindstrom18a82ac2001-04-11 15:59:35 +00001185.It Pa $HOME/.ssh/identity, $HOME/.ssh/id_dsa, $HOME/.ssh/id_rsa
1186Contains the authentication identity of the user.
1187They are for protocol 1 RSA, protocol 2 DSA, and protocol 2 RSA, respectively.
Damien Millere247cc42000-05-07 12:03:14 +10001188These files
1189contain sensitive data and should be readable by the user but not
Damien Miller32aa1441999-10-29 09:15:49 +10001190accessible by others (read/write/execute).
1191Note that
1192.Nm
Damien Millere247cc42000-05-07 12:03:14 +10001193ignores a private key file if it is accessible by others.
Damien Miller32aa1441999-10-29 09:15:49 +10001194It is possible to specify a passphrase when
1195generating the key; the passphrase will be used to encrypt the
1196sensitive part of this file using 3DES.
Ben Lindstrom18a82ac2001-04-11 15:59:35 +00001197.It Pa $HOME/.ssh/identity.pub, $HOME/.ssh/id_dsa.pub, $HOME/.ssh/id_rsa.pub
Damien Miller32aa1441999-10-29 09:15:49 +10001198Contains the public key for authentication (public part of the
Damien Miller7684ee12000-03-17 23:40:15 +11001199identity file in human-readable form).
Damien Millere247cc42000-05-07 12:03:14 +10001200The contents of the
1201.Pa $HOME/.ssh/identity.pub
1202file should be added to
Damien Miller32aa1441999-10-29 09:15:49 +10001203.Pa $HOME/.ssh/authorized_keys
1204on all machines
Ben Lindstrom18a82ac2001-04-11 15:59:35 +00001205where you wish to log in using protocol version 1 RSA authentication.
Damien Millere247cc42000-05-07 12:03:14 +10001206The contents of the
1207.Pa $HOME/.ssh/id_dsa.pub
Ben Lindstrom18a82ac2001-04-11 15:59:35 +00001208and
1209.Pa $HOME/.ssh/id_rsa.pub
Damien Millere247cc42000-05-07 12:03:14 +10001210file should be added to
1211.Pa $HOME/.ssh/authorized_keys2
1212on all machines
Ben Lindstrom18a82ac2001-04-11 15:59:35 +00001213where you wish to log in using protocol version 2 DSA/RSA authentication.
Damien Millere247cc42000-05-07 12:03:14 +10001214These files are not
Damien Miller7684ee12000-03-17 23:40:15 +11001215sensitive and can (but need not) be readable by anyone.
Damien Millere247cc42000-05-07 12:03:14 +10001216These files are
Kevin Steves3c034ae2001-02-05 13:47:11 +00001217never used automatically and are not necessary; they are only provided for
Damien Miller32aa1441999-10-29 09:15:49 +10001218the convenience of the user.
1219.It Pa $HOME/.ssh/config
Damien Miller7684ee12000-03-17 23:40:15 +11001220This is the per-user configuration file.
1221The format of this file is described above.
1222This file is used by the
Damien Miller32aa1441999-10-29 09:15:49 +10001223.Nm
Damien Miller7684ee12000-03-17 23:40:15 +11001224client.
1225This file does not usually contain any sensitive information,
Damien Miller32aa1441999-10-29 09:15:49 +10001226but the recommended permissions are read/write for the user, and not
1227accessible by others.
1228.It Pa $HOME/.ssh/authorized_keys
Damien Miller7684ee12000-03-17 23:40:15 +11001229Lists the RSA keys that can be used for logging in as this user.
1230The format of this file is described in the
Damien Miller32aa1441999-10-29 09:15:49 +10001231.Xr sshd 8
Damien Miller7684ee12000-03-17 23:40:15 +11001232manual page.
1233In the simplest form the format is the same as the .pub
Damien Miller32aa1441999-10-29 09:15:49 +10001234identity files (that is, each line contains the number of bits in
1235modulus, public exponent, modulus, and comment fields, separated by
Damien Miller7684ee12000-03-17 23:40:15 +11001236spaces).
1237This file is not highly sensitive, but the recommended
Damien Miller32aa1441999-10-29 09:15:49 +10001238permissions are read/write for the user, and not accessible by others.
Damien Millere247cc42000-05-07 12:03:14 +10001239.It Pa $HOME/.ssh/authorized_keys2
Ben Lindstromc65e6a02001-04-23 13:02:16 +00001240Lists the public keys (RSA/DSA) that can be used for logging in as this user.
Damien Millere247cc42000-05-07 12:03:14 +10001241This file is not highly sensitive, but the recommended
1242permissions are read/write for the user, and not accessible by others.
1243.It Pa /etc/ssh_known_hosts, /etc/ssh_known_hosts2
Damien Miller7684ee12000-03-17 23:40:15 +11001244Systemwide list of known host keys.
Damien Millere247cc42000-05-07 12:03:14 +10001245.Pa /etc/ssh_known_hosts
1246contains RSA and
1247.Pa /etc/ssh_known_hosts2
Ben Lindstromc65e6a02001-04-23 13:02:16 +00001248contains RSA or DSA keys for protocol version 2.
Damien Millere247cc42000-05-07 12:03:14 +10001249These files should be prepared by the
Damien Miller32aa1441999-10-29 09:15:49 +10001250system administrator to contain the public host keys of all machines in the
Damien Miller7684ee12000-03-17 23:40:15 +11001251organization.
1252This file should be world-readable.
1253This file contains
Damien Miller32aa1441999-10-29 09:15:49 +10001254public keys, one per line, in the following format (fields separated
1255by spaces): system name, number of bits in modulus, public exponent,
Damien Miller7684ee12000-03-17 23:40:15 +11001256modulus, and optional comment field.
1257When different names are used
Damien Miller32aa1441999-10-29 09:15:49 +10001258for the same machine, all such names should be listed, separated by
Damien Miller7684ee12000-03-17 23:40:15 +11001259commas.
1260The format is described on the
Damien Miller32aa1441999-10-29 09:15:49 +10001261.Xr sshd 8
1262manual page.
1263.Pp
1264The canonical system name (as returned by name servers) is used by
1265.Xr sshd 8
1266to verify the client host when logging in; other names are needed because
1267.Nm
1268does not convert the user-supplied name to a canonical name before
1269checking the key, because someone with access to the name servers
1270would then be able to fool host authentication.
Damien Miller886c63a2000-01-20 23:13:36 +11001271.It Pa /etc/ssh_config
Damien Miller7684ee12000-03-17 23:40:15 +11001272Systemwide configuration file.
1273This file provides defaults for those
Damien Miller32aa1441999-10-29 09:15:49 +10001274values that are not specified in the user's configuration file, and
Damien Miller7684ee12000-03-17 23:40:15 +11001275for those users who do not have a configuration file.
1276This file must be world-readable.
Damien Miller32aa1441999-10-29 09:15:49 +10001277.It Pa $HOME/.rhosts
1278This file is used in
1279.Pa \&.rhosts
1280authentication to list the
Damien Miller7684ee12000-03-17 23:40:15 +11001281host/user pairs that are permitted to log in.
1282(Note that this file is
Damien Miller32aa1441999-10-29 09:15:49 +10001283also used by rlogin and rsh, which makes using this file insecure.)
1284Each line of the file contains a host name (in the canonical form
1285returned by name servers), and then a user name on that host,
Damien Miller7684ee12000-03-17 23:40:15 +11001286separated by a space.
Ben Lindstromebd888d2001-03-05 05:49:29 +00001287On some machines this file may need to be
Damien Miller32aa1441999-10-29 09:15:49 +10001288world-readable if the user's home directory is on a NFS partition,
1289because
1290.Xr sshd 8
Damien Miller7684ee12000-03-17 23:40:15 +11001291reads it as root.
1292Additionally, this file must be owned by the user,
1293and must not have write permissions for anyone else.
1294The recommended
Damien Miller32aa1441999-10-29 09:15:49 +10001295permission for most machines is read/write for the user, and not
1296accessible by others.
1297.Pp
1298Note that by default
1299.Xr sshd 8
1300will be installed so that it requires successful RSA host
Damien Miller7684ee12000-03-17 23:40:15 +11001301authentication before permitting \s+2.\s0rhosts authentication.
1302If your server machine does not have the client's host key in
Damien Miller886c63a2000-01-20 23:13:36 +11001303.Pa /etc/ssh_known_hosts ,
Damien Miller32aa1441999-10-29 09:15:49 +10001304you can store it in
1305.Pa $HOME/.ssh/known_hosts .
1306The easiest way to do this is to
1307connect back to the client from the server machine using ssh; this
Damien Millere247cc42000-05-07 12:03:14 +10001308will automatically add the host key to
Damien Miller32aa1441999-10-29 09:15:49 +10001309.Pa $HOME/.ssh/known_hosts .
1310.It Pa $HOME/.shosts
1311This file is used exactly the same way as
1312.Pa \&.rhosts .
1313The purpose for
1314having this file is to be able to use rhosts authentication with
1315.Nm
1316without permitting login with
1317.Xr rlogin 1
1318or
1319.Xr rsh 1 .
1320.It Pa /etc/hosts.equiv
1321This file is used during
Damien Miller7684ee12000-03-17 23:40:15 +11001322.Pa \&.rhosts authentication.
1323It contains
Damien Miller32aa1441999-10-29 09:15:49 +10001324canonical hosts names, one per line (the full format is described on
1325the
1326.Xr sshd 8
Damien Miller7684ee12000-03-17 23:40:15 +11001327manual page).
1328If the client host is found in this file, login is
Damien Miller32aa1441999-10-29 09:15:49 +10001329automatically permitted provided client and server user names are the
Damien Miller7684ee12000-03-17 23:40:15 +11001330same.
1331Additionally, successful RSA host authentication is normally
1332required.
1333This file should only be writable by root.
Damien Miller886c63a2000-01-20 23:13:36 +11001334.It Pa /etc/shosts.equiv
Damien Miller22c77262000-04-13 12:26:34 +10001335This file is processed exactly as
Damien Miller32aa1441999-10-29 09:15:49 +10001336.Pa /etc/hosts.equiv .
1337This file may be useful to permit logins using
1338.Nm
1339but not using rsh/rlogin.
Damien Miller886c63a2000-01-20 23:13:36 +11001340.It Pa /etc/sshrc
Damien Miller32aa1441999-10-29 09:15:49 +10001341Commands in this file are executed by
1342.Nm
1343when the user logs in just before the user's shell (or command) is started.
1344See the
1345.Xr sshd 8
1346manual page for more information.
1347.It Pa $HOME/.ssh/rc
1348Commands in this file are executed by
1349.Nm
1350when the user logs in just before the user's shell (or command) is
1351started.
Damien Miller22c77262000-04-13 12:26:34 +10001352See the
Damien Miller32aa1441999-10-29 09:15:49 +10001353.Xr sshd 8
1354manual page for more information.
Damien Miller4f0fa561999-12-26 14:24:41 +11001355.It Pa $HOME/.ssh/environment
1356Contains additional definitions for environment variables, see section
1357.Sx ENVIRONMENT
1358above.
Damien Miller7b28dc52000-09-05 13:34:53 +11001359.El
Damien Miller0bc1bd82000-11-13 22:57:25 +11001360.Sh AUTHORS
Ben Lindstrom035782e2001-01-29 08:34:16 +00001361OpenSSH is a derivative of the original and free
1362ssh 1.2.12 release by Tatu Ylonen.
1363Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
1364Theo de Raadt and Dug Song
1365removed many bugs, re-added newer features and
1366created OpenSSH.
1367Markus Friedl contributed the support for SSH
1368protocol versions 1.5 and 2.0.
Damien Miller32aa1441999-10-29 09:15:49 +10001369.Sh SEE ALSO
1370.Xr rlogin 1 ,
1371.Xr rsh 1 ,
1372.Xr scp 1 ,
Damien Miller33804262001-02-04 23:20:18 +11001373.Xr sftp 1 ,
Damien Miller32aa1441999-10-29 09:15:49 +10001374.Xr ssh-add 1 ,
1375.Xr ssh-agent 1 ,
1376.Xr ssh-keygen 1 ,
1377.Xr telnet 1 ,
Ben Lindstrom5ab6ae12001-02-10 22:08:03 +00001378.Xr sshd 8
Ben Lindstrom160ec622001-04-22 17:17:46 +00001379.Rs
1380.%A T. Ylonen
1381.%A T. Kivinen
1382.%A M. Saarinen
1383.%A T. Rinne
1384.%A S. Lehtinen
1385.%T "SSH Protocol Architecture"
1386.%N draft-ietf-secsh-architecture-07.txt
1387.%D January 2001
1388.%O work in progress material
1389.Re