blob: dfd38a6b8111e9f86f17d65e9aeb990eb45bf76d [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 Lindstrom19ceb172001-09-12 17:54:24 +000037.\" $OpenBSD: ssh.1,v 1.133 2001/08/29 23:13:11 stevesk 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
Ben Lindstroma10aed82001-09-12 16:43:26 +000047.Ar hostname | user@hostname
Damien Miller32aa1441999-10-29 09:15:49 +100048.Op Ar command
49.Pp
50.Nm ssh
Ben Lindstrom5ab6ae12001-02-10 22:08:03 +000051.Op Fl afgknqstvxACNPTX1246
Ben Lindstrome0f88042001-04-30 13:06:24 +000052.Op Fl b Ar bind_address
Damien Miller30c3d422000-05-09 11:02:59 +100053.Op Fl c Ar cipher_spec
Damien Miller32aa1441999-10-29 09:15:49 +100054.Op Fl e Ar escape_char
55.Op Fl i Ar identity_file
56.Op Fl l Ar login_name
Ben Lindstrom06b33aa2001-02-15 03:01:59 +000057.Op Fl m Ar mac_spec
Damien Miller32aa1441999-10-29 09:15:49 +100058.Op Fl o Ar option
59.Op Fl p Ar port
Ben Lindstrom14f31ab2001-09-12 17:48:04 +000060.Op Fl F Ar configfile
Damien Miller32aa1441999-10-29 09:15:49 +100061.Oo Fl L Xo
62.Sm off
Damien Miller32aa1441999-10-29 09:15:49 +100063.Ar port :
Damien Miller396691a2000-01-20 22:44:08 +110064.Ar host :
Damien Miller32aa1441999-10-29 09:15:49 +100065.Ar hostport
66.Sm on
67.Xc
68.Oc
69.Oo Fl R Xo
70.Sm off
Damien Miller32aa1441999-10-29 09:15:49 +100071.Ar port :
Damien Miller396691a2000-01-20 22:44:08 +110072.Ar host :
Damien Miller32aa1441999-10-29 09:15:49 +100073.Ar hostport
74.Sm on
75.Xc
76.Oc
Ben Lindstroma10aed82001-09-12 16:43:26 +000077.Ar hostname | user@hostname
Damien Miller32aa1441999-10-29 09:15:49 +100078.Op Ar command
Damien Miller22c77262000-04-13 12:26:34 +100079.Sh DESCRIPTION
Damien Miller32aa1441999-10-29 09:15:49 +100080.Nm
Ben Lindstromd58eb5f2001-03-07 06:07:22 +000081(SSH client) is a program for logging into a remote machine and for
Damien Miller7684ee12000-03-17 23:40:15 +110082executing commands on a remote machine.
83It is intended to replace
Damien Miller32aa1441999-10-29 09:15:49 +100084rlogin and rsh, and provide secure encrypted communications between
Damien Miller7684ee12000-03-17 23:40:15 +110085two untrusted hosts over an insecure network.
86X11 connections and
Damien Miller32aa1441999-10-29 09:15:49 +100087arbitrary TCP/IP ports can also be forwarded over the secure channel.
88.Pp
89.Nm
Damien Miller22c77262000-04-13 12:26:34 +100090connects and logs into the specified
Damien Miller32aa1441999-10-29 09:15:49 +100091.Ar hostname .
92The user must prove
Damien Millere247cc42000-05-07 12:03:14 +100093his/her identity to the remote machine using one of several methods
94depending on the protocol version used:
95.Pp
96.Ss SSH protocol version 1
Damien Miller32aa1441999-10-29 09:15:49 +100097.Pp
98First, if the machine the user logs in from is listed in
99.Pa /etc/hosts.equiv
100or
Damien Miller886c63a2000-01-20 23:13:36 +1100101.Pa /etc/shosts.equiv
Damien Miller32aa1441999-10-29 09:15:49 +1000102on the remote machine, and the user names are
103the same on both sides, the user is immediately permitted to log in.
Damien Miller22c77262000-04-13 12:26:34 +1000104Second, if
Damien Miller32aa1441999-10-29 09:15:49 +1000105.Pa \&.rhosts
106or
107.Pa \&.shosts
108exists in the user's home directory on the
109remote machine and contains a line containing the name of the client
110machine and the name of the user on that machine, the user is
Damien Miller7684ee12000-03-17 23:40:15 +1100111permitted to log in.
112This form of authentication alone is normally not
Damien Miller32aa1441999-10-29 09:15:49 +1000113allowed by the server because it is not secure.
114.Pp
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000115The second authentication method is the
Damien Miller32aa1441999-10-29 09:15:49 +1000116.Pa rhosts
117or
118.Pa hosts.equiv
Damien Miller7684ee12000-03-17 23:40:15 +1100119method combined with RSA-based host authentication.
120It means that if the login would be permitted by
Damien Millere247cc42000-05-07 12:03:14 +1000121.Pa $HOME/.rhosts ,
122.Pa $HOME/.shosts ,
Damien Miller32aa1441999-10-29 09:15:49 +1000123.Pa /etc/hosts.equiv ,
124or
Damien Miller886c63a2000-01-20 23:13:36 +1100125.Pa /etc/shosts.equiv ,
Damien Miller32aa1441999-10-29 09:15:49 +1000126and if additionally the server can verify the client's
Damien Miller22c77262000-04-13 12:26:34 +1000127host key (see
Damien Miller886c63a2000-01-20 23:13:36 +1100128.Pa /etc/ssh_known_hosts
Damien Miller33e511e1999-11-11 11:43:13 +1100129and
130.Pa $HOME/.ssh/known_hosts
Damien Miller32aa1441999-10-29 09:15:49 +1000131in the
132.Sx FILES
Damien Miller7684ee12000-03-17 23:40:15 +1100133section), only then login is permitted.
134This authentication method closes security holes due to IP
135spoofing, DNS spoofing and routing spoofing.
136[Note to the administrator:
Damien Miller32aa1441999-10-29 09:15:49 +1000137.Pa /etc/hosts.equiv ,
Damien Millere247cc42000-05-07 12:03:14 +1000138.Pa $HOME/.rhosts ,
Damien Miller32aa1441999-10-29 09:15:49 +1000139and the rlogin/rsh protocol in general, are inherently insecure and should be
140disabled if security is desired.]
141.Pp
Damien Miller22c77262000-04-13 12:26:34 +1000142As a third authentication method,
Damien Miller32aa1441999-10-29 09:15:49 +1000143.Nm
144supports RSA based authentication.
145The scheme is based on public-key cryptography: there are cryptosystems
146where encryption and decryption are done using separate keys, and it
147is not possible to derive the decryption key from the encryption key.
Damien Miller7684ee12000-03-17 23:40:15 +1100148RSA is one such system.
Damien Miller22c77262000-04-13 12:26:34 +1000149The idea is that each user creates a public/private
Damien Miller7684ee12000-03-17 23:40:15 +1100150key pair for authentication purposes.
151The server knows the public key, and only the user knows the private key.
Damien Miller22c77262000-04-13 12:26:34 +1000152The file
Damien Miller32aa1441999-10-29 09:15:49 +1000153.Pa $HOME/.ssh/authorized_keys
154lists the public keys that are permitted for logging
Damien Miller7684ee12000-03-17 23:40:15 +1100155in.
156When the user logs in, the
Damien Miller32aa1441999-10-29 09:15:49 +1000157.Nm
158program tells the server which key pair it would like to use for
Damien Miller7684ee12000-03-17 23:40:15 +1100159authentication.
160The server checks if this key is permitted, and if
Damien Miller32aa1441999-10-29 09:15:49 +1000161so, sends the user (actually the
162.Nm
163program running on behalf of the user) a challenge, a random number,
Damien Miller7684ee12000-03-17 23:40:15 +1100164encrypted by the user's public key.
165The challenge can only be
166decrypted using the proper private key.
167The user's client then decrypts the
Damien Miller32aa1441999-10-29 09:15:49 +1000168challenge using the private key, proving that he/she knows the private
169key but without disclosing it to the server.
170.Pp
171.Nm
Damien Miller7684ee12000-03-17 23:40:15 +1100172implements the RSA authentication protocol automatically.
173The user creates his/her RSA key pair by running
Damien Miller32aa1441999-10-29 09:15:49 +1000174.Xr ssh-keygen 1 .
Damien Miller22c77262000-04-13 12:26:34 +1000175This stores the private key in
Damien Millere247cc42000-05-07 12:03:14 +1000176.Pa $HOME/.ssh/identity
Damien Miller32aa1441999-10-29 09:15:49 +1000177and the public key in
Damien Millere247cc42000-05-07 12:03:14 +1000178.Pa $HOME/.ssh/identity.pub
Damien Miller7684ee12000-03-17 23:40:15 +1100179in the user's home directory.
180The user should then copy the
Damien Miller32aa1441999-10-29 09:15:49 +1000181.Pa identity.pub
Damien Miller22c77262000-04-13 12:26:34 +1000182to
Damien Millere247cc42000-05-07 12:03:14 +1000183.Pa $HOME/.ssh/authorized_keys
Damien Miller22c77262000-04-13 12:26:34 +1000184in his/her home directory on the remote machine (the
Damien Miller32aa1441999-10-29 09:15:49 +1000185.Pa authorized_keys
Damien Miller22c77262000-04-13 12:26:34 +1000186file corresponds to the conventional
Damien Millere247cc42000-05-07 12:03:14 +1000187.Pa $HOME/.rhosts
Damien Miller32aa1441999-10-29 09:15:49 +1000188file, and has one key
Damien Miller7684ee12000-03-17 23:40:15 +1100189per line, though the lines can be very long).
190After this, the user can log in without giving the password.
191RSA authentication is much
Damien Miller32aa1441999-10-29 09:15:49 +1000192more secure than rhosts authentication.
193.Pp
194The most convenient way to use RSA authentication may be with an
Damien Miller7684ee12000-03-17 23:40:15 +1100195authentication agent.
196See
Damien Miller32aa1441999-10-29 09:15:49 +1000197.Xr ssh-agent 1
198for more information.
199.Pp
Damien Miller22c77262000-04-13 12:26:34 +1000200If other authentication methods fail,
Damien Miller32aa1441999-10-29 09:15:49 +1000201.Nm
Damien Miller7684ee12000-03-17 23:40:15 +1100202prompts the user for a password.
203The password is sent to the remote
Damien Miller32aa1441999-10-29 09:15:49 +1000204host for checking; however, since all communications are encrypted,
205the password cannot be seen by someone listening on the network.
206.Pp
Damien Millere247cc42000-05-07 12:03:14 +1000207.Ss SSH protocol version 2
208.Pp
209When a user connects using the protocol version 2
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000210different authentication methods are available.
211Using the default values for
212.Cm PreferredAuthentications ,
Ben Lindstroma9086a12001-08-06 20:58:51 +0000213the client will try to authenticate first using the hostbased method;
214if this method fails public key authentication is attempted,
215and finally if this method fails keyboard-interactive and
216password authentication are tried.
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
Ben Lindstromf96704d2001-06-25 04:17:12 +0000226.Pa $HOME/.ssh/authorized_keys
Damien Millere247cc42000-05-07 12:03:14 +1000227and 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 Lindstrom24643222001-06-25 05:08:11 +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 ~~
Ben Lindstrom66007692001-07-22 20:41:59 +0000275or by following the tilde by a character other than those described below.
Ben Lindstrom9ffdcb52001-04-20 12:50:51 +0000276The 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
Ben Lindstrom24643222001-06-25 05:08:11 +0000280configuration directive or on the command line by the
Ben Lindstrom9ffdcb52001-04-20 12:50:51 +0000281.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
Ben Lindstrom71215072001-05-17 03:16:18 +0000306If the
307.Cm ForwardX11
308variable is set to
309.Dq yes
310(or, see the description of the
311.Fl X
312and
313.Fl x
314options described later)
315and the user is using X11 (the
Damien Miller32aa1441999-10-29 09:15:49 +1000316.Ev DISPLAY
317environment variable is set), the connection to the X11 display is
318automatically forwarded to the remote side in such a way that any X11
319programs started from the shell (or command) will go through the
320encrypted channel, and the connection to the real X server will be made
Damien Miller7684ee12000-03-17 23:40:15 +1100321from the local machine.
322The user should not manually set
Damien Miller32aa1441999-10-29 09:15:49 +1000323.Ev DISPLAY .
324Forwarding of X11 connections can be
325configured on the command line or in configuration files.
326.Pp
327The
Damien Miller22c77262000-04-13 12:26:34 +1000328.Ev DISPLAY
Damien Miller32aa1441999-10-29 09:15:49 +1000329value set by
330.Nm
331will point to the server machine, but with a display number greater
Damien Miller7684ee12000-03-17 23:40:15 +1100332than zero.
333This is normal, and happens because
Damien Miller32aa1441999-10-29 09:15:49 +1000334.Nm
335creates a
336.Dq proxy
337X server on the server machine for forwarding the
338connections over the encrypted channel.
339.Pp
340.Nm
341will also automatically set up Xauthority data on the server machine.
342For this purpose, it will generate a random authorization cookie,
343store it in Xauthority on the server, and verify that any forwarded
344connections carry this cookie and replace it by the real cookie when
Damien Miller7684ee12000-03-17 23:40:15 +1100345the connection is opened.
346The real authentication cookie is never
Damien Miller32aa1441999-10-29 09:15:49 +1000347sent to the server machine (and no cookies are sent in the plain).
348.Pp
349If the user is using an authentication agent, the connection to the agent
350is automatically forwarded to the remote side unless disabled on
Ben Lindstrom979c9812001-07-22 20:45:39 +0000351the command line or in a configuration file.
Damien Miller32aa1441999-10-29 09:15:49 +1000352.Pp
353Forwarding of arbitrary TCP/IP connections over the secure channel can
Ben Lindstrom979c9812001-07-22 20:45:39 +0000354be specified either on the command line or in a configuration file.
Damien Miller7684ee12000-03-17 23:40:15 +1100355One possible application of TCP/IP forwarding is a secure connection to an
Ben Lindstromebd888d2001-03-05 05:49:29 +0000356electronic purse; another is going through firewalls.
Damien Miller32aa1441999-10-29 09:15:49 +1000357.Pp
Damien Millere247cc42000-05-07 12:03:14 +1000358.Ss Server authentication
359.Pp
Damien Miller32aa1441999-10-29 09:15:49 +1000360.Nm
Damien Millere247cc42000-05-07 12:03:14 +1000361automatically maintains and checks a database containing
Damien Miller7684ee12000-03-17 23:40:15 +1100362identifications for all hosts it has ever been used with.
Ben Lindstromd6481ea2001-06-25 04:37:41 +0000363Host keys are stored in
Damien Millere247cc42000-05-07 12:03:14 +1000364.Pa $HOME/.ssh/known_hosts
Damien Miller7684ee12000-03-17 23:40:15 +1100365in the user's home directory.
Ben Lindstromd6481ea2001-06-25 04:37:41 +0000366Additionally, the file
Damien Miller886c63a2000-01-20 23:13:36 +1100367.Pa /etc/ssh_known_hosts
Ben Lindstromd6481ea2001-06-25 04:37:41 +0000368is automatically checked for known hosts.
Damien Miller7684ee12000-03-17 23:40:15 +1100369Any new hosts are automatically added to the user's file.
370If a host's identification
Damien Miller32aa1441999-10-29 09:15:49 +1000371ever changes,
372.Nm
373warns about this and disables password authentication to prevent a
Damien Miller7684ee12000-03-17 23:40:15 +1100374trojan horse from getting the user's password.
375Another purpose of
Damien Miller32aa1441999-10-29 09:15:49 +1000376this mechanism is to prevent man-in-the-middle attacks which could
Damien Miller7684ee12000-03-17 23:40:15 +1100377otherwise be used to circumvent the encryption.
378The
Damien Miller32aa1441999-10-29 09:15:49 +1000379.Cm StrictHostKeyChecking
380option (see below) can be used to prevent logins to machines whose
381host key is not known or has changed.
Damien Miller0bc1bd82000-11-13 22:57:25 +1100382.Pp
383The options are as follows:
Damien Miller32aa1441999-10-29 09:15:49 +1000384.Bl -tag -width Ds
385.It Fl a
Damien Miller450a7a12000-03-26 13:04:51 +1000386Disables forwarding of the authentication agent connection.
Damien Millerb1715dc2000-05-30 13:44:51 +1000387.It Fl A
388Enables forwarding of the authentication agent connection.
389This can also be specified on a per-host basis in a configuration file.
Ben Lindstrome0f88042001-04-30 13:06:24 +0000390.It Fl b Ar bind_address
391Specify the interface to transmit from on machines with multiple
392interfaces or aliased addresses.
Ben Lindstromffa1dd62001-09-12 16:52:28 +0000393.It Fl c Ar blowfish|3des|des
Damien Miller22c77262000-04-13 12:26:34 +1000394Selects the cipher to use for encrypting the session.
Damien Miller32aa1441999-10-29 09:15:49 +1000395.Ar 3des
Damien Miller7684ee12000-03-17 23:40:15 +1100396is used by default.
Damien Miller22c77262000-04-13 12:26:34 +1000397It is believed to be secure.
Damien Miller32aa1441999-10-29 09:15:49 +1000398.Ar 3des
399(triple-des) is an encrypt-decrypt-encrypt triple with three different keys.
Damien Miller32aa1441999-10-29 09:15:49 +1000400.Ar blowfish
401is a fast block cipher, it appears very secure and is much faster than
Damien Miller7684ee12000-03-17 23:40:15 +1100402.Ar 3des .
Ben Lindstromffa1dd62001-09-12 16:52:28 +0000403.Ar des
404is only supported in the
405.Nm
406client for interoperability with legacy protocol 1 implementations
407that do not support the
408.Ar 3des
409cipher. Its use is strongly discouraged due to cryptographic
410weaknesses.
Ben Lindstrom5ab6ae12001-02-10 22:08:03 +0000411.It Fl c Ar cipher_spec
Damien Miller30c3d422000-05-09 11:02:59 +1000412Additionally, for protocol version 2 a comma-separated list of ciphers can
Damien Miller874d77b2000-10-14 16:23:11 +1100413be specified in order of preference.
Ben Lindstrom5ab6ae12001-02-10 22:08:03 +0000414See
415.Cm Ciphers
416for more information.
Damien Miller32aa1441999-10-29 09:15:49 +1000417.It Fl e Ar ch|^ch|none
418Sets the escape character for sessions with a pty (default:
419.Ql ~ ) .
Damien Miller7684ee12000-03-17 23:40:15 +1100420The escape character is only recognized at the beginning of a line.
421The escape character followed by a dot
Damien Miller32aa1441999-10-29 09:15:49 +1000422.Pq Ql \&.
423closes the connection, followed
424by control-Z suspends the connection, and followed by itself sends the
Damien Miller7684ee12000-03-17 23:40:15 +1100425escape character once.
426Setting the character to
Damien Miller32aa1441999-10-29 09:15:49 +1000427.Dq none
428disables any escapes and makes the session fully transparent.
429.It Fl f
430Requests
431.Nm
Damien Miller7684ee12000-03-17 23:40:15 +1100432to go to background just before command execution.
433This is useful if
Damien Miller32aa1441999-10-29 09:15:49 +1000434.Nm
435is going to ask for passwords or passphrases, but the user
Damien Miller7684ee12000-03-17 23:40:15 +1100436wants it in the background.
Damien Miller22c77262000-04-13 12:26:34 +1000437This implies
Damien Miller32aa1441999-10-29 09:15:49 +1000438.Fl n .
439The recommended way to start X11 programs at a remote site is with
440something like
441.Ic ssh -f host xterm .
Damien Miller396691a2000-01-20 22:44:08 +1100442.It Fl g
443Allows remote hosts to connect to local forwarded ports.
Damien Miller32aa1441999-10-29 09:15:49 +1000444.It Fl i Ar identity_file
Damien Miller22c77262000-04-13 12:26:34 +1000445Selects the file from which the identity (private key) for
Damien Miller0bc1bd82000-11-13 22:57:25 +1100446RSA or DSA authentication is read.
Damien Miller22c77262000-04-13 12:26:34 +1000447Default is
Damien Millere247cc42000-05-07 12:03:14 +1000448.Pa $HOME/.ssh/identity
Damien Miller7684ee12000-03-17 23:40:15 +1100449in the user's home directory.
450Identity files may also be specified on
451a per-host basis in the configuration file.
452It is possible to have multiple
Damien Miller32aa1441999-10-29 09:15:49 +1000453.Fl i
454options (and multiple identities specified in
455configuration files).
Ben Lindstromae996bf2001-08-06 21:27:53 +0000456.It Fl I Ar smartcard_device
457Specifies which smartcard device to use. The argument is
458the device
459.Nm
460should use to communicate with a smartcard used for storing the user's
461private RSA key.
Damien Miller32aa1441999-10-29 09:15:49 +1000462.It Fl k
Damien Miller450a7a12000-03-26 13:04:51 +1000463Disables forwarding of Kerberos tickets and AFS tokens.
464This may also be specified on a per-host basis in the configuration file.
Damien Miller32aa1441999-10-29 09:15:49 +1000465.It Fl l Ar login_name
Damien Miller7684ee12000-03-17 23:40:15 +1100466Specifies the user to log in as on the remote machine.
467This also may be specified on a per-host basis in the configuration file.
Ben Lindstrom06b33aa2001-02-15 03:01:59 +0000468.It Fl m Ar mac_spec
469Additionally, for protocol version 2 a comma-separated list of MAC
470(message authentication code) algorithms can
471be specified in order of preference.
472See the
473.Cm MACs
474keyword for more information.
Damien Miller32aa1441999-10-29 09:15:49 +1000475.It Fl n
476Redirects stdin from
477.Pa /dev/null
478(actually, prevents reading from stdin).
479This must be used when
480.Nm
Damien Miller7684ee12000-03-17 23:40:15 +1100481is run in the background.
482A common trick is to use this to run X11 programs on a remote machine.
483For example,
Damien Miller32aa1441999-10-29 09:15:49 +1000484.Ic ssh -n shadows.cs.hut.fi emacs &
485will start an emacs on shadows.cs.hut.fi, and the X11
486connection will be automatically forwarded over an encrypted channel.
487The
488.Nm
489program will be put in the background.
490(This does not work if
491.Nm
492needs to ask for a password or passphrase; see also the
493.Fl f
494option.)
Damien Millerdcb6ecd2000-05-17 22:34:22 +1000495.It Fl N
496Do not execute a remote command.
Ben Lindstromc72745a2000-12-02 19:03:54 +0000497This is useful if you just want to forward ports
Damien Millerdcb6ecd2000-05-17 22:34:22 +1000498(protocol version 2 only).
Damien Miller32aa1441999-10-29 09:15:49 +1000499.It Fl o Ar option
Ben Lindstrom14c62eb2001-08-15 23:25:46 +0000500Can be used to give options in the format used in the configuration file.
Damien Miller32aa1441999-10-29 09:15:49 +1000501This is useful for specifying options for which there is no separate
Damien Miller7684ee12000-03-17 23:40:15 +1100502command-line flag.
Damien Miller32aa1441999-10-29 09:15:49 +1000503.It Fl p Ar port
Damien Miller7684ee12000-03-17 23:40:15 +1100504Port to connect to on the remote host.
505This can be specified on a
Damien Miller32aa1441999-10-29 09:15:49 +1000506per-host basis in the configuration file.
507.It Fl P
508Use a non-privileged port for outgoing connections.
509This can be used if your firewall does
510not permit connections from privileged ports.
Damien Millera34a28b1999-12-14 10:47:15 +1100511Note that this option turns off
Damien Miller32aa1441999-10-29 09:15:49 +1000512.Cm RhostsAuthentication
513and
Kevin Stevesfcec7f82000-12-15 19:55:48 +0000514.Cm RhostsRSAAuthentication
515for older servers.
Damien Miller32aa1441999-10-29 09:15:49 +1000516.It Fl q
Damien Miller7684ee12000-03-17 23:40:15 +1100517Quiet mode.
518Causes all warning and diagnostic messages to be suppressed.
519Only fatal errors are displayed.
Damien Miller832562e2001-01-30 09:30:01 +1100520.It Fl s
Ben Lindstrom24643222001-06-25 05:08:11 +0000521May be used to request invocation of a subsystem on the remote system. Subsystems are a feature of the SSH2 protocol which facilitate the use
522of SSH as a secure transport for other applications (eg. sftp). The
Damien Miller832562e2001-01-30 09:30:01 +1100523subsystem is specified as the remote command.
Damien Miller32aa1441999-10-29 09:15:49 +1000524.It Fl t
Damien Miller7684ee12000-03-17 23:40:15 +1100525Force pseudo-tty allocation.
Damien Miller450a7a12000-03-26 13:04:51 +1000526This can be used to execute arbitrary
Damien Miller7684ee12000-03-17 23:40:15 +1100527screen-based programs on a remote machine, which can be very useful,
528e.g., when implementing menu services.
Ben Lindstrom4dccfa52000-12-28 16:40:05 +0000529Multiple
530.Fl t
531options force tty allocation, even if
532.Nm
533has no local tty.
Damien Millerdcb6ecd2000-05-17 22:34:22 +1000534.It Fl T
Ben Lindstromc72745a2000-12-02 19:03:54 +0000535Disable pseudo-tty allocation.
Damien Miller32aa1441999-10-29 09:15:49 +1000536.It Fl v
Damien Miller7684ee12000-03-17 23:40:15 +1100537Verbose mode.
538Causes
Damien Miller32aa1441999-10-29 09:15:49 +1000539.Nm
Damien Miller7684ee12000-03-17 23:40:15 +1100540to print debugging messages about its progress.
541This is helpful in
Damien Miller32aa1441999-10-29 09:15:49 +1000542debugging connection, authentication, and configuration problems.
Ben Lindstrom4dccfa52000-12-28 16:40:05 +0000543Multiple
544.Fl v
545options increases the verbosity.
Damien Miller874d77b2000-10-14 16:23:11 +1100546Maximum is 3.
Damien Miller32aa1441999-10-29 09:15:49 +1000547.It Fl x
Damien Miller7684ee12000-03-17 23:40:15 +1100548Disables X11 forwarding.
Damien Miller32aa1441999-10-29 09:15:49 +1000549.It Fl X
550Enables X11 forwarding.
Damien Millerb1715dc2000-05-30 13:44:51 +1000551This can also be specified on a per-host basis in a configuration file.
Damien Miller32aa1441999-10-29 09:15:49 +1000552.It Fl C
553Requests compression of all data (including stdin, stdout, stderr, and
Damien Miller7684ee12000-03-17 23:40:15 +1100554data for forwarded X11 and TCP/IP connections).
555The compression algorithm is the same used by
Damien Miller396691a2000-01-20 22:44:08 +1100556.Xr gzip 1 ,
557and the
Damien Miller32aa1441999-10-29 09:15:49 +1000558.Dq level
559can be controlled by the
560.Cm CompressionLevel
Damien Miller7684ee12000-03-17 23:40:15 +1100561option (see below).
562Compression is desirable on modem lines and other
Damien Miller32aa1441999-10-29 09:15:49 +1000563slow connections, but will only slow down things on fast networks.
564The default value can be set on a host-by-host basis in the
565configuration files; see the
Ben Lindstrome2b9b062001-08-06 20:50:55 +0000566.Cm Compression
Damien Miller32aa1441999-10-29 09:15:49 +1000567option below.
Ben Lindstrom14f31ab2001-09-12 17:48:04 +0000568.It Fl F Ar configfile
569Specifies an alternative per-user configuration file.
570If a configuration file is given on the command line,
571the system-wide configuration file
572.Pq Pa /etc/ssh_config
573will be ignored.
574The default for the per-user configuration file is
575.Pa $HOME/.ssh/config .
Damien Miller32aa1441999-10-29 09:15:49 +1000576.It Fl L Ar port:host:hostport
577Specifies that the given port on the local (client) host is to be
Damien Miller7684ee12000-03-17 23:40:15 +1100578forwarded to the given host and port on the remote side.
579This works by allocating a socket to listen to
Damien Miller32aa1441999-10-29 09:15:49 +1000580.Ar port
581on the local side, and whenever a connection is made to this port, the
582connection is forwarded over the secure channel, and a connection is
583made to
Damien Miller34132e52000-01-14 15:45:46 +1100584.Ar host
585port
586.Ar hostport
Damien Miller7684ee12000-03-17 23:40:15 +1100587from the remote machine.
588Port forwardings can also be specified in the configuration file.
589Only root can forward privileged ports.
Damien Miller34132e52000-01-14 15:45:46 +1100590IPv6 addresses can be specified with an alternative syntax:
591.Ar port/host/hostport
Damien Miller32aa1441999-10-29 09:15:49 +1000592.It Fl R Ar port:host:hostport
593Specifies that the given port on the remote (server) host is to be
Damien Miller7684ee12000-03-17 23:40:15 +1100594forwarded to the given host and port on the local side.
595This works by allocating a socket to listen to
Damien Miller32aa1441999-10-29 09:15:49 +1000596.Ar port
597on the remote side, and whenever a connection is made to this port, the
598connection is forwarded over the secure channel, and a connection is
599made to
Damien Miller34132e52000-01-14 15:45:46 +1100600.Ar host
601port
602.Ar hostport
Damien Miller7684ee12000-03-17 23:40:15 +1100603from the local machine.
604Port forwardings can also be specified in the configuration file.
605Privileged ports can be forwarded only when
Damien Miller32aa1441999-10-29 09:15:49 +1000606logging in as root on the remote machine.
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000607IPv6 addresses can be specified with an alternative syntax:
608.Ar port/host/hostport
Ben Lindstrom19ceb172001-09-12 17:54:24 +0000609.It Fl D Ar port
610Specifies a local
611.Dq dynamic
612application-level port forwarding.
613This works by allocating a socket to listen to
614.Ar port
615on the local side, and whenever a connection is made to this port, the
616connection is forwarded over the secure channel, and the application
617protocol is then used to determine where to connect to from the
618remote machine. Currently the SOCKS4 protocol is supported, and
619.Nm
620will act as a SOCKS4 server.
621Only root can forward privileged ports.
622Dynamic port forwardings can also be specified in the configuration file.
Ben Lindstrom5ab6ae12001-02-10 22:08:03 +0000623.It Fl 1
624Forces
625.Nm
626to try protocol version 1 only.
Damien Miller4af51302000-04-16 11:18:38 +1000627.It Fl 2
628Forces
629.Nm
Damien Millere247cc42000-05-07 12:03:14 +1000630to try protocol version 2 only.
Damien Miller34132e52000-01-14 15:45:46 +1100631.It Fl 4
632Forces
633.Nm
634to use IPv4 addresses only.
635.It Fl 6
636Forces
637.Nm
638to use IPv6 addresses only.
Damien Miller32aa1441999-10-29 09:15:49 +1000639.El
640.Sh CONFIGURATION FILES
641.Nm
Ben Lindstrom14c62eb2001-08-15 23:25:46 +0000642obtains configuration data from the following sources in
643the following order:
Damien Miller32aa1441999-10-29 09:15:49 +1000644command line options, user's configuration file
645.Pq Pa $HOME/.ssh/config ,
646and system-wide configuration file
Damien Miller886c63a2000-01-20 23:13:36 +1100647.Pq Pa /etc/ssh_config .
Damien Miller32aa1441999-10-29 09:15:49 +1000648For each parameter, the first obtained value
Damien Miller7684ee12000-03-17 23:40:15 +1100649will be used.
650The configuration files contain sections bracketed by
651.Dq Host
652specifications, and that section is only applied for hosts that
653match one of the patterns given in the specification.
654The matched host name is the one given on the command line.
Damien Miller32aa1441999-10-29 09:15:49 +1000655.Pp
656Since the first obtained value for each parameter is used, more
657host-specific declarations should be given near the beginning of the
658file, and general defaults at the end.
659.Pp
660The configuration file has the following format:
661.Pp
662Empty lines and lines starting with
663.Ql #
664are comments.
665.Pp
666Otherwise a line is of the format
667.Dq keyword arguments .
Ben Lindstrom14c62eb2001-08-15 23:25:46 +0000668Configuration options may be separated by whitespace or
669optional whitespace and exactly one
670.Ql = ;
671the latter format is useful to avoid the need to quote whitespace
672when specifying configuration options using the
673.Nm ssh ,
674.Nm scp
675and
676.Nm sftp
677.Fl o
678option.
679.Pp
Damien Miller32aa1441999-10-29 09:15:49 +1000680The possible
Ben Lindstrom1c0fd092001-09-12 16:36:17 +0000681keywords and their meanings are as follows (note that
682keywords are case-insensitive and arguments are case-sensitive):
Damien Miller32aa1441999-10-29 09:15:49 +1000683.Bl -tag -width Ds
684.It Cm Host
685Restricts the following declarations (up to the next
686.Cm Host
687keyword) to be only for those hosts that match one of the patterns
688given after the keyword.
689.Ql \&*
690and
691.Ql ?
692can be used as wildcards in the
Damien Miller7684ee12000-03-17 23:40:15 +1100693patterns.
694A single
Damien Miller32aa1441999-10-29 09:15:49 +1000695.Ql \&*
696as a pattern can be used to provide global
Damien Miller7684ee12000-03-17 23:40:15 +1100697defaults for all hosts.
698The host is the
Damien Miller32aa1441999-10-29 09:15:49 +1000699.Ar hostname
700argument given on the command line (i.e., the name is not converted to
701a canonicalized host name before matching).
702.It Cm AFSTokenPassing
Damien Miller450a7a12000-03-26 13:04:51 +1000703Specifies whether to pass AFS tokens to remote host.
704The argument to this keyword must be
Damien Miller32aa1441999-10-29 09:15:49 +1000705.Dq yes
706or
707.Dq no .
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000708This option applies to protocol version 1 only.
Damien Miller32aa1441999-10-29 09:15:49 +1000709.It Cm BatchMode
710If set to
711.Dq yes ,
Damien Miller7684ee12000-03-17 23:40:15 +1100712passphrase/password querying will be disabled.
713This option is useful in scripts and other batch jobs where you have no
714user to supply the password.
715The argument must be
Damien Miller32aa1441999-10-29 09:15:49 +1000716.Dq yes
717or
718.Dq no .
Ben Lindstrom89b0bd62001-03-29 00:27:11 +0000719The default is
720.Dq no .
Ben Lindstrome0f88042001-04-30 13:06:24 +0000721.It Cm BindAddress
722Specify the interface to transmit from on machines with multiple
723interfaces or aliased addresses.
724Note that this option does not work if
725.Cm UsePrivilegedPort
726is set to
727.Dq yes .
Damien Miller396691a2000-01-20 22:44:08 +1100728.It Cm CheckHostIP
729If this flag is set to
730.Dq yes ,
Ben Lindstrom89b0bd62001-03-29 00:27:11 +0000731ssh will additionally check the host IP address in the
Damien Miller396691a2000-01-20 22:44:08 +1100732.Pa known_hosts
Damien Miller450a7a12000-03-26 13:04:51 +1000733file.
734This allows ssh to detect if a host key changed due to DNS spoofing.
Damien Miller396691a2000-01-20 22:44:08 +1100735If the option is set to
736.Dq no ,
737the check will not be executed.
Ben Lindstrom89b0bd62001-03-29 00:27:11 +0000738The default is
739.Dq yes .
Damien Miller32aa1441999-10-29 09:15:49 +1000740.It Cm Cipher
Damien Miller50a41ed2000-10-16 12:14:42 +1100741Specifies the cipher to use for encrypting the session
Damien Miller69b69aa2000-10-28 14:19:58 +1100742in protocol version 1.
Damien Miller7684ee12000-03-17 23:40:15 +1100743Currently,
Ben Lindstromffa1dd62001-09-12 16:52:28 +0000744.Dq blowfish ,
745.Dq 3des ,
Damien Miller32aa1441999-10-29 09:15:49 +1000746and
Ben Lindstromffa1dd62001-09-12 16:52:28 +0000747.Dq des
Damien Miller7684ee12000-03-17 23:40:15 +1100748are supported.
Ben Lindstromffa1dd62001-09-12 16:52:28 +0000749.Ar des
750is only supported in the
751.Nm
752client for interoperability with legacy protocol 1 implementations
753that do not support the
754.Ar 3des
755cipher. Its use is strongly discouraged due to cryptographic
756weaknesses.
Damien Miller7684ee12000-03-17 23:40:15 +1100757The default is
Damien Miller32aa1441999-10-29 09:15:49 +1000758.Dq 3des .
Damien Miller22c77262000-04-13 12:26:34 +1000759.It Cm Ciphers
760Specifies the ciphers allowed for protocol version 2
761in order of preference.
762Multiple ciphers must be comma-separated.
763The default is
Ben Lindstrom5ab6ae12001-02-10 22:08:03 +0000764.Pp
765.Bd -literal
Ben Lindstromec26fb12001-03-06 01:05:23 +0000766 ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000767 aes192-cbc,aes256-cbc''
Ben Lindstrom5ab6ae12001-02-10 22:08:03 +0000768.Ed
Damien Miller32aa1441999-10-29 09:15:49 +1000769.It Cm Compression
Damien Miller7684ee12000-03-17 23:40:15 +1100770Specifies whether to use compression.
771The argument must be
Damien Miller32aa1441999-10-29 09:15:49 +1000772.Dq yes
773or
774.Dq no .
Ben Lindstrom89b0bd62001-03-29 00:27:11 +0000775The default is
776.Dq no .
Damien Miller32aa1441999-10-29 09:15:49 +1000777.It Cm CompressionLevel
Ben Lindstrom89b0bd62001-03-29 00:27:11 +0000778Specifies the compression level to use if compression is enabled.
Damien Miller7684ee12000-03-17 23:40:15 +1100779The argument must be an integer from 1 (fast) to 9 (slow, best).
780The default level is 6, which is good for most applications.
781The meaning of the values is the same as in
Damien Miller396691a2000-01-20 22:44:08 +1100782.Xr gzip 1 .
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000783Note that this option applies to protocol version 1 only.
Damien Miller32aa1441999-10-29 09:15:49 +1000784.It Cm ConnectionAttempts
785Specifies the number of tries (one per second) to make before falling
Damien Miller7684ee12000-03-17 23:40:15 +1100786back to rsh or exiting.
787The argument must be an integer.
788This may be useful in scripts if the connection sometimes fails.
Ben Lindstromf9cedb92001-08-06 21:07:11 +0000789The default is 1.
Ben Lindstrom19ceb172001-09-12 17:54:24 +0000790.It Cm DynamicForward
791Specifies that a TCP/IP port on the local machine be forwarded
792over the secure channel, and the application
793protocol is then used to determine where to connect to from the
794remote machine. The argument must be a port number.
795Currently the SOCKS4 protocol is supported, and
796.Nm
797will act as a SOCKS4 server.
798Multiple forwardings may be specified, and
799additional forwardings can be given on the command line. Only
800the superuser can forward privileged ports.
Damien Miller32aa1441999-10-29 09:15:49 +1000801.It Cm EscapeChar
802Sets the escape character (default:
803.Ql ~ ) .
804The escape character can also
Damien Miller7684ee12000-03-17 23:40:15 +1100805be set on the command line.
806The argument should be a single character,
Damien Miller32aa1441999-10-29 09:15:49 +1000807.Ql ^
808followed by a letter, or
809.Dq none
810to disable the escape
811character entirely (making the connection transparent for binary
812data).
Damien Miller22c77262000-04-13 12:26:34 +1000813.It Cm FallBackToRsh
Damien Miller32aa1441999-10-29 09:15:49 +1000814Specifies that if connecting via
815.Nm
816fails due to a connection refused error (there is no
817.Xr sshd 8
Damien Miller22c77262000-04-13 12:26:34 +1000818listening on the remote host),
Damien Miller32aa1441999-10-29 09:15:49 +1000819.Xr rsh 1
820should automatically be used instead (after a suitable warning about
Damien Miller7684ee12000-03-17 23:40:15 +1100821the session being unencrypted).
822The argument must be
Damien Miller32aa1441999-10-29 09:15:49 +1000823.Dq yes
824or
825.Dq no .
Ben Lindstrom89b0bd62001-03-29 00:27:11 +0000826The default is
827.Dq no .
Damien Miller32aa1441999-10-29 09:15:49 +1000828.It Cm ForwardAgent
829Specifies whether the connection to the authentication agent (if any)
Damien Miller7684ee12000-03-17 23:40:15 +1100830will be forwarded to the remote machine.
831The argument must be
Damien Miller32aa1441999-10-29 09:15:49 +1000832.Dq yes
833or
834.Dq no .
Damien Millerb1715dc2000-05-30 13:44:51 +1000835The default is
836.Dq no .
Damien Miller32aa1441999-10-29 09:15:49 +1000837.It Cm ForwardX11
838Specifies whether X11 connections will be automatically redirected
Damien Miller22c77262000-04-13 12:26:34 +1000839over the secure channel and
Damien Miller32aa1441999-10-29 09:15:49 +1000840.Ev DISPLAY
Damien Miller7684ee12000-03-17 23:40:15 +1100841set.
Damien Miller22c77262000-04-13 12:26:34 +1000842The argument must be
Damien Miller32aa1441999-10-29 09:15:49 +1000843.Dq yes
844or
845.Dq no .
Damien Miller98c7ad62000-03-09 21:27:49 +1100846The default is
847.Dq no .
Damien Miller32aa1441999-10-29 09:15:49 +1000848.It Cm GatewayPorts
849Specifies whether remote hosts are allowed to connect to local
850forwarded ports.
851The argument must be
852.Dq yes
853or
854.Dq no .
855The default is
856.Dq no .
857.It Cm GlobalKnownHostsFile
Ben Lindstromd6481ea2001-06-25 04:37:41 +0000858Specifies a file to use for the global
Ben Lindstrom1e621742001-03-06 01:10:53 +0000859host key database instead of
Damien Miller886c63a2000-01-20 23:13:36 +1100860.Pa /etc/ssh_known_hosts .
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000861.It Cm HostbasedAuthentication
862Specifies whether to try rhosts based authentication with public key
863authentication.
864The argument must be
865.Dq yes
866or
867.Dq no .
868The default is
Ben Lindstrom1bfe2912001-06-05 19:37:25 +0000869.Dq no .
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000870This option applies to protocol version 2 only and
871is similar to
872.Cm RhostsRSAAuthentication .
Ben Lindstrom982dbbc2001-04-17 18:11:36 +0000873.It Cm HostKeyAlgorithms
Ben Lindstromf0609f82001-05-04 22:38:43 +0000874Specifies the protocol version 2 host key algorithms
Ben Lindstrom982dbbc2001-04-17 18:11:36 +0000875that the client wants to use in order of preference.
876The default for this option is:
877.Dq ssh-rsa,ssh-dss
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000878.It Cm HostKeyAlias
879Specifies an alias that should be used instead of the
880real host name when looking up or saving the host key
881in the host key database files.
882This option is useful for tunneling ssh connections
883or if you have multiple servers running on a single host.
Damien Miller32aa1441999-10-29 09:15:49 +1000884.It Cm HostName
Damien Miller7684ee12000-03-17 23:40:15 +1100885Specifies the real host name to log into.
886This can be used to specify nicknames or abbreviations for hosts.
887Default is the name given on the command line.
888Numeric IP addresses are also permitted (both on the command line and in
Damien Miller32aa1441999-10-29 09:15:49 +1000889.Cm HostName
890specifications).
891.It Cm IdentityFile
Ben Lindstromc65e6a02001-04-23 13:02:16 +0000892Specifies the file from which the user's RSA or DSA authentication identity
Damien Miller32aa1441999-10-29 09:15:49 +1000893is read (default
Damien Millere247cc42000-05-07 12:03:14 +1000894.Pa $HOME/.ssh/identity
Damien Miller32aa1441999-10-29 09:15:49 +1000895in the user's home directory).
896Additionally, any identities represented by the authentication agent
Damien Miller7684ee12000-03-17 23:40:15 +1100897will be used for authentication.
898The file name may use the tilde
899syntax to refer to a user's home directory.
900It is possible to have
Damien Miller32aa1441999-10-29 09:15:49 +1000901multiple identity files specified in configuration files; all these
902identities will be tried in sequence.
903.It Cm KeepAlive
904Specifies whether the system should send keepalive messages to the
Damien Miller7684ee12000-03-17 23:40:15 +1100905other side.
906If they are sent, death of the connection or crash of one
907of the machines will be properly noticed.
908However, this means that
Damien Miller32aa1441999-10-29 09:15:49 +1000909connections will die if the route is down temporarily, and some people
Damien Miller450a7a12000-03-26 13:04:51 +1000910find it annoying.
Damien Miller32aa1441999-10-29 09:15:49 +1000911.Pp
912The default is
913.Dq yes
914(to send keepalives), and the client will notice
Damien Miller7684ee12000-03-17 23:40:15 +1100915if the network goes down or the remote host dies.
916This is important in scripts, and many users want it too.
Damien Miller32aa1441999-10-29 09:15:49 +1000917.Pp
918To disable keepalives, the value should be set to
919.Dq no
920in both the server and the client configuration files.
921.It Cm KerberosAuthentication
Damien Miller450a7a12000-03-26 13:04:51 +1000922Specifies whether Kerberos authentication will be used.
923The argument to this keyword must be
Damien Miller32aa1441999-10-29 09:15:49 +1000924.Dq yes
925or
926.Dq no .
927.It Cm KerberosTgtPassing
Damien Miller450a7a12000-03-26 13:04:51 +1000928Specifies whether a Kerberos TGT will be forwarded to the server.
929This will only work if the Kerberos server is actually an AFS kaserver.
930The argument to this keyword must be
Damien Miller32aa1441999-10-29 09:15:49 +1000931.Dq yes
932or
933.Dq no .
934.It Cm LocalForward
935Specifies that a TCP/IP port on the local machine be forwarded over
Damien Miller7684ee12000-03-17 23:40:15 +1100936the secure channel to given host:port from the remote machine.
937The first argument must be a port number, and the second must be
938host:port.
939Multiple forwardings may be specified, and additional
940forwardings can be given on the command line.
941Only the superuser can forward privileged ports.
Damien Miller5ce662a1999-11-11 17:57:39 +1100942.It Cm LogLevel
943Gives the verbosity level that is used when logging messages from
944.Nm ssh .
945The possible values are:
Ben Lindstromdb65e8f2001-01-19 04:26:52 +0000946QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG.
947The default is INFO.
Ben Lindstrom06b33aa2001-02-15 03:01:59 +0000948.It Cm MACs
Ben Lindstrom24643222001-06-25 05:08:11 +0000949Specifies the MAC (message authentication code) algorithms
Ben Lindstrom06b33aa2001-02-15 03:01:59 +0000950in order of preference.
951The MAC algorithm is used in protocol version 2
952for data integrity protection.
953Multiple algorithms must be comma-separated.
954The default is
Ben Lindstrombd0e2de2001-06-05 19:52:52 +0000955.Dq hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 .
Damien Miller32aa1441999-10-29 09:15:49 +1000956.It Cm NumberOfPasswordPrompts
Damien Miller450a7a12000-03-26 13:04:51 +1000957Specifies the number of password prompts before giving up.
958The argument to this keyword must be an integer.
959Default is 3.
Damien Miller396691a2000-01-20 22:44:08 +1100960.It Cm PasswordAuthentication
Damien Miller7684ee12000-03-17 23:40:15 +1100961Specifies whether to use password authentication.
962The argument to this keyword must be
Damien Miller396691a2000-01-20 22:44:08 +1100963.Dq yes
964or
965.Dq no .
Ben Lindstrom89b0bd62001-03-29 00:27:11 +0000966The default is
967.Dq yes .
Damien Miller32aa1441999-10-29 09:15:49 +1000968.It Cm Port
Damien Miller7684ee12000-03-17 23:40:15 +1100969Specifies the port number to connect on the remote host.
970Default is 22.
Damien Miller1e42f302001-03-19 23:59:11 +1100971.It Cm PreferredAuthentications
Ben Lindstrom24643222001-06-25 05:08:11 +0000972Specifies the order in which the client should try protocol 2
973authentication methods. This allows a client to prefer one method (e.g.
Damien Miller1e42f302001-03-19 23:59:11 +1100974.Cm keyboard-interactive )
975over another method (e.g.
976.Cm password )
977The default for this option is:
Ben Lindstroma9086a12001-08-06 20:58:51 +0000978.Dq hostbased,publickey,keyboard-interactive,password
Damien Miller22c77262000-04-13 12:26:34 +1000979.It Cm Protocol
980Specifies the protocol versions
981.Nm
982should support in order of preference.
983The possible values are
984.Dq 1
985and
986.Dq 2 .
987Multiple versions must be comma-separated.
988The default is
Ben Lindstromf3272352001-04-05 23:29:59 +0000989.Dq 2,1 .
Damien Millere247cc42000-05-07 12:03:14 +1000990This means that
991.Nm
Ben Lindstromf3272352001-04-05 23:29:59 +0000992tries version 2 and falls back to version 1
993if version 2 is not available.
Damien Miller32aa1441999-10-29 09:15:49 +1000994.It Cm ProxyCommand
Damien Miller7684ee12000-03-17 23:40:15 +1100995Specifies the command to use to connect to the server.
996The command
997string extends to the end of the line, and is executed with
998.Pa /bin/sh .
999In the command string,
1000.Ql %h
1001will be substituted by the host name to
1002connect and
1003.Ql %p
1004by the port.
1005The command can be basically anything,
1006and should read from its standard input and write to its standard output.
1007It should eventually connect an
Damien Miller32aa1441999-10-29 09:15:49 +10001008.Xr sshd 8
1009server running on some machine, or execute
1010.Ic sshd -i
Damien Miller7684ee12000-03-17 23:40:15 +11001011somewhere.
1012Host key management will be done using the
Damien Miller32aa1441999-10-29 09:15:49 +10001013HostName of the host being connected (defaulting to the name typed by
1014the user).
Damien Milleraae6c611999-12-06 11:47:28 +11001015Note that
1016.Cm CheckHostIP
1017is not available for connects with a proxy command.
Damien Miller32aa1441999-10-29 09:15:49 +10001018.Pp
Ben Lindstromc65e6a02001-04-23 13:02:16 +00001019.It Cm PubkeyAuthentication
1020Specifies whether to try public key authentication.
1021The argument to this keyword must be
1022.Dq yes
1023or
1024.Dq no .
1025The default is
1026.Dq yes .
1027This option applies to protocol version 2 only.
Damien Miller32aa1441999-10-29 09:15:49 +10001028.It Cm RemoteForward
1029Specifies that a TCP/IP port on the remote machine be forwarded over
Damien Miller7684ee12000-03-17 23:40:15 +11001030the secure channel to given host:port from the local machine.
1031The first argument must be a port number, and the second must be
1032host:port.
1033Multiple forwardings may be specified, and additional
1034forwardings can be given on the command line.
1035Only the superuser can forward privileged ports.
Damien Miller32aa1441999-10-29 09:15:49 +10001036.It Cm RhostsAuthentication
Damien Miller7684ee12000-03-17 23:40:15 +11001037Specifies whether to try rhosts based authentication.
1038Note that this
Damien Miller32aa1441999-10-29 09:15:49 +10001039declaration only affects the client side and has no effect whatsoever
Damien Miller7684ee12000-03-17 23:40:15 +11001040on security.
1041Disabling rhosts authentication may reduce
Damien Miller32aa1441999-10-29 09:15:49 +10001042authentication time on slow connections when rhosts authentication is
Damien Miller7684ee12000-03-17 23:40:15 +11001043not used.
1044Most servers do not permit RhostsAuthentication because it
Ben Lindstrom24643222001-06-25 05:08:11 +00001045is not secure (see
Ben Lindstromd2bf0d62001-06-25 04:10:54 +00001046.Cm RhostsRSAAuthentication ) .
Damien Miller7684ee12000-03-17 23:40:15 +11001047The argument to this keyword must be
Damien Miller32aa1441999-10-29 09:15:49 +10001048.Dq yes
1049or
1050.Dq no .
Ben Lindstrom89b0bd62001-03-29 00:27:11 +00001051The default is
1052.Dq yes .
Ben Lindstromc65e6a02001-04-23 13:02:16 +00001053This option applies to protocol version 1 only.
Damien Miller32aa1441999-10-29 09:15:49 +10001054.It Cm RhostsRSAAuthentication
1055Specifies whether to try rhosts based authentication with RSA host
Damien Miller7684ee12000-03-17 23:40:15 +11001056authentication.
Damien Miller7684ee12000-03-17 23:40:15 +11001057The argument must be
Damien Miller32aa1441999-10-29 09:15:49 +10001058.Dq yes
1059or
1060.Dq no .
Ben Lindstrom89b0bd62001-03-29 00:27:11 +00001061The default is
1062.Dq yes .
Ben Lindstromc65e6a02001-04-23 13:02:16 +00001063This option applies to protocol version 1 only.
Damien Miller32aa1441999-10-29 09:15:49 +10001064.It Cm RSAAuthentication
Damien Miller7684ee12000-03-17 23:40:15 +11001065Specifies whether to try RSA authentication.
1066The argument to this keyword must be
Damien Miller32aa1441999-10-29 09:15:49 +10001067.Dq yes
1068or
1069.Dq no .
1070RSA authentication will only be
1071attempted if the identity file exists, or an authentication agent is
1072running.
Ben Lindstrom89b0bd62001-03-29 00:27:11 +00001073The default is
1074.Dq yes .
Damien Millere247cc42000-05-07 12:03:14 +10001075Note that this option applies to protocol version 1 only.
Damien Miller33804262001-02-04 23:20:18 +11001076.It Cm ChallengeResponseAuthentication
1077Specifies whether to use challenge response authentication.
Damien Miller7684ee12000-03-17 23:40:15 +11001078The argument to this keyword must be
Damien Miller95def091999-11-25 00:26:21 +11001079.Dq yes
1080or
1081.Dq no .
1082The default is
Ben Lindstrom0076d752001-08-06 20:53:26 +00001083.Dq yes .
Ben Lindstromae996bf2001-08-06 21:27:53 +00001084.It Cm SmartcardDevice
1085Specifies which smartcard device to use. The argument to this keyword is
1086the device
1087.Nm
1088should use to communicate with a smartcard used for storing the user's
1089private RSA key. By default, no device is specified and smartcard support
1090is not activated.
Damien Miller32aa1441999-10-29 09:15:49 +10001091.It Cm StrictHostKeyChecking
1092If this flag is set to
Damien Miller22c77262000-04-13 12:26:34 +10001093.Dq yes ,
Damien Miller32aa1441999-10-29 09:15:49 +10001094.Nm
Ben Lindstromeb930d42001-01-29 08:37:08 +00001095will never automatically add host keys to the
Damien Miller32aa1441999-10-29 09:15:49 +10001096.Pa $HOME/.ssh/known_hosts
Ben Lindstromd6481ea2001-06-25 04:37:41 +00001097file, and refuses to connect to hosts whose host key has changed.
Damien Miller7684ee12000-03-17 23:40:15 +11001098This provides maximum protection against trojan horse attacks.
1099However, it can be somewhat annoying if you don't have good
Damien Miller886c63a2000-01-20 23:13:36 +11001100.Pa /etc/ssh_known_hosts
Damien Miller32aa1441999-10-29 09:15:49 +10001101files installed and frequently
Ben Lindstromeb930d42001-01-29 08:37:08 +00001102connect to new hosts.
1103This option forces the user to manually
1104add all new hosts.
1105If this flag is set to
1106.Dq no ,
1107.Nm
1108will automatically add new host keys to the
1109user known hosts files.
1110If this flag is set to
1111.Dq ask ,
1112new host keys
1113will be added to the user known host files only after the user
1114has confirmed that is what they really want to do, and
1115.Nm
1116will refuse to connect to hosts whose host key has changed.
Damien Miller7684ee12000-03-17 23:40:15 +11001117The host keys of
Ben Lindstromeb930d42001-01-29 08:37:08 +00001118known hosts will be verified automatically in all cases.
Damien Miller7684ee12000-03-17 23:40:15 +11001119The argument must be
Ben Lindstromeb930d42001-01-29 08:37:08 +00001120.Dq yes ,
1121.Dq no
Damien Miller32aa1441999-10-29 09:15:49 +10001122or
Ben Lindstromeb930d42001-01-29 08:37:08 +00001123.Dq ask .
1124The default is
1125.Dq ask .
Damien Miller32aa1441999-10-29 09:15:49 +10001126.It Cm UsePrivilegedPort
1127Specifies whether to use a privileged port for outgoing connections.
1128The argument must be
1129.Dq yes
1130or
1131.Dq no .
1132The default is
Ben Lindstromcebc8582001-03-08 03:39:10 +00001133.Dq no .
Ben Lindstromc65e6a02001-04-23 13:02:16 +00001134Note that you need to set this option to
1135.Dq yes
1136if you want to use
Damien Miller32aa1441999-10-29 09:15:49 +10001137.Cm RhostsAuthentication
1138and
Kevin Stevesfcec7f82000-12-15 19:55:48 +00001139.Cm RhostsRSAAuthentication
Ben Lindstromc65e6a02001-04-23 13:02:16 +00001140with older servers.
Damien Miller396691a2000-01-20 22:44:08 +11001141.It Cm User
Damien Miller7684ee12000-03-17 23:40:15 +11001142Specifies the user to log in as.
1143This can be useful if you have a different user name on different machines.
1144This saves the trouble of
Damien Miller396691a2000-01-20 22:44:08 +11001145having to remember to give the user name on the command line.
1146.It Cm UserKnownHostsFile
Ben Lindstromd6481ea2001-06-25 04:37:41 +00001147Specifies a file to use for the user
Ben Lindstrom1e621742001-03-06 01:10:53 +00001148host key database instead of
Damien Miller396691a2000-01-20 22:44:08 +11001149.Pa $HOME/.ssh/known_hosts .
Damien Miller32aa1441999-10-29 09:15:49 +10001150.It Cm UseRsh
Damien Miller7684ee12000-03-17 23:40:15 +11001151Specifies that rlogin/rsh should be used for this host.
1152It is possible that the host does not at all support the
Damien Miller32aa1441999-10-29 09:15:49 +10001153.Nm
Damien Miller7684ee12000-03-17 23:40:15 +11001154protocol.
1155This causes
Damien Miller32aa1441999-10-29 09:15:49 +10001156.Nm
Damien Miller7684ee12000-03-17 23:40:15 +11001157to immediately execute
Damien Miller32aa1441999-10-29 09:15:49 +10001158.Xr rsh 1 .
1159All other options (except
1160.Cm HostName )
Damien Miller7684ee12000-03-17 23:40:15 +11001161are ignored if this has been specified.
1162The argument must be
Damien Miller32aa1441999-10-29 09:15:49 +10001163.Dq yes
1164or
1165.Dq no .
Damien Millerd3a18572000-06-07 19:55:44 +10001166.It Cm XAuthLocation
1167Specifies the location of the
1168.Xr xauth 1
1169program.
1170The default is
1171.Pa /usr/X11R6/bin/xauth .
Damien Miller7b28dc52000-09-05 13:34:53 +11001172.El
Damien Miller32aa1441999-10-29 09:15:49 +10001173.Sh ENVIRONMENT
1174.Nm
1175will normally set the following environment variables:
1176.Bl -tag -width Ds
1177.It Ev DISPLAY
1178The
1179.Ev DISPLAY
Damien Miller7684ee12000-03-17 23:40:15 +11001180variable indicates the location of the X11 server.
Damien Miller22c77262000-04-13 12:26:34 +10001181It is automatically set by
Damien Miller32aa1441999-10-29 09:15:49 +10001182.Nm
1183to point to a value of the form
1184.Dq hostname:n
1185where hostname indicates
Damien Miller7684ee12000-03-17 23:40:15 +11001186the host where the shell runs, and n is an integer >= 1.
1187.Nm
1188uses this special value to forward X11 connections over the secure
1189channel.
Ben Lindstromc65e6a02001-04-23 13:02:16 +00001190The user should normally not set
1191.Ev DISPLAY
1192explicitly, as that
Damien Miller32aa1441999-10-29 09:15:49 +10001193will render the X11 connection insecure (and will require the user to
1194manually copy any required authorization cookies).
1195.It Ev HOME
1196Set to the path of the user's home directory.
1197.It Ev LOGNAME
1198Synonym for
1199.Ev USER ;
1200set for compatibility with systems that use this variable.
1201.It Ev MAIL
Ben Lindstrome59433d2001-09-12 16:41:37 +00001202Set to the path of the user's mailbox.
Damien Miller7684ee12000-03-17 23:40:15 +11001203.It Ev PATH
Damien Miller32aa1441999-10-29 09:15:49 +10001204Set to the default
1205.Ev PATH ,
1206as specified when compiling
1207.Nm ssh .
Ben Lindstrom5bf5d672001-07-04 04:31:38 +00001208.It Ev SSH_ASKPASS
1209If
1210.Nm
1211needs a passphrase, it will read the passphrase from the current
1212terminal if it was run from a terminal.
1213If
1214.Nm
1215does not have a terminal associated with it but
1216.Ev DISPLAY
1217and
1218.Ev SSH_ASKPASS
1219are set, it will execute the program specified by
1220.Ev SSH_ASKPASS
1221and open an X11 window to read the passphrase.
1222This is particularly useful when calling
1223.Nm
1224from a
1225.Pa .Xsession
1226or related script.
1227(Note that on some machines it
1228may be necessary to redirect the input from
1229.Pa /dev/null
1230to make this work.)
Damien Miller32aa1441999-10-29 09:15:49 +10001231.It Ev SSH_AUTH_SOCK
Ben Lindstrome59433d2001-09-12 16:41:37 +00001232Identifies the path of a unix-domain socket used to communicate with the
Damien Miller32aa1441999-10-29 09:15:49 +10001233agent.
1234.It Ev SSH_CLIENT
Damien Miller7684ee12000-03-17 23:40:15 +11001235Identifies the client end of the connection.
1236The variable contains
Damien Miller32aa1441999-10-29 09:15:49 +10001237three space-separated values: client ip-address, client port number,
1238and server port number.
Ben Lindstrom4dccfa52000-12-28 16:40:05 +00001239.It Ev SSH_ORIGINAL_COMMAND
1240The variable contains the original command line if a forced command
1241is executed.
1242It can be used to extract the original arguments.
Damien Miller32aa1441999-10-29 09:15:49 +10001243.It Ev SSH_TTY
1244This is set to the name of the tty (path to the device) associated
Damien Miller7684ee12000-03-17 23:40:15 +11001245with the current shell or command.
1246If the current session has no tty,
Damien Miller32aa1441999-10-29 09:15:49 +10001247this variable is not set.
1248.It Ev TZ
1249The timezone variable is set to indicate the present timezone if it
Damien Miller942da032000-08-18 13:59:06 +10001250was set when the daemon was started (i.e., the daemon passes the value
Damien Miller32aa1441999-10-29 09:15:49 +10001251on to new connections).
1252.It Ev USER
1253Set to the name of the user logging in.
1254.El
1255.Pp
Damien Miller22c77262000-04-13 12:26:34 +10001256Additionally,
Damien Miller32aa1441999-10-29 09:15:49 +10001257.Nm
Damien Miller22c77262000-04-13 12:26:34 +10001258reads
1259.Pa $HOME/.ssh/environment ,
Damien Miller32aa1441999-10-29 09:15:49 +10001260and adds lines of the format
1261.Dq VARNAME=value
1262to the environment.
1263.Sh FILES
Damien Miller98c7ad62000-03-09 21:27:49 +11001264.Bl -tag -width Ds
Ben Lindstromd6481ea2001-06-25 04:37:41 +00001265.It Pa $HOME/.ssh/known_hosts
Ben Lindstrome59433d2001-09-12 16:41:37 +00001266Records host keys for all hosts the user has logged into that are not
Damien Miller32aa1441999-10-29 09:15:49 +10001267in
Ben Lindstromd6481ea2001-06-25 04:37:41 +00001268.Pa /etc/ssh_known_hosts .
Damien Miller32aa1441999-10-29 09:15:49 +10001269See
1270.Xr sshd 8 .
Ben Lindstrom18a82ac2001-04-11 15:59:35 +00001271.It Pa $HOME/.ssh/identity, $HOME/.ssh/id_dsa, $HOME/.ssh/id_rsa
1272Contains the authentication identity of the user.
1273They are for protocol 1 RSA, protocol 2 DSA, and protocol 2 RSA, respectively.
Damien Millere247cc42000-05-07 12:03:14 +10001274These files
1275contain sensitive data and should be readable by the user but not
Damien Miller32aa1441999-10-29 09:15:49 +10001276accessible by others (read/write/execute).
1277Note that
1278.Nm
Damien Millere247cc42000-05-07 12:03:14 +10001279ignores a private key file if it is accessible by others.
Damien Miller32aa1441999-10-29 09:15:49 +10001280It is possible to specify a passphrase when
1281generating the key; the passphrase will be used to encrypt the
1282sensitive part of this file using 3DES.
Ben Lindstrom18a82ac2001-04-11 15:59:35 +00001283.It Pa $HOME/.ssh/identity.pub, $HOME/.ssh/id_dsa.pub, $HOME/.ssh/id_rsa.pub
Damien Miller32aa1441999-10-29 09:15:49 +10001284Contains the public key for authentication (public part of the
Damien Miller7684ee12000-03-17 23:40:15 +11001285identity file in human-readable form).
Damien Millere247cc42000-05-07 12:03:14 +10001286The contents of the
1287.Pa $HOME/.ssh/identity.pub
1288file should be added to
Damien Miller32aa1441999-10-29 09:15:49 +10001289.Pa $HOME/.ssh/authorized_keys
1290on all machines
Ben Lindstrom18a82ac2001-04-11 15:59:35 +00001291where you wish to log in using protocol version 1 RSA authentication.
Damien Millere247cc42000-05-07 12:03:14 +10001292The contents of the
1293.Pa $HOME/.ssh/id_dsa.pub
Ben Lindstrom18a82ac2001-04-11 15:59:35 +00001294and
1295.Pa $HOME/.ssh/id_rsa.pub
Damien Millere247cc42000-05-07 12:03:14 +10001296file should be added to
Ben Lindstromf96704d2001-06-25 04:17:12 +00001297.Pa $HOME/.ssh/authorized_keys
Damien Millere247cc42000-05-07 12:03:14 +10001298on all machines
Ben Lindstrom18a82ac2001-04-11 15:59:35 +00001299where you wish to log in using protocol version 2 DSA/RSA authentication.
Damien Millere247cc42000-05-07 12:03:14 +10001300These files are not
Damien Miller7684ee12000-03-17 23:40:15 +11001301sensitive and can (but need not) be readable by anyone.
Damien Millere247cc42000-05-07 12:03:14 +10001302These files are
Kevin Steves3c034ae2001-02-05 13:47:11 +00001303never used automatically and are not necessary; they are only provided for
Damien Miller32aa1441999-10-29 09:15:49 +10001304the convenience of the user.
1305.It Pa $HOME/.ssh/config
Damien Miller7684ee12000-03-17 23:40:15 +11001306This is the per-user configuration file.
1307The format of this file is described above.
1308This file is used by the
Damien Miller32aa1441999-10-29 09:15:49 +10001309.Nm
Damien Miller7684ee12000-03-17 23:40:15 +11001310client.
1311This file does not usually contain any sensitive information,
Damien Miller32aa1441999-10-29 09:15:49 +10001312but the recommended permissions are read/write for the user, and not
1313accessible by others.
1314.It Pa $HOME/.ssh/authorized_keys
Ben Lindstromf96704d2001-06-25 04:17:12 +00001315Lists the public keys (RSA/DSA) that can be used for logging in as this user.
Damien Miller7684ee12000-03-17 23:40:15 +11001316The format of this file is described in the
Damien Miller32aa1441999-10-29 09:15:49 +10001317.Xr sshd 8
Damien Miller7684ee12000-03-17 23:40:15 +11001318manual page.
Ben Lindstromd6481ea2001-06-25 04:37:41 +00001319In the simplest form the format is the same as the .pub
1320identity files.
Damien Millere247cc42000-05-07 12:03:14 +10001321This file is not highly sensitive, but the recommended
1322permissions are read/write for the user, and not accessible by others.
Ben Lindstromd6481ea2001-06-25 04:37:41 +00001323.It Pa /etc/ssh_known_hosts
Damien Miller7684ee12000-03-17 23:40:15 +11001324Systemwide list of known host keys.
Ben Lindstromd6481ea2001-06-25 04:37:41 +00001325This file should be prepared by the
Damien Miller32aa1441999-10-29 09:15:49 +10001326system administrator to contain the public host keys of all machines in the
Damien Miller7684ee12000-03-17 23:40:15 +11001327organization.
1328This file should be world-readable.
1329This file contains
Damien Miller32aa1441999-10-29 09:15:49 +10001330public keys, one per line, in the following format (fields separated
Ben Lindstromd6481ea2001-06-25 04:37:41 +00001331by spaces): system name, public key and optional comment field.
Damien Miller7684ee12000-03-17 23:40:15 +11001332When different names are used
Damien Miller32aa1441999-10-29 09:15:49 +10001333for the same machine, all such names should be listed, separated by
Damien Miller7684ee12000-03-17 23:40:15 +11001334commas.
1335The format is described on the
Damien Miller32aa1441999-10-29 09:15:49 +10001336.Xr sshd 8
1337manual page.
1338.Pp
1339The canonical system name (as returned by name servers) is used by
1340.Xr sshd 8
1341to verify the client host when logging in; other names are needed because
1342.Nm
1343does not convert the user-supplied name to a canonical name before
1344checking the key, because someone with access to the name servers
1345would then be able to fool host authentication.
Damien Miller886c63a2000-01-20 23:13:36 +11001346.It Pa /etc/ssh_config
Damien Miller7684ee12000-03-17 23:40:15 +11001347Systemwide configuration file.
1348This file provides defaults for those
Damien Miller32aa1441999-10-29 09:15:49 +10001349values that are not specified in the user's configuration file, and
Damien Miller7684ee12000-03-17 23:40:15 +11001350for those users who do not have a configuration file.
1351This file must be world-readable.
Damien Miller32aa1441999-10-29 09:15:49 +10001352.It Pa $HOME/.rhosts
1353This file is used in
1354.Pa \&.rhosts
1355authentication to list the
Damien Miller7684ee12000-03-17 23:40:15 +11001356host/user pairs that are permitted to log in.
1357(Note that this file is
Damien Miller32aa1441999-10-29 09:15:49 +10001358also used by rlogin and rsh, which makes using this file insecure.)
1359Each line of the file contains a host name (in the canonical form
1360returned by name servers), and then a user name on that host,
Damien Miller7684ee12000-03-17 23:40:15 +11001361separated by a space.
Ben Lindstromebd888d2001-03-05 05:49:29 +00001362On some machines this file may need to be
Damien Miller32aa1441999-10-29 09:15:49 +10001363world-readable if the user's home directory is on a NFS partition,
1364because
1365.Xr sshd 8
Damien Miller7684ee12000-03-17 23:40:15 +11001366reads it as root.
1367Additionally, this file must be owned by the user,
1368and must not have write permissions for anyone else.
1369The recommended
Damien Miller32aa1441999-10-29 09:15:49 +10001370permission for most machines is read/write for the user, and not
1371accessible by others.
1372.Pp
1373Note that by default
1374.Xr sshd 8
1375will be installed so that it requires successful RSA host
Damien Miller7684ee12000-03-17 23:40:15 +11001376authentication before permitting \s+2.\s0rhosts authentication.
1377If your server machine does not have the client's host key in
Damien Miller886c63a2000-01-20 23:13:36 +11001378.Pa /etc/ssh_known_hosts ,
Damien Miller32aa1441999-10-29 09:15:49 +10001379you can store it in
1380.Pa $HOME/.ssh/known_hosts .
1381The easiest way to do this is to
1382connect back to the client from the server machine using ssh; this
Damien Millere247cc42000-05-07 12:03:14 +10001383will automatically add the host key to
Damien Miller32aa1441999-10-29 09:15:49 +10001384.Pa $HOME/.ssh/known_hosts .
1385.It Pa $HOME/.shosts
1386This file is used exactly the same way as
1387.Pa \&.rhosts .
1388The purpose for
1389having this file is to be able to use rhosts authentication with
1390.Nm
1391without permitting login with
1392.Xr rlogin 1
1393or
1394.Xr rsh 1 .
1395.It Pa /etc/hosts.equiv
1396This file is used during
Damien Miller7684ee12000-03-17 23:40:15 +11001397.Pa \&.rhosts authentication.
1398It contains
Damien Miller32aa1441999-10-29 09:15:49 +10001399canonical hosts names, one per line (the full format is described on
1400the
1401.Xr sshd 8
Damien Miller7684ee12000-03-17 23:40:15 +11001402manual page).
1403If the client host is found in this file, login is
Damien Miller32aa1441999-10-29 09:15:49 +10001404automatically permitted provided client and server user names are the
Damien Miller7684ee12000-03-17 23:40:15 +11001405same.
1406Additionally, successful RSA host authentication is normally
1407required.
1408This file should only be writable by root.
Damien Miller886c63a2000-01-20 23:13:36 +11001409.It Pa /etc/shosts.equiv
Damien Miller22c77262000-04-13 12:26:34 +10001410This file is processed exactly as
Damien Miller32aa1441999-10-29 09:15:49 +10001411.Pa /etc/hosts.equiv .
1412This file may be useful to permit logins using
1413.Nm
1414but not using rsh/rlogin.
Damien Miller886c63a2000-01-20 23:13:36 +11001415.It Pa /etc/sshrc
Damien Miller32aa1441999-10-29 09:15:49 +10001416Commands in this file are executed by
1417.Nm
1418when the user logs in just before the user's shell (or command) is started.
1419See the
1420.Xr sshd 8
1421manual page for more information.
1422.It Pa $HOME/.ssh/rc
1423Commands in this file are executed by
1424.Nm
1425when the user logs in just before the user's shell (or command) is
1426started.
Damien Miller22c77262000-04-13 12:26:34 +10001427See the
Damien Miller32aa1441999-10-29 09:15:49 +10001428.Xr sshd 8
1429manual page for more information.
Damien Miller4f0fa561999-12-26 14:24:41 +11001430.It Pa $HOME/.ssh/environment
1431Contains additional definitions for environment variables, see section
1432.Sx ENVIRONMENT
1433above.
Damien Miller7b28dc52000-09-05 13:34:53 +11001434.El
Damien Miller0bc1bd82000-11-13 22:57:25 +11001435.Sh AUTHORS
Ben Lindstrom035782e2001-01-29 08:34:16 +00001436OpenSSH is a derivative of the original and free
1437ssh 1.2.12 release by Tatu Ylonen.
1438Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
1439Theo de Raadt and Dug Song
1440removed many bugs, re-added newer features and
1441created OpenSSH.
1442Markus Friedl contributed the support for SSH
1443protocol versions 1.5 and 2.0.
Damien Miller32aa1441999-10-29 09:15:49 +10001444.Sh SEE ALSO
1445.Xr rlogin 1 ,
1446.Xr rsh 1 ,
1447.Xr scp 1 ,
Damien Miller33804262001-02-04 23:20:18 +11001448.Xr sftp 1 ,
Damien Miller32aa1441999-10-29 09:15:49 +10001449.Xr ssh-add 1 ,
1450.Xr ssh-agent 1 ,
1451.Xr ssh-keygen 1 ,
1452.Xr telnet 1 ,
Ben Lindstrom5ab6ae12001-02-10 22:08:03 +00001453.Xr sshd 8
Ben Lindstrom160ec622001-04-22 17:17:46 +00001454.Rs
1455.%A T. Ylonen
1456.%A T. Kivinen
1457.%A M. Saarinen
1458.%A T. Rinne
1459.%A S. Lehtinen
1460.%T "SSH Protocol Architecture"
Ben Lindstrom020a8692001-08-06 21:38:10 +00001461.%N draft-ietf-secsh-architecture-09.txt
1462.%D July 2001
Ben Lindstrom160ec622001-04-22 17:17:46 +00001463.%O work in progress material
1464.Re