blob: 23df1c5a0d54d28e339f41d8e732b0de1f4db094 [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.\"
Damien Millerbcfbc482010-07-16 13:59:11 +100037.\" $OpenBSD: ssh.1,v 1.306 2010/07/14 17:06:58 jmc Exp $
38.Dd $Mdocdate: July 14 2010 $
Damien Miller32aa1441999-10-29 09:15:49 +100039.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
Damien Millerbcfbc482010-07-16 13:59:11 +100046.Bk -words
Damien Millere272a5b2008-11-03 19:22:37 +110047.Op Fl 1246AaCfgKkMNnqsTtVvXxYy
Ben Lindstrome0f88042001-04-30 13:06:24 +000048.Op Fl b Ar bind_address
Damien Miller30c3d422000-05-09 11:02:59 +100049.Op Fl c Ar cipher_spec
Damien Millerbcfbc482010-07-16 13:59:11 +100050.Op Fl D Oo Ar bind_address : Oc Ns Ar port
Damien Miller32aa1441999-10-29 09:15:49 +100051.Op Fl e Ar escape_char
Ben Lindstrom14f31ab2001-09-12 17:48:04 +000052.Op Fl F Ar configfile
Damien Miller048dc932010-02-12 09:22:04 +110053.Op Fl I Ar pkcs11
Darren Tucker61776952003-10-02 16:19:47 +100054.Op Fl i Ar identity_file
Damien Millerbcfbc482010-07-16 13:59:11 +100055.Op Fl L Oo Ar bind_address : Oc Ns Ar port : Ns Ar host : Ns Ar hostport
Darren Tucker61776952003-10-02 16:19:47 +100056.Op Fl l Ar login_name
57.Op Fl m Ar mac_spec
Darren Tucker7ebfc102004-11-07 20:06:19 +110058.Op Fl O Ar ctl_cmd
Darren Tucker61776952003-10-02 16:19:47 +100059.Op Fl o Ar option
Darren Tucker61776952003-10-02 16:19:47 +100060.Op Fl p Ar port
Damien Millerbcfbc482010-07-16 13:59:11 +100061.Op Fl R Oo Ar bind_address : Oc Ns Ar port : Ns Ar host : Ns Ar hostport
Darren Tucker7ebfc102004-11-07 20:06:19 +110062.Op Fl S Ar ctl_path
Darren Tucker7ad8dd22010-01-12 19:40:27 +110063.Op Fl W Ar host : Ns Ar port
Damien Millerbcfbc482010-07-16 13:59:11 +100064.Op Fl w Ar local_tun Ns Op : Ns Ar remote_tun
Darren Tucker61776952003-10-02 16:19:47 +100065.Oo Ar user Ns @ Oc Ns Ar hostname
Damien Miller32aa1441999-10-29 09:15:49 +100066.Op Ar command
Damien Millerbcfbc482010-07-16 13:59:11 +100067.Ek
Damien Miller22c77262000-04-13 12:26:34 +100068.Sh DESCRIPTION
Damien Miller32aa1441999-10-29 09:15:49 +100069.Nm
Ben Lindstromd58eb5f2001-03-07 06:07:22 +000070(SSH client) is a program for logging into a remote machine and for
Damien Miller7684ee12000-03-17 23:40:15 +110071executing commands on a remote machine.
Darren Tucker61776952003-10-02 16:19:47 +100072It is intended to replace rlogin and rsh,
73and provide secure encrypted communications between
Damien Miller7684ee12000-03-17 23:40:15 +110074two untrusted hosts over an insecure network.
Damien Miller8bfaf932006-01-14 10:09:30 +110075X11 connections and arbitrary TCP ports
Darren Tucker61776952003-10-02 16:19:47 +100076can also be forwarded over the secure channel.
Damien Miller32aa1441999-10-29 09:15:49 +100077.Pp
78.Nm
Damien Miller22c77262000-04-13 12:26:34 +100079connects and logs into the specified
Darren Tucker61776952003-10-02 16:19:47 +100080.Ar hostname
81(with optional
82.Ar user
83name).
Damien Miller32aa1441999-10-29 09:15:49 +100084The user must prove
Damien Millere247cc42000-05-07 12:03:14 +100085his/her identity to the remote machine using one of several methods
Darren Tucker5434cfe2005-12-20 16:11:35 +110086depending on the protocol version used (see below).
Damien Millere247cc42000-05-07 12:03:14 +100087.Pp
Darren Tucker61776952003-10-02 16:19:47 +100088If
89.Ar command
90is specified,
Darren Tuckerb18c8672005-12-20 16:10:09 +110091it is executed on the remote host instead of a login shell.
Darren Tucker0b42e6d2004-08-13 21:22:40 +100092.Pp
Damien Miller0bc1bd82000-11-13 22:57:25 +110093The options are as follows:
Damien Miller32aa1441999-10-29 09:15:49 +100094.Bl -tag -width Ds
Darren Tucker61776952003-10-02 16:19:47 +100095.It Fl 1
96Forces
97.Nm
98to try protocol version 1 only.
99.It Fl 2
100Forces
101.Nm
102to try protocol version 2 only.
103.It Fl 4
104Forces
105.Nm
106to use IPv4 addresses only.
107.It Fl 6
108Forces
109.Nm
110to use IPv6 addresses only.
Damien Millerb1715dc2000-05-30 13:44:51 +1000111.It Fl A
112Enables forwarding of the authentication agent connection.
113This can also be specified on a per-host basis in a configuration file.
Damien Millerb5fdfaa2002-09-12 09:52:03 +1000114.Pp
Damien Miller495dca32003-04-01 21:42:14 +1000115Agent forwarding should be enabled with caution.
116Users with the ability to bypass file permissions on the remote host
Darren Tuckerae69e1d2009-10-24 11:41:34 +1100117(for the agent's
Darren Tucker98c9aec2009-10-24 11:42:44 +1100118.Ux Ns -domain
119socket) can access the local agent through the forwarded connection.
Damien Miller495dca32003-04-01 21:42:14 +1000120An attacker cannot obtain key material from the agent,
Damien Millerb5fdfaa2002-09-12 09:52:03 +1000121however they can perform operations on the keys that enable them to
122authenticate using the identities loaded into the agent.
Darren Tucker61776952003-10-02 16:19:47 +1000123.It Fl a
124Disables forwarding of the authentication agent connection.
Ben Lindstrome0f88042001-04-30 13:06:24 +0000125.It Fl b Ar bind_address
Darren Tuckera5cf8552005-07-14 17:04:18 +1000126Use
127.Ar bind_address
128on the local machine as the source address
129of the connection.
130Only useful on systems with more than one address.
Darren Tucker61776952003-10-02 16:19:47 +1000131.It Fl C
132Requests compression of all data (including stdin, stdout, stderr, and
Damien Miller8bfaf932006-01-14 10:09:30 +1100133data for forwarded X11 and TCP connections).
Darren Tucker61776952003-10-02 16:19:47 +1000134The compression algorithm is the same used by
135.Xr gzip 1 ,
136and the
137.Dq level
138can be controlled by the
139.Cm CompressionLevel
140option for protocol version 1.
141Compression is desirable on modem lines and other
142slow connections, but will only slow down things on fast networks.
143The default value can be set on a host-by-host basis in the
144configuration files; see the
145.Cm Compression
146option.
Damien Miller05202ff2004-06-15 10:30:39 +1000147.It Fl c Ar cipher_spec
148Selects the cipher specification for encrypting the session.
149.Pp
150Protocol version 1 allows specification of a single cipher.
Darren Tucker1e4308e2005-10-03 18:18:40 +1000151The supported values are
Damien Miller05202ff2004-06-15 10:30:39 +1000152.Dq 3des ,
Darren Tuckerff9f4842005-12-20 16:10:45 +1100153.Dq blowfish ,
Damien Miller05202ff2004-06-15 10:30:39 +1000154and
155.Dq des .
Damien Miller32aa1441999-10-29 09:15:49 +1000156.Ar 3des
157(triple-des) is an encrypt-decrypt-encrypt triple with three different keys.
Damien Miller05202ff2004-06-15 10:30:39 +1000158It is believed to be secure.
Damien Miller32aa1441999-10-29 09:15:49 +1000159.Ar blowfish
Darren Tucker61776952003-10-02 16:19:47 +1000160is a fast block cipher; it appears very secure and is much faster than
Damien Miller7684ee12000-03-17 23:40:15 +1100161.Ar 3des .
Ben Lindstromffa1dd62001-09-12 16:52:28 +0000162.Ar des
163is only supported in the
164.Nm
165client for interoperability with legacy protocol 1 implementations
166that do not support the
167.Ar 3des
Damien Miller495dca32003-04-01 21:42:14 +1000168cipher.
169Its use is strongly discouraged due to cryptographic weaknesses.
Damien Miller05202ff2004-06-15 10:30:39 +1000170The default is
171.Dq 3des .
172.Pp
Damien Miller35978212005-12-24 14:56:47 +1100173For protocol version 2,
Damien Miller05202ff2004-06-15 10:30:39 +1000174.Ar cipher_spec
175is a comma-separated list of ciphers
176listed in order of preference.
Darren Tucker3a6a51f2009-06-21 17:48:52 +1000177See the
178.Cm Ciphers
179keyword for more information.
Darren Tuckerc8d64212005-10-03 18:13:42 +1000180.It Fl D Xo
181.Sm off
182.Oo Ar bind_address : Oc
183.Ar port
184.Sm on
185.Xc
Darren Tucker61776952003-10-02 16:19:47 +1000186Specifies a local
187.Dq dynamic
188application-level port forwarding.
189This works by allocating a socket to listen to
190.Ar port
Darren Tuckerc8d64212005-10-03 18:13:42 +1000191on the local side, optionally bound to the specified
192.Ar bind_address .
193Whenever a connection is made to this port, the
Darren Tucker61776952003-10-02 16:19:47 +1000194connection is forwarded over the secure channel, and the application
195protocol is then used to determine where to connect to from the
196remote machine.
197Currently the SOCKS4 and SOCKS5 protocols are supported, and
198.Nm
199will act as a SOCKS server.
200Only root can forward privileged ports.
201Dynamic port forwardings can also be specified in the configuration file.
Darren Tuckerc8d64212005-10-03 18:13:42 +1000202.Pp
203IPv6 addresses can be specified with an alternative syntax:
204.Sm off
205.Xo
206.Op Ar bind_address No /
207.Ar port
208.Xc
209.Sm on
210or by enclosing the address in square brackets.
211Only the superuser can forward privileged ports.
212By default, the local port is bound in accordance with the
213.Cm GatewayPorts
214setting.
215However, an explicit
216.Ar bind_address
217may be used to bind the connection to a specific address.
218The
219.Ar bind_address
220of
221.Dq localhost
222indicates that the listening port be bound for local use only, while an
223empty address or
224.Sq *
225indicates that the port should be available from all interfaces.
Damien Miller2142ba02005-12-24 14:56:29 +1100226.It Fl e Ar escape_char
Damien Miller32aa1441999-10-29 09:15:49 +1000227Sets the escape character for sessions with a pty (default:
228.Ql ~ ) .
Damien Miller7684ee12000-03-17 23:40:15 +1100229The escape character is only recognized at the beginning of a line.
230The escape character followed by a dot
Damien Miller32aa1441999-10-29 09:15:49 +1000231.Pq Ql \&.
Darren Tucker61776952003-10-02 16:19:47 +1000232closes the connection;
233followed by control-Z suspends the connection;
234and followed by itself sends the escape character once.
Damien Miller7684ee12000-03-17 23:40:15 +1100235Setting the character to
Damien Miller32aa1441999-10-29 09:15:49 +1000236.Dq none
237disables any escapes and makes the session fully transparent.
Darren Tucker61776952003-10-02 16:19:47 +1000238.It Fl F Ar configfile
239Specifies an alternative per-user configuration file.
240If a configuration file is given on the command line,
241the system-wide configuration file
242.Pq Pa /etc/ssh/ssh_config
243will be ignored.
244The default for the per-user configuration file is
Damien Miller167ea5d2005-05-26 12:04:02 +1000245.Pa ~/.ssh/config .
Damien Miller32aa1441999-10-29 09:15:49 +1000246.It Fl f
247Requests
248.Nm
Damien Miller7684ee12000-03-17 23:40:15 +1100249to go to background just before command execution.
250This is useful if
Damien Miller32aa1441999-10-29 09:15:49 +1000251.Nm
252is going to ask for passwords or passphrases, but the user
Damien Miller7684ee12000-03-17 23:40:15 +1100253wants it in the background.
Damien Miller22c77262000-04-13 12:26:34 +1000254This implies
Damien Miller32aa1441999-10-29 09:15:49 +1000255.Fl n .
256The recommended way to start X11 programs at a remote site is with
257something like
258.Ic ssh -f host xterm .
Darren Tucker9a2a6092008-07-04 12:53:50 +1000259.Pp
260If the
261.Cm ExitOnForwardFailure
262configuration option is set to
263.Dq yes ,
264then a client started with
265.Fl f
266will wait for all remote port forwards to be successfully established
267before placing itself in the background.
Damien Miller396691a2000-01-20 22:44:08 +1100268.It Fl g
269Allows remote hosts to connect to local forwarded ports.
Damien Miller7ea845e2010-02-12 09:21:02 +1100270.It Fl I Ar pkcs11
Damien Millerd400da52010-02-12 09:26:23 +1100271Specify the PKCS#11 shared library
Darren Tucker61776952003-10-02 16:19:47 +1000272.Nm
Damien Millera7618442010-02-12 09:26:02 +1100273should use to communicate with a PKCS#11 token providing the user's
Darren Tucker61776952003-10-02 16:19:47 +1000274private RSA key.
Damien Miller32aa1441999-10-29 09:15:49 +1000275.It Fl i Ar identity_file
Damien Millerfae23862002-01-22 23:32:26 +1100276Selects a file from which the identity (private key) for
Damien Miller0bc1bd82000-11-13 22:57:25 +1100277RSA or DSA authentication is read.
Damien Millerfae23862002-01-22 23:32:26 +1100278The default is
Damien Miller167ea5d2005-05-26 12:04:02 +1000279.Pa ~/.ssh/identity
Damien Millerfae23862002-01-22 23:32:26 +1100280for protocol version 1, and
Damien Miller167ea5d2005-05-26 12:04:02 +1000281.Pa ~/.ssh/id_rsa
Damien Millerfae23862002-01-22 23:32:26 +1100282and
Damien Miller167ea5d2005-05-26 12:04:02 +1000283.Pa ~/.ssh/id_dsa
Damien Millerfae23862002-01-22 23:32:26 +1100284for protocol version 2.
Damien Miller7684ee12000-03-17 23:40:15 +1100285Identity files may also be specified on
286a per-host basis in the configuration file.
287It is possible to have multiple
Damien Miller32aa1441999-10-29 09:15:49 +1000288.Fl i
289options (and multiple identities specified in
290configuration files).
Damien Miller5059d8d2010-03-05 21:31:11 +1100291.Nm
292will also try to load certificate information from the filename obtained
293by appending
294.Pa -cert.pub
295to identity filenames.
Darren Tucker415bddc2007-06-12 23:43:16 +1000296.It Fl K
297Enables GSSAPI-based authentication and forwarding (delegation) of GSSAPI
298credentials to the server.
Damien Miller32aa1441999-10-29 09:15:49 +1000299.It Fl k
Damien Millere0113cc2003-11-24 13:10:09 +1100300Disables forwarding (delegation) of GSSAPI credentials to the server.
Darren Tucker61776952003-10-02 16:19:47 +1000301.It Fl L Xo
302.Sm off
Damien Millerf91ee4c2005-03-01 21:24:33 +1100303.Oo Ar bind_address : Oc
Darren Tucker61776952003-10-02 16:19:47 +1000304.Ar port : host : hostport
305.Sm on
306.Xc
307Specifies that the given port on the local (client) host is to be
308forwarded to the given host and port on the remote side.
309This works by allocating a socket to listen to
310.Ar port
Damien Millerf91ee4c2005-03-01 21:24:33 +1100311on the local side, optionally bound to the specified
312.Ar bind_address .
313Whenever a connection is made to this port, the
Darren Tucker61776952003-10-02 16:19:47 +1000314connection is forwarded over the secure channel, and a connection is
315made to
316.Ar host
317port
318.Ar hostport
319from the remote machine.
320Port forwardings can also be specified in the configuration file.
Darren Tucker61776952003-10-02 16:19:47 +1000321IPv6 addresses can be specified with an alternative syntax:
322.Sm off
323.Xo
Damien Millerb096ac42005-03-09 11:00:05 +1100324.Op Ar bind_address No /
Darren Tucker61776952003-10-02 16:19:47 +1000325.Ar port No / Ar host No /
Damien Millerf91ee4c2005-03-01 21:24:33 +1100326.Ar hostport
Darren Tucker61776952003-10-02 16:19:47 +1000327.Xc
328.Sm on
Damien Millerf91ee4c2005-03-01 21:24:33 +1100329or by enclosing the address in square brackets.
330Only the superuser can forward privileged ports.
331By default, the local port is bound in accordance with the
332.Cm GatewayPorts
333setting.
334However, an explicit
335.Ar bind_address
336may be used to bind the connection to a specific address.
337The
338.Ar bind_address
339of
340.Dq localhost
Damien Miller36bf7dd2005-03-02 12:02:47 +1100341indicates that the listening port be bound for local use only, while an
342empty address or
343.Sq *
Damien Millerf91ee4c2005-03-01 21:24:33 +1100344indicates that the port should be available from all interfaces.
Damien Miller32aa1441999-10-29 09:15:49 +1000345.It Fl l Ar login_name
Damien Miller7684ee12000-03-17 23:40:15 +1100346Specifies the user to log in as on the remote machine.
347This also may be specified on a per-host basis in the configuration file.
Damien Miller0e220db2004-06-15 10:34:08 +1000348.It Fl M
349Places the
350.Nm
351client into
352.Dq master
353mode for connection sharing.
Damien Miller88b25522005-12-31 16:23:15 +1100354Multiple
355.Fl M
356options places
357.Nm
358into
359.Dq master
360mode with confirmation required before slave connections are accepted.
Damien Miller0e220db2004-06-15 10:34:08 +1000361Refer to the description of
362.Cm ControlMaster
363in
364.Xr ssh_config 5
365for details.
Damien Miller5d1eceb2004-06-30 22:37:57 +1000366.It Fl m Ar mac_spec
367Additionally, for protocol version 2 a comma-separated list of MAC
368(message authentication code) algorithms can
369be specified in order of preference.
370See the
371.Cm MACs
372keyword for more information.
Darren Tucker61776952003-10-02 16:19:47 +1000373.It Fl N
374Do not execute a remote command.
375This is useful for just forwarding ports
376(protocol version 2 only).
Damien Miller32aa1441999-10-29 09:15:49 +1000377.It Fl n
378Redirects stdin from
379.Pa /dev/null
380(actually, prevents reading from stdin).
381This must be used when
382.Nm
Damien Miller7684ee12000-03-17 23:40:15 +1100383is run in the background.
384A common trick is to use this to run X11 programs on a remote machine.
385For example,
Damien Miller32aa1441999-10-29 09:15:49 +1000386.Ic ssh -n shadows.cs.hut.fi emacs &
387will start an emacs on shadows.cs.hut.fi, and the X11
388connection will be automatically forwarded over an encrypted channel.
389The
390.Nm
391program will be put in the background.
392(This does not work if
393.Nm
394needs to ask for a password or passphrase; see also the
395.Fl f
396option.)
Darren Tuckere04644c2004-12-03 14:08:45 +1100397.It Fl O Ar ctl_cmd
398Control an active connection multiplexing master process.
399When the
400.Fl O
401option is specified, the
402.Ar ctl_cmd
403argument is interpreted and passed to the master process.
404Valid commands are:
405.Dq check
Damien Miller388f6fc2010-05-21 14:57:35 +1000406(check that the master process is running),
407.Dq forward
408(request forwardings without command execution) and
Darren Tuckere04644c2004-12-03 14:08:45 +1100409.Dq exit
410(request the master to exit).
Damien Miller32aa1441999-10-29 09:15:49 +1000411.It Fl o Ar option
Ben Lindstrom14c62eb2001-08-15 23:25:46 +0000412Can be used to give options in the format used in the configuration file.
Damien Miller32aa1441999-10-29 09:15:49 +1000413This is useful for specifying options for which there is no separate
Damien Miller7684ee12000-03-17 23:40:15 +1100414command-line flag.
Darren Tucker61776952003-10-02 16:19:47 +1000415For full details of the options listed below, and their possible values, see
416.Xr ssh_config 5 .
417.Pp
418.Bl -tag -width Ds -offset indent -compact
419.It AddressFamily
420.It BatchMode
421.It BindAddress
422.It ChallengeResponseAuthentication
423.It CheckHostIP
424.It Cipher
425.It Ciphers
426.It ClearAllForwardings
427.It Compression
428.It CompressionLevel
429.It ConnectionAttempts
Darren Tuckeredae0ec2004-05-02 22:15:52 +1000430.It ConnectTimeout
Damien Miller0e220db2004-06-15 10:34:08 +1000431.It ControlMaster
432.It ControlPath
Darren Tucker61776952003-10-02 16:19:47 +1000433.It DynamicForward
Darren Tucker61776952003-10-02 16:19:47 +1000434.It EscapeChar
Darren Tuckere7d4b192006-07-12 22:17:10 +1000435.It ExitOnForwardFailure
Darren Tucker61776952003-10-02 16:19:47 +1000436.It ForwardAgent
437.It ForwardX11
Darren Tucker0a118da2003-10-15 15:54:32 +1000438.It ForwardX11Trusted
Darren Tucker61776952003-10-02 16:19:47 +1000439.It GatewayPorts
440.It GlobalKnownHostsFile
441.It GSSAPIAuthentication
442.It GSSAPIDelegateCredentials
Damien Millere1776152005-03-01 21:47:37 +1100443.It HashKnownHosts
Darren Tucker61776952003-10-02 16:19:47 +1000444.It Host
445.It HostbasedAuthentication
446.It HostKeyAlgorithms
447.It HostKeyAlias
448.It HostName
449.It IdentityFile
Damien Millerbd394c32004-03-08 23:12:36 +1100450.It IdentitiesOnly
Darren Tucker636ca902004-11-05 20:22:00 +1100451.It KbdInteractiveDevices
Damien Millerd27b9472005-12-13 19:29:02 +1100452.It LocalCommand
Darren Tucker61776952003-10-02 16:19:47 +1000453.It LocalForward
454.It LogLevel
455.It MACs
456.It NoHostAuthenticationForLocalhost
457.It NumberOfPasswordPrompts
458.It PasswordAuthentication
Damien Millerd27b9472005-12-13 19:29:02 +1100459.It PermitLocalCommand
Damien Miller7ea845e2010-02-12 09:21:02 +1100460.It PKCS11Provider
Darren Tucker61776952003-10-02 16:19:47 +1000461.It Port
462.It PreferredAuthentications
463.It Protocol
464.It ProxyCommand
465.It PubkeyAuthentication
Darren Tucker62388b22006-01-20 11:31:47 +1100466.It RekeyLimit
Darren Tucker61776952003-10-02 16:19:47 +1000467.It RemoteForward
468.It RhostsRSAAuthentication
469.It RSAAuthentication
Darren Tucker7a6c0662004-05-02 22:14:03 +1000470.It SendEnv
Damien Miller509b0102003-12-17 16:33:10 +1100471.It ServerAliveInterval
472.It ServerAliveCountMax
Darren Tucker61776952003-10-02 16:19:47 +1000473.It StrictHostKeyChecking
Damien Miller12c150e2003-12-17 16:31:10 +1100474.It TCPKeepAlive
Damien Millerd27b9472005-12-13 19:29:02 +1100475.It Tunnel
476.It TunnelDevice
Darren Tucker61776952003-10-02 16:19:47 +1000477.It UsePrivilegedPort
478.It User
479.It UserKnownHostsFile
480.It VerifyHostKeyDNS
Damien Miller86399202008-06-30 00:04:31 +1000481.It VisualHostKey
Darren Tucker61776952003-10-02 16:19:47 +1000482.It XAuthLocation
483.El
Damien Miller32aa1441999-10-29 09:15:49 +1000484.It Fl p Ar port
Damien Miller7684ee12000-03-17 23:40:15 +1100485Port to connect to on the remote host.
486This can be specified on a
Damien Miller32aa1441999-10-29 09:15:49 +1000487per-host basis in the configuration file.
Damien Miller32aa1441999-10-29 09:15:49 +1000488.It Fl q
Damien Miller7684ee12000-03-17 23:40:15 +1100489Quiet mode.
Damien Millereb602472008-02-10 22:21:28 +1100490Causes most warning and diagnostic messages to be suppressed.
Darren Tucker61776952003-10-02 16:19:47 +1000491.It Fl R Xo
492.Sm off
Damien Millerf91ee4c2005-03-01 21:24:33 +1100493.Oo Ar bind_address : Oc
Darren Tucker61776952003-10-02 16:19:47 +1000494.Ar port : host : hostport
495.Sm on
496.Xc
Damien Miller32aa1441999-10-29 09:15:49 +1000497Specifies that the given port on the remote (server) host is to be
Damien Miller7684ee12000-03-17 23:40:15 +1100498forwarded to the given host and port on the local side.
499This works by allocating a socket to listen to
Damien Miller32aa1441999-10-29 09:15:49 +1000500.Ar port
501on the remote side, and whenever a connection is made to this port, the
502connection is forwarded over the secure channel, and a connection is
503made to
Damien Miller34132e52000-01-14 15:45:46 +1100504.Ar host
505port
506.Ar hostport
Damien Miller7684ee12000-03-17 23:40:15 +1100507from the local machine.
Damien Millerf91ee4c2005-03-01 21:24:33 +1100508.Pp
Damien Miller7684ee12000-03-17 23:40:15 +1100509Port forwardings can also be specified in the configuration file.
510Privileged ports can be forwarded only when
Damien Miller32aa1441999-10-29 09:15:49 +1000511logging in as root on the remote machine.
Damien Millerf91ee4c2005-03-01 21:24:33 +1100512IPv6 addresses can be specified by enclosing the address in square braces or
513using an alternative syntax:
Damien Millerf91ee4c2005-03-01 21:24:33 +1100514.Sm off
Damien Miller36bf7dd2005-03-02 12:02:47 +1100515.Xo
Damien Millerb096ac42005-03-09 11:00:05 +1100516.Op Ar bind_address No /
Damien Miller36bf7dd2005-03-02 12:02:47 +1100517.Ar host No / Ar port No /
518.Ar hostport
Damien Millerf91ee4c2005-03-01 21:24:33 +1100519.Xc .
Damien Miller36bf7dd2005-03-02 12:02:47 +1100520.Sm on
Damien Millerf91ee4c2005-03-01 21:24:33 +1100521.Pp
522By default, the listening socket on the server will be bound to the loopback
523interface only.
Darren Tucker63917bd2008-11-11 16:33:48 +1100524This may be overridden by specifying a
Damien Millerf91ee4c2005-03-01 21:24:33 +1100525.Ar bind_address .
Damien Miller36bf7dd2005-03-02 12:02:47 +1100526An empty
527.Ar bind_address ,
Damien Millerf91ee4c2005-03-01 21:24:33 +1100528or the address
Damien Miller36bf7dd2005-03-02 12:02:47 +1100529.Ql * ,
Damien Millerf91ee4c2005-03-01 21:24:33 +1100530indicates that the remote socket should listen on all interfaces.
531Specifying a remote
532.Ar bind_address
Damien Miller36bf7dd2005-03-02 12:02:47 +1100533will only succeed if the server's
534.Cm GatewayPorts
Damien Millerf91ee4c2005-03-01 21:24:33 +1100535option is enabled (see
Damien Miller36bf7dd2005-03-02 12:02:47 +1100536.Xr sshd_config 5 ) .
Damien Millere2f4cc52009-02-14 16:33:49 +1100537.Pp
538If the
539.Ar port
540argument is
Damien Miller65fa4ca2009-02-14 16:34:05 +1100541.Ql 0 ,
Damien Millere2f4cc52009-02-14 16:33:49 +1100542the listen port will be dynamically allocated on the server and reported
543to the client at run time.
Damien Miller388f6fc2010-05-21 14:57:35 +1000544When used together with
545.Ic -O forward
546the allocated port will be printed to the standard output.
Darren Tucker7ebfc102004-11-07 20:06:19 +1100547.It Fl S Ar ctl_path
Damien Miller67f30d72010-04-16 15:52:03 +1000548Specifies the location of a control socket for connection sharing,
Damien Miller9c60f242010-03-26 11:28:35 +1100549or the string
550.Dq none
551to disable connection sharing.
Damien Miller0e220db2004-06-15 10:34:08 +1000552Refer to the description of
Darren Tuckerba5c5922004-06-18 16:22:39 +1000553.Cm ControlPath
554and
Damien Miller0e220db2004-06-15 10:34:08 +1000555.Cm ControlMaster
556in
557.Xr ssh_config 5
558for details.
Darren Tucker61776952003-10-02 16:19:47 +1000559.It Fl s
560May be used to request invocation of a subsystem on the remote system.
561Subsystems are a feature of the SSH2 protocol which facilitate the use
562of SSH as a secure transport for other applications (eg.\&
563.Xr sftp 1 ) .
564The subsystem is specified as the remote command.
565.It Fl T
566Disable pseudo-tty allocation.
567.It Fl t
568Force pseudo-tty allocation.
569This can be used to execute arbitrary
570screen-based programs on a remote machine, which can be very useful,
Damien Miller208f1ed2006-03-15 11:56:03 +1100571e.g. when implementing menu services.
Darren Tucker61776952003-10-02 16:19:47 +1000572Multiple
573.Fl t
574options force tty allocation, even if
Ben Lindstrom19ceb172001-09-12 17:54:24 +0000575.Nm
Darren Tucker61776952003-10-02 16:19:47 +1000576has no local tty.
577.It Fl V
578Display the version number and exit.
579.It Fl v
580Verbose mode.
581Causes
Ben Lindstrom5ab6ae12001-02-10 22:08:03 +0000582.Nm
Darren Tucker61776952003-10-02 16:19:47 +1000583to print debugging messages about its progress.
584This is helpful in
585debugging connection, authentication, and configuration problems.
586Multiple
587.Fl v
588options increase the verbosity.
589The maximum is 3.
Darren Tucker7ad8dd22010-01-12 19:40:27 +1100590.It Fl W Ar host : Ns Ar port
591Requests that standard input and output on the client be forwarded to
592.Ar host
593on
594.Ar port
595over the secure channel.
596Implies
597.Fl N ,
598.Fl T ,
599.Cm ExitOnForwardFailure
600and
601.Cm ClearAllForwardings
602and works with Protocol version 2 only.
Damien Miller991dba42006-07-10 20:16:27 +1000603.It Fl w Xo
604.Ar local_tun Ns Op : Ns Ar remote_tun
605.Xc
606Requests
607tunnel
608device forwarding with the specified
Damien Millerd27b9472005-12-13 19:29:02 +1100609.Xr tun 4
Damien Miller991dba42006-07-10 20:16:27 +1000610devices between the client
611.Pq Ar local_tun
612and the server
613.Pq Ar remote_tun .
614.Pp
Damien Millercf1e3422005-12-24 14:56:04 +1100615The devices may be specified by numerical ID or the keyword
616.Dq any ,
617which uses the next available tunnel device.
Damien Miller991dba42006-07-10 20:16:27 +1000618If
619.Ar remote_tun
620is not specified, it defaults to
621.Dq any .
Damien Millercf1e3422005-12-24 14:56:04 +1100622See also the
Damien Millerd27b9472005-12-13 19:29:02 +1100623.Cm Tunnel
Damien Miller991dba42006-07-10 20:16:27 +1000624and
625.Cm TunnelDevice
626directives in
Damien Millerd27b9472005-12-13 19:29:02 +1100627.Xr ssh_config 5 .
Damien Miller991dba42006-07-10 20:16:27 +1000628If the
629.Cm Tunnel
630directive is unset, it is set to the default tunnel mode, which is
631.Dq point-to-point .
Darren Tucker61776952003-10-02 16:19:47 +1000632.It Fl X
633Enables X11 forwarding.
634This can also be specified on a per-host basis in a configuration file.
635.Pp
636X11 forwarding should be enabled with caution.
637Users with the ability to bypass file permissions on the remote host
638(for the user's X authorization database)
639can access the local X11 display through the forwarded connection.
640An attacker may then be able to perform activities such as keystroke monitoring.
Damien Miller947219e2005-03-02 13:22:30 +1100641.Pp
Damien Millerb022b232005-03-05 11:22:36 +1100642For this reason, X11 forwarding is subjected to X11 SECURITY extension
Damien Miller947219e2005-03-02 13:22:30 +1100643restrictions by default.
644Please refer to the
645.Nm
646.Fl Y
647option and the
648.Cm ForwardX11Trusted
649directive in
650.Xr ssh_config 5
651for more information.
Darren Tucker61776952003-10-02 16:19:47 +1000652.It Fl x
653Disables X11 forwarding.
Darren Tucker0a118da2003-10-15 15:54:32 +1000654.It Fl Y
655Enables trusted X11 forwarding.
Damien Miller947219e2005-03-02 13:22:30 +1100656Trusted X11 forwardings are not subjected to the X11 SECURITY extension
657controls.
Damien Millere272a5b2008-11-03 19:22:37 +1100658.It Fl y
659Send log information using the
660.Xr syslog 3
661system module.
662By default this information is sent to stderr.
Damien Miller32aa1441999-10-29 09:15:49 +1000663.El
Damien Millere9b333a2005-12-24 14:53:04 +1100664.Pp
665.Nm
666may additionally obtain configuration data from
667a per-user configuration file and a system-wide configuration file.
668The file format and configuration options are described in
669.Xr ssh_config 5 .
670.Pp
671.Nm
672exits with the exit status of the remote command or with 255
673if an error occurred.
Damien Millerc93a8132005-12-24 14:52:13 +1100674.Sh AUTHENTICATION
Darren Tucker94299ec2006-01-20 11:30:14 +1100675The OpenSSH SSH client supports SSH protocols 1 and 2.
Darren Tucker7a4a7652009-10-11 21:51:40 +1100676The default is to use protocol 2 only,
677though this can be changed via the
Damien Millerc93a8132005-12-24 14:52:13 +1100678.Cm Protocol
679option in
Darren Tucker7a4a7652009-10-11 21:51:40 +1100680.Xr ssh_config 5
681or the
Damien Millerc93a8132005-12-24 14:52:13 +1100682.Fl 1
683and
684.Fl 2
685options (see above).
686Both protocols support similar authentication methods,
Darren Tucker7a4a7652009-10-11 21:51:40 +1100687but protocol 2 is the default since
Damien Millerc93a8132005-12-24 14:52:13 +1100688it provides additional mechanisms for confidentiality
689(the traffic is encrypted using AES, 3DES, Blowfish, CAST128, or Arcfour)
Damien Millere45796f2007-06-11 14:01:42 +1000690and integrity (hmac-md5, hmac-sha1, umac-64, hmac-ripemd160).
Damien Millerc93a8132005-12-24 14:52:13 +1100691Protocol 1 lacks a strong mechanism for ensuring the
692integrity of the connection.
693.Pp
694The methods available for authentication are:
Damien Millerfbc94c82006-06-13 13:03:16 +1000695GSSAPI-based authentication,
Damien Millerc93a8132005-12-24 14:52:13 +1100696host-based authentication,
697public key authentication,
698challenge-response authentication,
699and password authentication.
700Authentication methods are tried in the order specified above,
701though protocol 2 has a configuration option to change the default order:
702.Cm PreferredAuthentications .
703.Pp
704Host-based authentication works as follows:
Darren Tuckerd3877b92005-12-20 16:09:36 +1100705If the machine the user logs in from is listed in
706.Pa /etc/hosts.equiv
707or
708.Pa /etc/shosts.equiv
709on the remote machine, and the user names are
710the same on both sides, or if the files
711.Pa ~/.rhosts
712or
713.Pa ~/.shosts
714exist in the user's home directory on the
715remote machine and contain a line containing the name of the client
716machine and the name of the user on that machine, the user is
Damien Millerc93a8132005-12-24 14:52:13 +1100717considered for login.
718Additionally, the server
719.Em must
720be able to verify the client's
721host key (see the description of
Darren Tuckerd3877b92005-12-20 16:09:36 +1100722.Pa /etc/ssh/ssh_known_hosts
723and
Damien Millerc93a8132005-12-24 14:52:13 +1100724.Pa ~/.ssh/known_hosts ,
725below)
726for login to be permitted.
Darren Tuckerd3877b92005-12-20 16:09:36 +1100727This authentication method closes security holes due to IP
Damien Millerc93a8132005-12-24 14:52:13 +1100728spoofing, DNS spoofing, and routing spoofing.
Darren Tuckerd3877b92005-12-20 16:09:36 +1100729[Note to the administrator:
730.Pa /etc/hosts.equiv ,
731.Pa ~/.rhosts ,
732and the rlogin/rsh protocol in general, are inherently insecure and should be
733disabled if security is desired.]
734.Pp
Damien Millerc93a8132005-12-24 14:52:13 +1100735Public key authentication works as follows:
736The scheme is based on public-key cryptography,
737using cryptosystems
738where encryption and decryption are done using separate keys,
739and it is unfeasible to derive the decryption key from the encryption key.
Darren Tuckerd3877b92005-12-20 16:09:36 +1100740The idea is that each user creates a public/private
741key pair for authentication purposes.
742The server knows the public key, and only the user knows the private key.
Damien Millerc93a8132005-12-24 14:52:13 +1100743.Nm
744implements public key authentication protocol automatically,
745using either the RSA or DSA algorithms.
746Protocol 1 is restricted to using only RSA keys,
747but protocol 2 may use either.
748The
749.Sx HISTORY
750section of
751.Xr ssl 8
752contains a brief discussion of the two algorithms.
Darren Tuckerd3877b92005-12-20 16:09:36 +1100753.Pp
754The file
755.Pa ~/.ssh/authorized_keys
756lists the public keys that are permitted for logging in.
757When the user logs in, the
758.Nm
759program tells the server which key pair it would like to use for
760authentication.
Damien Millerc93a8132005-12-24 14:52:13 +1100761The client proves that it has access to the private key
762and the server checks that the corresponding public key
763is authorized to accept the account.
Darren Tuckerd3877b92005-12-20 16:09:36 +1100764.Pp
Damien Millerc93a8132005-12-24 14:52:13 +1100765The user creates his/her key pair by running
Darren Tuckerd3877b92005-12-20 16:09:36 +1100766.Xr ssh-keygen 1 .
767This stores the private key in
768.Pa ~/.ssh/identity
Damien Millerc93a8132005-12-24 14:52:13 +1100769(protocol 1),
770.Pa ~/.ssh/id_dsa
771(protocol 2 DSA),
772or
773.Pa ~/.ssh/id_rsa
774(protocol 2 RSA)
Darren Tuckerd3877b92005-12-20 16:09:36 +1100775and stores the public key in
776.Pa ~/.ssh/identity.pub
Damien Millerc93a8132005-12-24 14:52:13 +1100777(protocol 1),
778.Pa ~/.ssh/id_dsa.pub
779(protocol 2 DSA),
780or
781.Pa ~/.ssh/id_rsa.pub
782(protocol 2 RSA)
Darren Tuckerd3877b92005-12-20 16:09:36 +1100783in the user's home directory.
Damien Millerc93a8132005-12-24 14:52:13 +1100784The user should then copy the public key
Darren Tuckerd3877b92005-12-20 16:09:36 +1100785to
786.Pa ~/.ssh/authorized_keys
Damien Millerc93a8132005-12-24 14:52:13 +1100787in his/her home directory on the remote machine.
788The
Darren Tuckerd3877b92005-12-20 16:09:36 +1100789.Pa authorized_keys
790file corresponds to the conventional
791.Pa ~/.rhosts
792file, and has one key
Damien Millerc93a8132005-12-24 14:52:13 +1100793per line, though the lines can be very long.
Darren Tuckerd3877b92005-12-20 16:09:36 +1100794After this, the user can log in without giving the password.
795.Pp
Damien Miller922b5412010-03-05 21:30:54 +1100796A variation on public key authentication
797is available in the form of certificate authentication:
798instead of a set of public/private keys,
799signed certificates are used.
800This has the advantage that a single trusted certification authority
801can be used in place of many public/private keys.
802See the
803.Sx CERTIFICATES
804section of
805.Xr ssh-keygen 1
806for more information.
807.Pp
808The most convenient way to use public key or certificate authentication
809may be with an authentication agent.
Darren Tuckerd3877b92005-12-20 16:09:36 +1100810See
811.Xr ssh-agent 1
812for more information.
813.Pp
Damien Millerc93a8132005-12-24 14:52:13 +1100814Challenge-response authentication works as follows:
815The server sends an arbitrary
816.Qq challenge
817text, and prompts for a response.
818Protocol 2 allows multiple challenges and responses;
819protocol 1 is restricted to just one challenge/response.
820Examples of challenge-response authentication include
821BSD Authentication (see
822.Xr login.conf 5 )
823and PAM (some non-OpenBSD systems).
824.Pp
825Finally, if other authentication methods fail,
Darren Tuckerd3877b92005-12-20 16:09:36 +1100826.Nm
827prompts the user for a password.
828The password is sent to the remote
829host for checking; however, since all communications are encrypted,
830the password cannot be seen by someone listening on the network.
Damien Miller48c94ab2006-01-02 23:38:00 +1100831.Pp
832.Nm
833automatically maintains and checks a database containing
834identification for all hosts it has ever been used with.
835Host keys are stored in
836.Pa ~/.ssh/known_hosts
837in the user's home directory.
838Additionally, the file
839.Pa /etc/ssh/ssh_known_hosts
840is automatically checked for known hosts.
841Any new hosts are automatically added to the user's file.
842If a host's identification ever changes,
843.Nm
844warns about this and disables password authentication to prevent
845server spoofing or man-in-the-middle attacks,
846which could otherwise be used to circumvent the encryption.
847The
848.Cm StrictHostKeyChecking
849option can be used to control logins to machines whose
850host key is not known or has changed.
851.Pp
Darren Tuckerd3877b92005-12-20 16:09:36 +1100852When the user's identity has been accepted by the server, the server
853either executes the given command, or logs into the machine and gives
854the user a normal shell on the remote machine.
855All communication with
856the remote command or shell will be automatically encrypted.
857.Pp
858If a pseudo-terminal has been allocated (normal login session), the
859user may use the escape characters noted below.
860.Pp
861If no pseudo-tty has been allocated,
862the session is transparent and can be used to reliably transfer binary data.
863On most systems, setting the escape character to
864.Dq none
865will also make the session transparent even if a tty is used.
866.Pp
867The session terminates when the command or shell on the remote
Damien Miller8bfaf932006-01-14 10:09:30 +1100868machine exits and all X11 and TCP connections have been closed.
Damien Miller52d20612005-12-24 14:52:36 +1100869.Sh ESCAPE CHARACTERS
Darren Tuckerd3877b92005-12-20 16:09:36 +1100870When a pseudo-terminal has been requested,
871.Nm
872supports a number of functions through the use of an escape character.
873.Pp
874A single tilde character can be sent as
875.Ic ~~
876or by following the tilde by a character other than those described below.
877The escape character must always follow a newline to be interpreted as
878special.
879The escape character can be changed in configuration files using the
880.Cm EscapeChar
881configuration directive or on the command line by the
882.Fl e
883option.
884.Pp
885The supported escapes (assuming the default
886.Ql ~ )
887are:
888.Bl -tag -width Ds
889.It Cm ~.
890Disconnect.
891.It Cm ~^Z
892Background
Damien Miller1164c292006-01-02 23:38:37 +1100893.Nm .
Darren Tuckerd3877b92005-12-20 16:09:36 +1100894.It Cm ~#
895List forwarded connections.
896.It Cm ~&
897Background
898.Nm
899at logout when waiting for forwarded connection / X11 sessions to terminate.
900.It Cm ~?
901Display a list of escape characters.
902.It Cm ~B
903Send a BREAK to the remote system
904(only useful for SSH protocol version 2 and if the peer supports it).
905.It Cm ~C
906Open command line.
907Currently this allows the addition of port forwardings using the
Damien Miller0164cb82008-11-05 16:30:31 +1100908.Fl L ,
Darren Tuckerd3877b92005-12-20 16:09:36 +1100909.Fl R
Damien Miller0164cb82008-11-05 16:30:31 +1100910and
911.Fl D
Damien Miller329cb012005-12-24 14:53:23 +1100912options (see above).
Darren Tuckerd3877b92005-12-20 16:09:36 +1100913It also allows the cancellation of existing remote port-forwardings
914using
Damien Miller57e8ad32006-07-10 20:20:52 +1000915.Sm off
916.Fl KR Oo Ar bind_address : Oc Ar port .
917.Sm on
Darren Tuckerd3877b92005-12-20 16:09:36 +1100918.Ic !\& Ns Ar command
919allows the user to execute a local command if the
920.Ic PermitLocalCommand
921option is enabled in
922.Xr ssh_config 5 .
923Basic help is available, using the
924.Fl h
925option.
926.It Cm ~R
927Request rekeying of the connection
928(only useful for SSH protocol version 2 and if the peer supports it).
929.El
Damien Millerf3177182006-01-14 10:09:13 +1100930.Sh TCP FORWARDING
931Forwarding of arbitrary TCP connections over the secure channel can
932be specified either on the command line or in a configuration file.
933One possible application of TCP forwarding is a secure connection to a
934mail server; another is going through firewalls.
935.Pp
936In the example below, we look at encrypting communication between
937an IRC client and server, even though the IRC server does not directly
938support encrypted communications.
939This works as follows:
940the user connects to the remote host using
941.Nm ,
942specifying a port to be used to forward connections
943to the remote server.
944After that it is possible to start the service which is to be encrypted
945on the client machine,
946connecting to the same local port,
947and
948.Nm
949will encrypt and forward the connection.
950.Pp
951The following example tunnels an IRC session from client machine
952.Dq 127.0.0.1
953(localhost)
954to remote server
955.Dq server.example.com :
956.Bd -literal -offset 4n
957$ ssh -f -L 1234:localhost:6667 server.example.com sleep 10
958$ irc -c '#users' -p 1234 pinky 127.0.0.1
959.Ed
960.Pp
961This tunnels a connection to IRC server
962.Dq server.example.com ,
963joining channel
964.Dq #users ,
965nickname
966.Dq pinky ,
967using port 1234.
968It doesn't matter which port is used,
969as long as it's greater than 1023
970(remember, only root can open sockets on privileged ports)
971and doesn't conflict with any ports already in use.
972The connection is forwarded to port 6667 on the remote server,
973since that's the standard port for IRC services.
974.Pp
975The
976.Fl f
977option backgrounds
978.Nm
979and the remote command
980.Dq sleep 10
981is specified to allow an amount of time
982(10 seconds, in the example)
983to start the service which is to be tunnelled.
984If no connections are made within the time specified,
985.Nm
986will exit.
Damien Millerf3177182006-01-14 10:09:13 +1100987.Sh X11 FORWARDING
Darren Tuckerd3877b92005-12-20 16:09:36 +1100988If the
989.Cm ForwardX11
990variable is set to
991.Dq yes
992(or see the description of the
Damien Millerd7f308f2005-12-24 14:55:16 +1100993.Fl X ,
994.Fl x ,
Darren Tuckerd3877b92005-12-20 16:09:36 +1100995and
Damien Millerd7f308f2005-12-24 14:55:16 +1100996.Fl Y
Damien Miller9a765b22005-12-24 14:53:44 +1100997options above)
Darren Tuckerd3877b92005-12-20 16:09:36 +1100998and the user is using X11 (the
999.Ev DISPLAY
1000environment variable is set), the connection to the X11 display is
1001automatically forwarded to the remote side in such a way that any X11
1002programs started from the shell (or command) will go through the
1003encrypted channel, and the connection to the real X server will be made
1004from the local machine.
1005The user should not manually set
1006.Ev DISPLAY .
1007Forwarding of X11 connections can be
1008configured on the command line or in configuration files.
1009.Pp
1010The
1011.Ev DISPLAY
1012value set by
1013.Nm
1014will point to the server machine, but with a display number greater than zero.
1015This is normal, and happens because
1016.Nm
1017creates a
1018.Dq proxy
1019X server on the server machine for forwarding the
1020connections over the encrypted channel.
1021.Pp
1022.Nm
1023will also automatically set up Xauthority data on the server machine.
1024For this purpose, it will generate a random authorization cookie,
1025store it in Xauthority on the server, and verify that any forwarded
1026connections carry this cookie and replace it by the real cookie when
1027the connection is opened.
1028The real authentication cookie is never
1029sent to the server machine (and no cookies are sent in the plain).
1030.Pp
1031If the
1032.Cm ForwardAgent
1033variable is set to
1034.Dq yes
1035(or see the description of the
1036.Fl A
1037and
1038.Fl a
Damien Miller9a765b22005-12-24 14:53:44 +11001039options above) and
Darren Tuckerd3877b92005-12-20 16:09:36 +11001040the user is using an authentication agent, the connection to the agent
1041is automatically forwarded to the remote side.
Damien Millerbbc59092006-01-31 21:46:51 +11001042.Sh VERIFYING HOST KEYS
1043When connecting to a server for the first time,
1044a fingerprint of the server's public key is presented to the user
1045(unless the option
1046.Cm StrictHostKeyChecking
1047has been disabled).
1048Fingerprints can be determined using
1049.Xr ssh-keygen 1 :
1050.Pp
1051.Dl $ ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key
1052.Pp
Darren Tuckerf6bffb12008-06-14 09:04:26 +10001053If the fingerprint is already known, it can be matched
1054and the key can be accepted or rejected.
1055Because of the difficulty of comparing host keys
1056just by looking at hex strings,
1057there is also support to compare host keys visually,
1058using
1059.Em random art .
1060By setting the
Damien Miller10288242008-06-30 00:04:03 +10001061.Cm VisualHostKey
Darren Tuckerf6bffb12008-06-14 09:04:26 +10001062option to
Damien Miller10288242008-06-30 00:04:03 +10001063.Dq yes ,
Darren Tuckerf6bffb12008-06-14 09:04:26 +10001064a small ASCII graphic gets displayed on every login to a server, no matter
1065if the session itself is interactive or not.
1066By learning the pattern a known server produces, a user can easily
1067find out that the host key has changed when a completely different pattern
1068is displayed.
1069Because these patterns are not unambiguous however, a pattern that looks
1070similar to the pattern remembered only gives a good probability that the
1071host key is the same, not guaranteed proof.
1072.Pp
1073To get a listing of the fingerprints along with their random art for
1074all known hosts, the following command line can be used:
1075.Pp
1076.Dl $ ssh-keygen -lv -f ~/.ssh/known_hosts
1077.Pp
Damien Millerbbc59092006-01-31 21:46:51 +11001078If the fingerprint is unknown,
1079an alternative method of verification is available:
1080SSH fingerprints verified by DNS.
1081An additional resource record (RR),
1082SSHFP,
1083is added to a zonefile
1084and the connecting client is able to match the fingerprint
1085with that of the key presented.
1086.Pp
1087In this example, we are connecting a client to a server,
1088.Dq host.example.com .
1089The SSHFP resource records should first be added to the zonefile for
1090host.example.com:
1091.Bd -literal -offset indent
Damien Millera1b3d632006-03-26 00:07:02 +11001092$ ssh-keygen -r host.example.com.
Damien Millerbbc59092006-01-31 21:46:51 +11001093.Ed
1094.Pp
1095The output lines will have to be added to the zonefile.
1096To check that the zone is answering fingerprint queries:
1097.Pp
1098.Dl $ dig -t SSHFP host.example.com
1099.Pp
1100Finally the client connects:
1101.Bd -literal -offset indent
1102$ ssh -o "VerifyHostKeyDNS ask" host.example.com
1103[...]
1104Matching host key fingerprint found in DNS.
1105Are you sure you want to continue connecting (yes/no)?
1106.Ed
1107.Pp
1108See the
1109.Cm VerifyHostKeyDNS
1110option in
1111.Xr ssh_config 5
1112for more information.
Darren Tucker248dd132006-01-20 11:30:58 +11001113.Sh SSH-BASED VIRTUAL PRIVATE NETWORKS
1114.Nm
1115contains support for Virtual Private Network (VPN) tunnelling
1116using the
1117.Xr tun 4
1118network pseudo-device,
1119allowing two networks to be joined securely.
1120The
1121.Xr sshd_config 5
1122configuration option
1123.Cm PermitTunnel
1124controls whether the server supports this,
1125and at what level (layer 2 or 3 traffic).
1126.Pp
1127The following example would connect client network 10.0.50.0/24
Damien Miller3975ee22006-11-05 05:31:33 +11001128with remote network 10.0.99.0/24 using a point-to-point connection
1129from 10.1.1.1 to 10.1.1.2,
1130provided that the SSH server running on the gateway to the remote network,
1131at 192.168.1.15, allows it.
1132.Pp
1133On the client:
Darren Tucker248dd132006-01-20 11:30:58 +11001134.Bd -literal -offset indent
1135# ssh -f -w 0:1 192.168.1.15 true
Damien Miller3975ee22006-11-05 05:31:33 +11001136# ifconfig tun0 10.1.1.1 10.1.1.2 netmask 255.255.255.252
1137# route add 10.0.99.0/24 10.1.1.2
1138.Ed
1139.Pp
1140On the server:
1141.Bd -literal -offset indent
1142# ifconfig tun1 10.1.1.2 10.1.1.1 netmask 255.255.255.252
1143# route add 10.0.50.0/24 10.1.1.1
Darren Tucker248dd132006-01-20 11:30:58 +11001144.Ed
1145.Pp
1146Client access may be more finely tuned via the
1147.Pa /root/.ssh/authorized_keys
1148file (see below) and the
1149.Cm PermitRootLogin
1150server option.
Damien Millere93eaaa2006-03-15 11:05:59 +11001151The following entry would permit connections on
Darren Tucker248dd132006-01-20 11:30:58 +11001152.Xr tun 4
Damien Millere93eaaa2006-03-15 11:05:59 +11001153device 1 from user
Darren Tucker248dd132006-01-20 11:30:58 +11001154.Dq jane
Damien Millere93eaaa2006-03-15 11:05:59 +11001155and on tun device 2 from user
Darren Tucker248dd132006-01-20 11:30:58 +11001156.Dq john ,
1157if
1158.Cm PermitRootLogin
1159is set to
1160.Dq forced-commands-only :
1161.Bd -literal -offset 2n
1162tunnel="1",command="sh /etc/netstart tun1" ssh-rsa ... jane
Damien Miller9f67a212006-03-15 11:05:35 +11001163tunnel="2",command="sh /etc/netstart tun2" ssh-rsa ... john
Darren Tucker248dd132006-01-20 11:30:58 +11001164.Ed
1165.Pp
Darren Tuckerffe88e12006-10-18 07:53:06 +10001166Since an SSH-based setup entails a fair amount of overhead,
Darren Tucker248dd132006-01-20 11:30:58 +11001167it may be more suited to temporary setups,
1168such as for wireless VPNs.
1169More permanent VPNs are better provided by tools such as
1170.Xr ipsecctl 8
1171and
1172.Xr isakmpd 8 .
Damien Miller32aa1441999-10-29 09:15:49 +10001173.Sh ENVIRONMENT
1174.Nm
1175will normally set the following environment variables:
Damien Miller6aa22902006-01-06 14:48:34 +11001176.Bl -tag -width "SSH_ORIGINAL_COMMAND"
Damien Miller32aa1441999-10-29 09:15:49 +10001177.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
Damien Miller14af93e2006-01-02 23:38:21 +11001184.Dq hostname:n ,
1185where
1186.Dq hostname
1187indicates the host where the shell runs, and
1188.Sq n
1189is an integer \*(Ge 1.
Damien Miller7684ee12000-03-17 23:40:15 +11001190.Nm
1191uses this special value to forward X11 connections over the secure
1192channel.
Ben Lindstromc65e6a02001-04-23 13:02:16 +00001193The user should normally not set
1194.Ev DISPLAY
1195explicitly, as that
Damien Miller32aa1441999-10-29 09:15:49 +10001196will render the X11 connection insecure (and will require the user to
1197manually copy any required authorization cookies).
1198.It Ev HOME
1199Set to the path of the user's home directory.
1200.It Ev LOGNAME
1201Synonym for
1202.Ev USER ;
1203set for compatibility with systems that use this variable.
1204.It Ev MAIL
Ben Lindstrome59433d2001-09-12 16:41:37 +00001205Set to the path of the user's mailbox.
Damien Miller7684ee12000-03-17 23:40:15 +11001206.It Ev PATH
Damien Miller32aa1441999-10-29 09:15:49 +10001207Set to the default
1208.Ev PATH ,
1209as specified when compiling
Damien Miller1164c292006-01-02 23:38:37 +11001210.Nm .
Ben Lindstrom5bf5d672001-07-04 04:31:38 +00001211.It Ev SSH_ASKPASS
1212If
1213.Nm
1214needs a passphrase, it will read the passphrase from the current
1215terminal if it was run from a terminal.
1216If
1217.Nm
1218does not have a terminal associated with it but
1219.Ev DISPLAY
1220and
1221.Ev SSH_ASKPASS
1222are set, it will execute the program specified by
1223.Ev SSH_ASKPASS
1224and open an X11 window to read the passphrase.
1225This is particularly useful when calling
1226.Nm
1227from a
Darren Tucker4e4fe002004-11-05 20:01:03 +11001228.Pa .xsession
Ben Lindstrom5bf5d672001-07-04 04:31:38 +00001229or related script.
1230(Note that on some machines it
1231may be necessary to redirect the input from
1232.Pa /dev/null
1233to make this work.)
Damien Miller32aa1441999-10-29 09:15:49 +10001234.It Ev SSH_AUTH_SOCK
Damien Miller14af93e2006-01-02 23:38:21 +11001235Identifies the path of a
1236.Ux Ns -domain
1237socket used to communicate with the agent.
Damien Millerf37e2462002-09-19 11:47:55 +10001238.It Ev SSH_CONNECTION
1239Identifies the client and server ends of the connection.
Damien Miller7684ee12000-03-17 23:40:15 +11001240The variable contains
Damien Miller14af93e2006-01-02 23:38:21 +11001241four space-separated values: client IP address, client port number,
1242server IP address, and server port number.
Ben Lindstrom4dccfa52000-12-28 16:40:05 +00001243.It Ev SSH_ORIGINAL_COMMAND
Damien Miller14af93e2006-01-02 23:38:21 +11001244This variable contains the original command line if a forced command
Ben Lindstrom4dccfa52000-12-28 16:40:05 +00001245is executed.
1246It can be used to extract the original arguments.
Damien Miller32aa1441999-10-29 09:15:49 +10001247.It Ev SSH_TTY
1248This is set to the name of the tty (path to the device) associated
Damien Miller7684ee12000-03-17 23:40:15 +11001249with the current shell or command.
1250If the current session has no tty,
Damien Miller32aa1441999-10-29 09:15:49 +10001251this variable is not set.
1252.It Ev TZ
Damien Miller6dbdb6a2005-12-13 19:25:43 +11001253This variable is set to indicate the present time zone if it
Damien Miller208f1ed2006-03-15 11:56:03 +11001254was set when the daemon was started (i.e. the daemon passes the value
Damien Miller32aa1441999-10-29 09:15:49 +10001255on to new connections).
1256.It Ev USER
1257Set to the name of the user logging in.
1258.El
1259.Pp
Damien Miller22c77262000-04-13 12:26:34 +10001260Additionally,
Damien Miller32aa1441999-10-29 09:15:49 +10001261.Nm
Damien Miller22c77262000-04-13 12:26:34 +10001262reads
Damien Miller167ea5d2005-05-26 12:04:02 +10001263.Pa ~/.ssh/environment ,
Damien Miller32aa1441999-10-29 09:15:49 +10001264and adds lines of the format
1265.Dq VARNAME=value
Damien Miller14af93e2006-01-02 23:38:21 +11001266to the environment if the file exists and users are allowed to
Ben Lindstromdc7adf22002-08-20 18:38:02 +00001267change their environment.
Darren Tucker61776952003-10-02 16:19:47 +10001268For more information, see the
Ben Lindstromdc7adf22002-08-20 18:38:02 +00001269.Cm PermitUserEnvironment
Ben Lindstrombd9bf382002-08-20 18:54:20 +00001270option in
Ben Lindstromdc7adf22002-08-20 18:38:02 +00001271.Xr sshd_config 5 .
Damien Miller32aa1441999-10-29 09:15:49 +10001272.Sh FILES
Damien Miller7655f5c2006-01-06 14:48:18 +11001273.Bl -tag -width Ds -compact
Damien Miller7655f5c2006-01-06 14:48:18 +11001274.It ~/.rhosts
Damien Miller1bcdb502006-01-06 14:49:38 +11001275This file is used for host-based authentication (see above).
Ben Lindstromebd888d2001-03-05 05:49:29 +00001276On some machines this file may need to be
Damien Miller1bcdb502006-01-06 14:49:38 +11001277world-readable if the user's home directory is on an NFS partition,
Damien Miller32aa1441999-10-29 09:15:49 +10001278because
1279.Xr sshd 8
Damien Miller7684ee12000-03-17 23:40:15 +11001280reads it as root.
1281Additionally, this file must be owned by the user,
1282and must not have write permissions for anyone else.
1283The recommended
Damien Miller32aa1441999-10-29 09:15:49 +10001284permission for most machines is read/write for the user, and not
1285accessible by others.
1286.Pp
Damien Miller7655f5c2006-01-06 14:48:18 +11001287.It ~/.shosts
Damien Miller1bcdb502006-01-06 14:49:38 +11001288This file is used in exactly the same way as
1289.Pa .rhosts ,
1290but allows host-based authentication without permitting login with
1291rlogin/rsh.
Damien Miller7655f5c2006-01-06 14:48:18 +11001292.Pp
Damien Miller520e6152008-02-10 22:46:22 +11001293.It ~/.ssh/
1294This directory is the default location for all user-specific configuration
1295and authentication information.
1296There is no general requirement to keep the entire contents of this directory
1297secret, but the recommended permissions are read/write/execute for the user,
1298and not accessible by others.
1299.Pp
Damien Millerfb8ea742006-01-06 14:48:52 +11001300.It ~/.ssh/authorized_keys
1301Lists the public keys (RSA/DSA) that can be used for logging in as this user.
1302The format of this file is described in the
1303.Xr sshd 8
1304manual page.
Damien Millerfb8ea742006-01-06 14:48:52 +11001305This file is not highly sensitive, but the recommended
1306permissions are read/write for the user, and not accessible by others.
1307.Pp
1308.It ~/.ssh/config
1309This is the per-user configuration file.
1310The file format and configuration options are described in
1311.Xr ssh_config 5 .
1312Because of the potential for abuse, this file must have strict permissions:
1313read/write for the user, and not accessible by others.
1314.Pp
1315.It ~/.ssh/environment
Damien Miller4c102ee2006-01-06 14:49:17 +11001316Contains additional definitions for environment variables; see
1317.Sx ENVIRONMENT ,
Damien Millerfb8ea742006-01-06 14:48:52 +11001318above.
1319.Pp
1320.It ~/.ssh/identity
1321.It ~/.ssh/id_dsa
1322.It ~/.ssh/id_rsa
1323Contains the private key for authentication.
1324These files
1325contain sensitive data and should be readable by the user but not
1326accessible by others (read/write/execute).
1327.Nm
1328will simply ignore a private key file if it is accessible by others.
1329It is possible to specify a passphrase when
1330generating the key which will be used to encrypt the
1331sensitive part of this file using 3DES.
1332.Pp
1333.It ~/.ssh/identity.pub
1334.It ~/.ssh/id_dsa.pub
1335.It ~/.ssh/id_rsa.pub
1336Contains the public key for authentication.
1337These files are not
1338sensitive and can (but need not) be readable by anyone.
Damien Millerfb8ea742006-01-06 14:48:52 +11001339.Pp
1340.It ~/.ssh/known_hosts
Damien Millere87eb4c2006-01-14 10:08:36 +11001341Contains a list of host keys for all hosts the user has logged into
1342that are not already in the systemwide list of known host keys.
Damien Millerfb8ea742006-01-06 14:48:52 +11001343See
Damien Millere87eb4c2006-01-14 10:08:36 +11001344.Xr sshd 8
1345for further details of the format of this file.
Damien Millerfb8ea742006-01-06 14:48:52 +11001346.Pp
1347.It ~/.ssh/rc
1348Commands in this file are executed by
1349.Nm
Damien Miller7e76e1f2006-01-14 10:08:57 +11001350when the user logs in, just before the user's shell (or command) is
Damien Millerfb8ea742006-01-06 14:48:52 +11001351started.
1352See the
1353.Xr sshd 8
1354manual page for more information.
1355.Pp
Damien Miller7655f5c2006-01-06 14:48:18 +11001356.It /etc/hosts.equiv
Damien Miller1bcdb502006-01-06 14:49:38 +11001357This file is for host-based authentication (see above).
1358It should only be writable by root.
Damien Miller7655f5c2006-01-06 14:48:18 +11001359.Pp
1360.It /etc/shosts.equiv
Damien Miller1bcdb502006-01-06 14:49:38 +11001361This file is used in exactly the same way as
1362.Pa hosts.equiv ,
1363but allows host-based authentication without permitting login with
1364rlogin/rsh.
Damien Miller7655f5c2006-01-06 14:48:18 +11001365.Pp
Damien Millerfb8ea742006-01-06 14:48:52 +11001366.It Pa /etc/ssh/ssh_config
1367Systemwide configuration file.
1368The file format and configuration options are described in
1369.Xr ssh_config 5 .
1370.Pp
1371.It /etc/ssh/ssh_host_key
1372.It /etc/ssh/ssh_host_dsa_key
1373.It /etc/ssh/ssh_host_rsa_key
1374These three files contain the private parts of the host keys
Damien Miller7e76e1f2006-01-14 10:08:57 +11001375and are used for host-based authentication.
1376If protocol version 1 is used,
Damien Millerfb8ea742006-01-06 14:48:52 +11001377.Nm
1378must be setuid root, since the host key is readable only by root.
1379For protocol version 2,
1380.Nm
1381uses
1382.Xr ssh-keysign 8
Damien Miller7e76e1f2006-01-14 10:08:57 +11001383to access the host keys,
1384eliminating the requirement that
Damien Millerfb8ea742006-01-06 14:48:52 +11001385.Nm
Damien Miller7e76e1f2006-01-14 10:08:57 +11001386be setuid root when host-based authentication is used.
Damien Millerfb8ea742006-01-06 14:48:52 +11001387By default
1388.Nm
1389is not setuid root.
1390.Pp
1391.It /etc/ssh/ssh_known_hosts
1392Systemwide list of known host keys.
1393This file should be prepared by the
1394system administrator to contain the public host keys of all machines in the
1395organization.
Damien Millere87eb4c2006-01-14 10:08:36 +11001396It should be world-readable.
1397See
Damien Millerfb8ea742006-01-06 14:48:52 +11001398.Xr sshd 8
Damien Millere87eb4c2006-01-14 10:08:36 +11001399for further details of the format of this file.
Damien Millerfb8ea742006-01-06 14:48:52 +11001400.Pp
Damien Miller7655f5c2006-01-06 14:48:18 +11001401.It /etc/ssh/sshrc
Damien Miller32aa1441999-10-29 09:15:49 +10001402Commands in this file are executed by
1403.Nm
Damien Miller7e76e1f2006-01-14 10:08:57 +11001404when the user logs in, just before the user's shell (or command) is started.
Damien Miller32aa1441999-10-29 09:15:49 +10001405See the
1406.Xr sshd 8
1407manual page for more information.
Damien Miller7b28dc52000-09-05 13:34:53 +11001408.El
Damien Miller32aa1441999-10-29 09:15:49 +10001409.Sh SEE ALSO
Damien Miller32aa1441999-10-29 09:15:49 +10001410.Xr scp 1 ,
Damien Miller33804262001-02-04 23:20:18 +11001411.Xr sftp 1 ,
Damien Miller32aa1441999-10-29 09:15:49 +10001412.Xr ssh-add 1 ,
1413.Xr ssh-agent 1 ,
1414.Xr ssh-keygen 1 ,
Damien Miller128a0f12006-01-06 14:50:11 +11001415.Xr ssh-keyscan 1 ,
Darren Tucker248dd132006-01-20 11:30:58 +11001416.Xr tun 4 ,
Darren Tucker61776952003-10-02 16:19:47 +10001417.Xr hosts.equiv 5 ,
Ben Lindstrombf69e3b2002-06-23 00:31:24 +00001418.Xr ssh_config 5 ,
Ben Lindstromc001cd32002-06-23 00:32:11 +00001419.Xr ssh-keysign 8 ,
Ben Lindstrom5ab6ae12001-02-10 22:08:03 +00001420.Xr sshd 8
Ben Lindstrom160ec622001-04-22 17:17:46 +00001421.Rs
Damien Miller39a93a32006-03-15 11:34:45 +11001422.%R RFC 4250
1423.%T "The Secure Shell (SSH) Protocol Assigned Numbers"
1424.%D 2006
1425.Re
1426.Rs
1427.%R RFC 4251
1428.%T "The Secure Shell (SSH) Protocol Architecture"
1429.%D 2006
1430.Re
1431.Rs
1432.%R RFC 4252
1433.%T "The Secure Shell (SSH) Authentication Protocol"
1434.%D 2006
1435.Re
1436.Rs
1437.%R RFC 4253
1438.%T "The Secure Shell (SSH) Transport Layer Protocol"
1439.%D 2006
1440.Re
1441.Rs
1442.%R RFC 4254
1443.%T "The Secure Shell (SSH) Connection Protocol"
1444.%D 2006
1445.Re
1446.Rs
1447.%R RFC 4255
1448.%T "Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints"
1449.%D 2006
1450.Re
1451.Rs
1452.%R RFC 4256
1453.%T "Generic Message Exchange Authentication for the Secure Shell Protocol (SSH)"
1454.%D 2006
1455.Re
1456.Rs
1457.%R RFC 4335
1458.%T "The Secure Shell (SSH) Session Channel Break Extension"
1459.%D 2006
1460.Re
1461.Rs
1462.%R RFC 4344
1463.%T "The Secure Shell (SSH) Transport Layer Encryption Modes"
1464.%D 2006
1465.Re
1466.Rs
1467.%R RFC 4345
1468.%T "Improved Arcfour Modes for the Secure Shell (SSH) Transport Layer Protocol"
1469.%D 2006
Ben Lindstrom160ec622001-04-22 17:17:46 +00001470.Re
Damien Miller3e96d742006-03-25 23:39:29 +11001471.Rs
1472.%R RFC 4419
1473.%T "Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol"
1474.%D 2006
1475.Re
Damien Millerc0367fb2007-01-05 16:25:46 +11001476.Rs
1477.%R RFC 4716
1478.%T "The Secure Shell (SSH) Public Key File Format"
1479.%D 2006
1480.Re
Darren Tuckerf6bffb12008-06-14 09:04:26 +10001481.Rs
1482.%T "Hash Visualization: a New Technique to improve Real-World Security"
1483.%A A. Perrig
1484.%A D. Song
1485.%D 1999
1486.%O "International Workshop on Cryptographic Techniques and E-Commerce (CrypTEC '99)"
1487.Re
Damien Millerf1ce5052003-06-11 22:04:39 +10001488.Sh AUTHORS
1489OpenSSH is a derivative of the original and free
1490ssh 1.2.12 release by Tatu Ylonen.
1491Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
1492Theo de Raadt and Dug Song
1493removed many bugs, re-added newer features and
1494created OpenSSH.
1495Markus Friedl contributed the support for SSH
1496protocol versions 1.5 and 2.0.