xref: /freebsd/crypto/openssh/ssh.1 (revision aa64588d28258aef88cc33b8043112e8856948d0)
1.\"  -*- nroff -*-
2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
5.\"                    All rights reserved
6.\"
7.\" As far as I am concerned, the code I have written for this software
8.\" can be used freely for any purpose.  Any derived versions of this
9.\" software must be clearly marked as such, and if the derived work is
10.\" incompatible with the protocol description in the RFC file, it must be
11.\" called by a name other than "ssh" or "Secure Shell".
12.\"
13.\" Copyright (c) 1999,2000 Markus Friedl.  All rights reserved.
14.\" Copyright (c) 1999 Aaron Campbell.  All rights reserved.
15.\" Copyright (c) 1999 Theo de Raadt.  All rights reserved.
16.\"
17.\" Redistribution and use in source and binary forms, with or without
18.\" modification, are permitted provided that the following conditions
19.\" are met:
20.\" 1. Redistributions of source code must retain the above copyright
21.\"    notice, this list of conditions and the following disclaimer.
22.\" 2. Redistributions in binary form must reproduce the above copyright
23.\"    notice, this list of conditions and the following disclaimer in the
24.\"    documentation and/or other materials provided with the distribution.
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.
36.\"
37.\" $OpenBSD: ssh.1,v 1.303 2010/03/26 00:26:58 djm Exp $
38.\" $FreeBSD$
39.Dd March 26, 2010
40.Dt SSH 1
41.Os
42.Sh NAME
43.Nm ssh
44.Nd OpenSSH SSH client (remote login program)
45.Sh SYNOPSIS
46.Nm ssh
47.Op Fl 1246AaCfgKkMNnqsTtVvXxYy
48.Op Fl b Ar bind_address
49.Op Fl c Ar cipher_spec
50.Oo Fl D\ \&
51.Sm off
52.Oo Ar bind_address : Oc
53.Ar port
54.Sm on
55.Oc
56.Op Fl e Ar escape_char
57.Op Fl F Ar configfile
58.Op Fl I Ar pkcs11
59.Bk -words
60.Op Fl i Ar identity_file
61.Ek
62.Oo Fl L\ \&
63.Sm off
64.Oo Ar bind_address : Oc
65.Ar port : host : hostport
66.Sm on
67.Oc
68.Bk -words
69.Op Fl l Ar login_name
70.Ek
71.Op Fl m Ar mac_spec
72.Op Fl O Ar ctl_cmd
73.Op Fl o Ar option
74.Op Fl p Ar port
75.Oo Fl R\ \&
76.Sm off
77.Oo Ar bind_address : Oc
78.Ar port : host : hostport
79.Sm on
80.Oc
81.Op Fl S Ar ctl_path
82.Op Fl W Ar host : Ns Ar port
83.Oo Fl w Ar local_tun Ns
84.Op : Ns Ar remote_tun Oc
85.Oo Ar user Ns @ Oc Ns Ar hostname
86.Op Ar command
87.Sh DESCRIPTION
88.Nm
89(SSH client) is a program for logging into a remote machine and for
90executing commands on a remote machine.
91It is intended to replace rlogin and rsh,
92and provide secure encrypted communications between
93two untrusted hosts over an insecure network.
94X11 connections and arbitrary TCP ports
95can also be forwarded over the secure channel.
96.Pp
97.Nm
98connects and logs into the specified
99.Ar hostname
100(with optional
101.Ar user
102name).
103The user must prove
104his/her identity to the remote machine using one of several methods
105depending on the protocol version used (see below).
106.Pp
107If
108.Ar command
109is specified,
110it is executed on the remote host instead of a login shell.
111.Pp
112The options are as follows:
113.Bl -tag -width Ds
114.It Fl 1
115Forces
116.Nm
117to try protocol version 1 only.
118.It Fl 2
119Forces
120.Nm
121to try protocol version 2 only.
122.It Fl 4
123Forces
124.Nm
125to use IPv4 addresses only.
126.It Fl 6
127Forces
128.Nm
129to use IPv6 addresses only.
130.It Fl A
131Enables forwarding of the authentication agent connection.
132This can also be specified on a per-host basis in a configuration file.
133.Pp
134Agent forwarding should be enabled with caution.
135Users with the ability to bypass file permissions on the remote host
136(for the agent's
137.Ux Ns -domain
138socket) can access the local agent through the forwarded connection.
139An attacker cannot obtain key material from the agent,
140however they can perform operations on the keys that enable them to
141authenticate using the identities loaded into the agent.
142.It Fl a
143Disables forwarding of the authentication agent connection.
144.It Fl b Ar bind_address
145Use
146.Ar bind_address
147on the local machine as the source address
148of the connection.
149Only useful on systems with more than one address.
150.It Fl C
151Requests compression of all data (including stdin, stdout, stderr, and
152data for forwarded X11 and TCP connections).
153The compression algorithm is the same used by
154.Xr gzip 1 ,
155and the
156.Dq level
157can be controlled by the
158.Cm CompressionLevel
159option for protocol version 1.
160Compression is desirable on modem lines and other
161slow connections, but will only slow down things on fast networks.
162The default value can be set on a host-by-host basis in the
163configuration files; see the
164.Cm Compression
165option.
166.It Fl c Ar cipher_spec
167Selects the cipher specification for encrypting the session.
168.Pp
169Protocol version 1 allows specification of a single cipher.
170The supported values are
171.Dq 3des ,
172.Dq blowfish ,
173and
174.Dq des .
175.Ar 3des
176(triple-des) is an encrypt-decrypt-encrypt triple with three different keys.
177It is believed to be secure.
178.Ar blowfish
179is a fast block cipher; it appears very secure and is much faster than
180.Ar 3des .
181.Ar des
182is only supported in the
183.Nm
184client for interoperability with legacy protocol 1 implementations
185that do not support the
186.Ar 3des
187cipher.
188Its use is strongly discouraged due to cryptographic weaknesses.
189The default is
190.Dq 3des .
191.Pp
192For protocol version 2,
193.Ar cipher_spec
194is a comma-separated list of ciphers
195listed in order of preference.
196See the
197.Cm Ciphers
198keyword for more information.
199.It Fl D Xo
200.Sm off
201.Oo Ar bind_address : Oc
202.Ar port
203.Sm on
204.Xc
205Specifies a local
206.Dq dynamic
207application-level port forwarding.
208This works by allocating a socket to listen to
209.Ar port
210on the local side, optionally bound to the specified
211.Ar bind_address .
212Whenever a connection is made to this port, the
213connection is forwarded over the secure channel, and the application
214protocol is then used to determine where to connect to from the
215remote machine.
216Currently the SOCKS4 and SOCKS5 protocols are supported, and
217.Nm
218will act as a SOCKS server.
219Only root can forward privileged ports.
220Dynamic port forwardings can also be specified in the configuration file.
221.Pp
222IPv6 addresses can be specified with an alternative syntax:
223.Sm off
224.Xo
225.Op Ar bind_address No /
226.Ar port
227.Xc
228.Sm on
229or by enclosing the address in square brackets.
230Only the superuser can forward privileged ports.
231By default, the local port is bound in accordance with the
232.Cm GatewayPorts
233setting.
234However, an explicit
235.Ar bind_address
236may be used to bind the connection to a specific address.
237The
238.Ar bind_address
239of
240.Dq localhost
241indicates that the listening port be bound for local use only, while an
242empty address or
243.Sq *
244indicates that the port should be available from all interfaces.
245.It Fl e Ar escape_char
246Sets the escape character for sessions with a pty (default:
247.Ql ~ ) .
248The escape character is only recognized at the beginning of a line.
249The escape character followed by a dot
250.Pq Ql \&.
251closes the connection;
252followed by control-Z suspends the connection;
253and followed by itself sends the escape character once.
254Setting the character to
255.Dq none
256disables any escapes and makes the session fully transparent.
257.It Fl F Ar configfile
258Specifies an alternative per-user configuration file.
259If a configuration file is given on the command line,
260the system-wide configuration file
261.Pq Pa /etc/ssh/ssh_config
262will be ignored.
263The default for the per-user configuration file is
264.Pa ~/.ssh/config .
265.It Fl f
266Requests
267.Nm
268to go to background just before command execution.
269This is useful if
270.Nm
271is going to ask for passwords or passphrases, but the user
272wants it in the background.
273This implies
274.Fl n .
275The recommended way to start X11 programs at a remote site is with
276something like
277.Ic ssh -f host xterm .
278.Pp
279If the
280.Cm ExitOnForwardFailure
281configuration option is set to
282.Dq yes ,
283then a client started with
284.Fl f
285will wait for all remote port forwards to be successfully established
286before placing itself in the background.
287.It Fl g
288Allows remote hosts to connect to local forwarded ports.
289.It Fl I Ar pkcs11
290Specify the PKCS#11 shared library
291.Nm
292should use to communicate with a PKCS#11 token providing the user's
293private RSA key.
294.It Fl i Ar identity_file
295Selects a file from which the identity (private key) for
296RSA or DSA authentication is read.
297The default is
298.Pa ~/.ssh/identity
299for protocol version 1, and
300.Pa ~/.ssh/id_rsa
301and
302.Pa ~/.ssh/id_dsa
303for protocol version 2.
304Identity files may also be specified on
305a per-host basis in the configuration file.
306It is possible to have multiple
307.Fl i
308options (and multiple identities specified in
309configuration files).
310.Nm
311will also try to load certificate information from the filename obtained
312by appending
313.Pa -cert.pub
314to identity filenames.
315.It Fl K
316Enables GSSAPI-based authentication and forwarding (delegation) of GSSAPI
317credentials to the server.
318.It Fl k
319Disables forwarding (delegation) of GSSAPI credentials to the server.
320.It Fl L Xo
321.Sm off
322.Oo Ar bind_address : Oc
323.Ar port : host : hostport
324.Sm on
325.Xc
326Specifies that the given port on the local (client) host is to be
327forwarded to the given host and port on the remote side.
328This works by allocating a socket to listen to
329.Ar port
330on the local side, optionally bound to the specified
331.Ar bind_address .
332Whenever a connection is made to this port, the
333connection is forwarded over the secure channel, and a connection is
334made to
335.Ar host
336port
337.Ar hostport
338from the remote machine.
339Port forwardings can also be specified in the configuration file.
340IPv6 addresses can be specified with an alternative syntax:
341.Sm off
342.Xo
343.Op Ar bind_address No /
344.Ar port No / Ar host No /
345.Ar hostport
346.Xc
347.Sm on
348or by enclosing the address in square brackets.
349Only the superuser can forward privileged ports.
350By default, the local port is bound in accordance with the
351.Cm GatewayPorts
352setting.
353However, an explicit
354.Ar bind_address
355may be used to bind the connection to a specific address.
356The
357.Ar bind_address
358of
359.Dq localhost
360indicates that the listening port be bound for local use only, while an
361empty address or
362.Sq *
363indicates that the port should be available from all interfaces.
364.It Fl l Ar login_name
365Specifies the user to log in as on the remote machine.
366This also may be specified on a per-host basis in the configuration file.
367.It Fl M
368Places the
369.Nm
370client into
371.Dq master
372mode for connection sharing.
373Multiple
374.Fl M
375options places
376.Nm
377into
378.Dq master
379mode with confirmation required before slave connections are accepted.
380Refer to the description of
381.Cm ControlMaster
382in
383.Xr ssh_config 5
384for details.
385.It Fl m Ar mac_spec
386Additionally, for protocol version 2 a comma-separated list of MAC
387(message authentication code) algorithms can
388be specified in order of preference.
389See the
390.Cm MACs
391keyword for more information.
392.It Fl N
393Do not execute a remote command.
394This is useful for just forwarding ports
395(protocol version 2 only).
396.It Fl n
397Redirects stdin from
398.Pa /dev/null
399(actually, prevents reading from stdin).
400This must be used when
401.Nm
402is run in the background.
403A common trick is to use this to run X11 programs on a remote machine.
404For example,
405.Ic ssh -n shadows.cs.hut.fi emacs &
406will start an emacs on shadows.cs.hut.fi, and the X11
407connection will be automatically forwarded over an encrypted channel.
408The
409.Nm
410program will be put in the background.
411(This does not work if
412.Nm
413needs to ask for a password or passphrase; see also the
414.Fl f
415option.)
416.It Fl O Ar ctl_cmd
417Control an active connection multiplexing master process.
418When the
419.Fl O
420option is specified, the
421.Ar ctl_cmd
422argument is interpreted and passed to the master process.
423Valid commands are:
424.Dq check
425(check that the master process is running) and
426.Dq exit
427(request the master to exit).
428.It Fl o Ar option
429Can be used to give options in the format used in the configuration file.
430This is useful for specifying options for which there is no separate
431command-line flag.
432For full details of the options listed below, and their possible values, see
433.Xr ssh_config 5 .
434.Pp
435.Bl -tag -width Ds -offset indent -compact
436.It AddressFamily
437.It BatchMode
438.It BindAddress
439.It ChallengeResponseAuthentication
440.It CheckHostIP
441.It Cipher
442.It Ciphers
443.It ClearAllForwardings
444.It Compression
445.It CompressionLevel
446.It ConnectionAttempts
447.It ConnectTimeout
448.It ControlMaster
449.It ControlPath
450.It DynamicForward
451.It EscapeChar
452.It ExitOnForwardFailure
453.It ForwardAgent
454.It ForwardX11
455.It ForwardX11Trusted
456.It GatewayPorts
457.It GlobalKnownHostsFile
458.It GSSAPIAuthentication
459.It GSSAPIDelegateCredentials
460.It HashKnownHosts
461.It Host
462.It HostbasedAuthentication
463.It HostKeyAlgorithms
464.It HostKeyAlias
465.It HostName
466.It IdentityFile
467.It IdentitiesOnly
468.It KbdInteractiveDevices
469.It LocalCommand
470.It LocalForward
471.It LogLevel
472.It MACs
473.It NoHostAuthenticationForLocalhost
474.It NumberOfPasswordPrompts
475.It PasswordAuthentication
476.It PermitLocalCommand
477.It PKCS11Provider
478.It Port
479.It PreferredAuthentications
480.It Protocol
481.It ProxyCommand
482.It PubkeyAuthentication
483.It RekeyLimit
484.It RemoteForward
485.It RhostsRSAAuthentication
486.It RSAAuthentication
487.It SendEnv
488.It ServerAliveInterval
489.It ServerAliveCountMax
490.It StrictHostKeyChecking
491.It TCPKeepAlive
492.It Tunnel
493.It TunnelDevice
494.It UsePrivilegedPort
495.It User
496.It UserKnownHostsFile
497.It VerifyHostKeyDNS
498.It VersionAddendum
499.It VisualHostKey
500.It XAuthLocation
501.El
502.It Fl p Ar port
503Port to connect to on the remote host.
504This can be specified on a
505per-host basis in the configuration file.
506.It Fl q
507Quiet mode.
508Causes most warning and diagnostic messages to be suppressed.
509.It Fl R Xo
510.Sm off
511.Oo Ar bind_address : Oc
512.Ar port : host : hostport
513.Sm on
514.Xc
515Specifies that the given port on the remote (server) host is to be
516forwarded to the given host and port on the local side.
517This works by allocating a socket to listen to
518.Ar port
519on the remote side, and whenever a connection is made to this port, the
520connection is forwarded over the secure channel, and a connection is
521made to
522.Ar host
523port
524.Ar hostport
525from the local machine.
526.Pp
527Port forwardings can also be specified in the configuration file.
528Privileged ports can be forwarded only when
529logging in as root on the remote machine.
530IPv6 addresses can be specified by enclosing the address in square braces or
531using an alternative syntax:
532.Sm off
533.Xo
534.Op Ar bind_address No /
535.Ar host No / Ar port No /
536.Ar hostport
537.Xc .
538.Sm on
539.Pp
540By default, the listening socket on the server will be bound to the loopback
541interface only.
542This may be overridden by specifying a
543.Ar bind_address .
544An empty
545.Ar bind_address ,
546or the address
547.Ql * ,
548indicates that the remote socket should listen on all interfaces.
549Specifying a remote
550.Ar bind_address
551will only succeed if the server's
552.Cm GatewayPorts
553option is enabled (see
554.Xr sshd_config 5 ) .
555.Pp
556If the
557.Ar port
558argument is
559.Ql 0 ,
560the listen port will be dynamically allocated on the server and reported
561to the client at run time.
562.It Fl S Ar ctl_path
563Specifies the location of a control socket for connection sharing
564or the string
565.Dq none
566to disable connection sharing.
567Refer to the description of
568.Cm ControlPath
569and
570.Cm ControlMaster
571in
572.Xr ssh_config 5
573for details.
574.It Fl s
575May be used to request invocation of a subsystem on the remote system.
576Subsystems are a feature of the SSH2 protocol which facilitate the use
577of SSH as a secure transport for other applications (eg.\&
578.Xr sftp 1 ) .
579The subsystem is specified as the remote command.
580.It Fl T
581Disable pseudo-tty allocation.
582.It Fl t
583Force pseudo-tty allocation.
584This can be used to execute arbitrary
585screen-based programs on a remote machine, which can be very useful,
586e.g. when implementing menu services.
587Multiple
588.Fl t
589options force tty allocation, even if
590.Nm
591has no local tty.
592.It Fl V
593Display the version number and exit.
594.It Fl v
595Verbose mode.
596Causes
597.Nm
598to print debugging messages about its progress.
599This is helpful in
600debugging connection, authentication, and configuration problems.
601Multiple
602.Fl v
603options increase the verbosity.
604The maximum is 3.
605.It Fl W Ar host : Ns Ar port
606Requests that standard input and output on the client be forwarded to
607.Ar host
608on
609.Ar port
610over the secure channel.
611Implies
612.Fl N ,
613.Fl T ,
614.Cm ExitOnForwardFailure
615and
616.Cm ClearAllForwardings
617and works with Protocol version 2 only.
618.It Fl w Xo
619.Ar local_tun Ns Op : Ns Ar remote_tun
620.Xc
621Requests
622tunnel
623device forwarding with the specified
624.Xr tun 4
625devices between the client
626.Pq Ar local_tun
627and the server
628.Pq Ar remote_tun .
629.Pp
630The devices may be specified by numerical ID or the keyword
631.Dq any ,
632which uses the next available tunnel device.
633If
634.Ar remote_tun
635is not specified, it defaults to
636.Dq any .
637See also the
638.Cm Tunnel
639and
640.Cm TunnelDevice
641directives in
642.Xr ssh_config 5 .
643If the
644.Cm Tunnel
645directive is unset, it is set to the default tunnel mode, which is
646.Dq point-to-point .
647.It Fl X
648Enables X11 forwarding.
649This can also be specified on a per-host basis in a configuration file.
650.Pp
651X11 forwarding should be enabled with caution.
652Users with the ability to bypass file permissions on the remote host
653(for the user's X authorization database)
654can access the local X11 display through the forwarded connection.
655An attacker may then be able to perform activities such as keystroke monitoring.
656.Pp
657For this reason, X11 forwarding is subjected to X11 SECURITY extension
658restrictions by default.
659Please refer to the
660.Nm
661.Fl Y
662option and the
663.Cm ForwardX11Trusted
664directive in
665.Xr ssh_config 5
666for more information.
667.It Fl x
668Disables X11 forwarding.
669.It Fl Y
670Enables trusted X11 forwarding.
671Trusted X11 forwardings are not subjected to the X11 SECURITY extension
672controls.
673.It Fl y
674Send log information using the
675.Xr syslog 3
676system module.
677By default this information is sent to stderr.
678.El
679.Pp
680.Nm
681may additionally obtain configuration data from
682a per-user configuration file and a system-wide configuration file.
683The file format and configuration options are described in
684.Xr ssh_config 5 .
685.Pp
686.Nm
687exits with the exit status of the remote command or with 255
688if an error occurred.
689.Sh AUTHENTICATION
690The OpenSSH SSH client supports SSH protocols 1 and 2.
691The default is to use protocol 2 only,
692though this can be changed via the
693.Cm Protocol
694option in
695.Xr ssh_config 5
696or the
697.Fl 1
698and
699.Fl 2
700options (see above).
701Both protocols support similar authentication methods,
702but protocol 2 is the default since
703it provides additional mechanisms for confidentiality
704(the traffic is encrypted using AES, 3DES, Blowfish, CAST128, or Arcfour)
705and integrity (hmac-md5, hmac-sha1, umac-64, hmac-ripemd160).
706Protocol 1 lacks a strong mechanism for ensuring the
707integrity of the connection.
708.Pp
709The methods available for authentication are:
710GSSAPI-based authentication,
711host-based authentication,
712public key authentication,
713challenge-response authentication,
714and password authentication.
715Authentication methods are tried in the order specified above,
716though protocol 2 has a configuration option to change the default order:
717.Cm PreferredAuthentications .
718.Pp
719Host-based authentication works as follows:
720If the machine the user logs in from is listed in
721.Pa /etc/hosts.equiv
722or
723.Pa /etc/shosts.equiv
724on the remote machine, and the user names are
725the same on both sides, or if the files
726.Pa ~/.rhosts
727or
728.Pa ~/.shosts
729exist in the user's home directory on the
730remote machine and contain a line containing the name of the client
731machine and the name of the user on that machine, the user is
732considered for login.
733Additionally, the server
734.Em must
735be able to verify the client's
736host key (see the description of
737.Pa /etc/ssh/ssh_known_hosts
738and
739.Pa ~/.ssh/known_hosts ,
740below)
741for login to be permitted.
742This authentication method closes security holes due to IP
743spoofing, DNS spoofing, and routing spoofing.
744[Note to the administrator:
745.Pa /etc/hosts.equiv ,
746.Pa ~/.rhosts ,
747and the rlogin/rsh protocol in general, are inherently insecure and should be
748disabled if security is desired.]
749.Pp
750Public key authentication works as follows:
751The scheme is based on public-key cryptography,
752using cryptosystems
753where encryption and decryption are done using separate keys,
754and it is unfeasible to derive the decryption key from the encryption key.
755The idea is that each user creates a public/private
756key pair for authentication purposes.
757The server knows the public key, and only the user knows the private key.
758.Nm
759implements public key authentication protocol automatically,
760using either the RSA or DSA algorithms.
761Protocol 1 is restricted to using only RSA keys,
762but protocol 2 may use either.
763The
764.Sx HISTORY
765section of
766.Xr ssl 8
767contains a brief discussion of the two algorithms.
768.Pp
769The file
770.Pa ~/.ssh/authorized_keys
771lists the public keys that are permitted for logging in.
772When the user logs in, the
773.Nm
774program tells the server which key pair it would like to use for
775authentication.
776The client proves that it has access to the private key
777and the server checks that the corresponding public key
778is authorized to accept the account.
779.Pp
780The user creates his/her key pair by running
781.Xr ssh-keygen 1 .
782This stores the private key in
783.Pa ~/.ssh/identity
784(protocol 1),
785.Pa ~/.ssh/id_dsa
786(protocol 2 DSA),
787or
788.Pa ~/.ssh/id_rsa
789(protocol 2 RSA)
790and stores the public key in
791.Pa ~/.ssh/identity.pub
792(protocol 1),
793.Pa ~/.ssh/id_dsa.pub
794(protocol 2 DSA),
795or
796.Pa ~/.ssh/id_rsa.pub
797(protocol 2 RSA)
798in the user's home directory.
799The user should then copy the public key
800to
801.Pa ~/.ssh/authorized_keys
802in his/her home directory on the remote machine.
803The
804.Pa authorized_keys
805file corresponds to the conventional
806.Pa ~/.rhosts
807file, and has one key
808per line, though the lines can be very long.
809After this, the user can log in without giving the password.
810.Pp
811A variation on public key authentication
812is available in the form of certificate authentication:
813instead of a set of public/private keys,
814signed certificates are used.
815This has the advantage that a single trusted certification authority
816can be used in place of many public/private keys.
817See the
818.Sx CERTIFICATES
819section of
820.Xr ssh-keygen 1
821for more information.
822.Pp
823The most convenient way to use public key or certificate authentication
824may be with an authentication agent.
825See
826.Xr ssh-agent 1
827for more information.
828.Pp
829Challenge-response authentication works as follows:
830The server sends an arbitrary
831.Qq challenge
832text, and prompts for a response.
833Protocol 2 allows multiple challenges and responses;
834protocol 1 is restricted to just one challenge/response.
835Examples of challenge-response authentication include
836BSD Authentication (see
837.Xr login.conf 5 )
838and PAM (some non-OpenBSD systems).
839.Pp
840Finally, if other authentication methods fail,
841.Nm
842prompts the user for a password.
843The password is sent to the remote
844host for checking; however, since all communications are encrypted,
845the password cannot be seen by someone listening on the network.
846.Pp
847.Nm
848automatically maintains and checks a database containing
849identification for all hosts it has ever been used with.
850Host keys are stored in
851.Pa ~/.ssh/known_hosts
852in the user's home directory.
853Additionally, the file
854.Pa /etc/ssh/ssh_known_hosts
855is automatically checked for known hosts.
856Any new hosts are automatically added to the user's file.
857If a host's identification ever changes,
858.Nm
859warns about this and disables password authentication to prevent
860server spoofing or man-in-the-middle attacks,
861which could otherwise be used to circumvent the encryption.
862The
863.Cm StrictHostKeyChecking
864option can be used to control logins to machines whose
865host key is not known or has changed.
866.Pp
867When the user's identity has been accepted by the server, the server
868either executes the given command, or logs into the machine and gives
869the user a normal shell on the remote machine.
870All communication with
871the remote command or shell will be automatically encrypted.
872.Pp
873If a pseudo-terminal has been allocated (normal login session), the
874user may use the escape characters noted below.
875.Pp
876If no pseudo-tty has been allocated,
877the session is transparent and can be used to reliably transfer binary data.
878On most systems, setting the escape character to
879.Dq none
880will also make the session transparent even if a tty is used.
881.Pp
882The session terminates when the command or shell on the remote
883machine exits and all X11 and TCP connections have been closed.
884.Sh ESCAPE CHARACTERS
885When a pseudo-terminal has been requested,
886.Nm
887supports a number of functions through the use of an escape character.
888.Pp
889A single tilde character can be sent as
890.Ic ~~
891or by following the tilde by a character other than those described below.
892The escape character must always follow a newline to be interpreted as
893special.
894The escape character can be changed in configuration files using the
895.Cm EscapeChar
896configuration directive or on the command line by the
897.Fl e
898option.
899.Pp
900The supported escapes (assuming the default
901.Ql ~ )
902are:
903.Bl -tag -width Ds
904.It Cm ~.
905Disconnect.
906.It Cm ~^Z
907Background
908.Nm .
909.It Cm ~#
910List forwarded connections.
911.It Cm ~&
912Background
913.Nm
914at logout when waiting for forwarded connection / X11 sessions to terminate.
915.It Cm ~?
916Display a list of escape characters.
917.It Cm ~B
918Send a BREAK to the remote system
919(only useful for SSH protocol version 2 and if the peer supports it).
920.It Cm ~C
921Open command line.
922Currently this allows the addition of port forwardings using the
923.Fl L ,
924.Fl R
925and
926.Fl D
927options (see above).
928It also allows the cancellation of existing remote port-forwardings
929using
930.Sm off
931.Fl KR Oo Ar bind_address : Oc Ar port .
932.Sm on
933.Ic !\& Ns Ar command
934allows the user to execute a local command if the
935.Ic PermitLocalCommand
936option is enabled in
937.Xr ssh_config 5 .
938Basic help is available, using the
939.Fl h
940option.
941.It Cm ~R
942Request rekeying of the connection
943(only useful for SSH protocol version 2 and if the peer supports it).
944.El
945.Sh TCP FORWARDING
946Forwarding of arbitrary TCP connections over the secure channel can
947be specified either on the command line or in a configuration file.
948One possible application of TCP forwarding is a secure connection to a
949mail server; another is going through firewalls.
950.Pp
951In the example below, we look at encrypting communication between
952an IRC client and server, even though the IRC server does not directly
953support encrypted communications.
954This works as follows:
955the user connects to the remote host using
956.Nm ,
957specifying a port to be used to forward connections
958to the remote server.
959After that it is possible to start the service which is to be encrypted
960on the client machine,
961connecting to the same local port,
962and
963.Nm
964will encrypt and forward the connection.
965.Pp
966The following example tunnels an IRC session from client machine
967.Dq 127.0.0.1
968(localhost)
969to remote server
970.Dq server.example.com :
971.Bd -literal -offset 4n
972$ ssh -f -L 1234:localhost:6667 server.example.com sleep 10
973$ irc -c '#users' -p 1234 pinky 127.0.0.1
974.Ed
975.Pp
976This tunnels a connection to IRC server
977.Dq server.example.com ,
978joining channel
979.Dq #users ,
980nickname
981.Dq pinky ,
982using port 1234.
983It doesn't matter which port is used,
984as long as it's greater than 1023
985(remember, only root can open sockets on privileged ports)
986and doesn't conflict with any ports already in use.
987The connection is forwarded to port 6667 on the remote server,
988since that's the standard port for IRC services.
989.Pp
990The
991.Fl f
992option backgrounds
993.Nm
994and the remote command
995.Dq sleep 10
996is specified to allow an amount of time
997(10 seconds, in the example)
998to start the service which is to be tunnelled.
999If no connections are made within the time specified,
1000.Nm
1001will exit.
1002.Sh X11 FORWARDING
1003If the
1004.Cm ForwardX11
1005variable is set to
1006.Dq yes
1007(or see the description of the
1008.Fl X ,
1009.Fl x ,
1010and
1011.Fl Y
1012options above)
1013and the user is using X11 (the
1014.Ev DISPLAY
1015environment variable is set), the connection to the X11 display is
1016automatically forwarded to the remote side in such a way that any X11
1017programs started from the shell (or command) will go through the
1018encrypted channel, and the connection to the real X server will be made
1019from the local machine.
1020The user should not manually set
1021.Ev DISPLAY .
1022Forwarding of X11 connections can be
1023configured on the command line or in configuration files.
1024.Pp
1025The
1026.Ev DISPLAY
1027value set by
1028.Nm
1029will point to the server machine, but with a display number greater than zero.
1030This is normal, and happens because
1031.Nm
1032creates a
1033.Dq proxy
1034X server on the server machine for forwarding the
1035connections over the encrypted channel.
1036.Pp
1037.Nm
1038will also automatically set up Xauthority data on the server machine.
1039For this purpose, it will generate a random authorization cookie,
1040store it in Xauthority on the server, and verify that any forwarded
1041connections carry this cookie and replace it by the real cookie when
1042the connection is opened.
1043The real authentication cookie is never
1044sent to the server machine (and no cookies are sent in the plain).
1045.Pp
1046If the
1047.Cm ForwardAgent
1048variable is set to
1049.Dq yes
1050(or see the description of the
1051.Fl A
1052and
1053.Fl a
1054options above) and
1055the user is using an authentication agent, the connection to the agent
1056is automatically forwarded to the remote side.
1057.Sh VERIFYING HOST KEYS
1058When connecting to a server for the first time,
1059a fingerprint of the server's public key is presented to the user
1060(unless the option
1061.Cm StrictHostKeyChecking
1062has been disabled).
1063Fingerprints can be determined using
1064.Xr ssh-keygen 1 :
1065.Pp
1066.Dl $ ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key
1067.Pp
1068If the fingerprint is already known, it can be matched
1069and the key can be accepted or rejected.
1070Because of the difficulty of comparing host keys
1071just by looking at hex strings,
1072there is also support to compare host keys visually,
1073using
1074.Em random art .
1075By setting the
1076.Cm VisualHostKey
1077option to
1078.Dq yes ,
1079a small ASCII graphic gets displayed on every login to a server, no matter
1080if the session itself is interactive or not.
1081By learning the pattern a known server produces, a user can easily
1082find out that the host key has changed when a completely different pattern
1083is displayed.
1084Because these patterns are not unambiguous however, a pattern that looks
1085similar to the pattern remembered only gives a good probability that the
1086host key is the same, not guaranteed proof.
1087.Pp
1088To get a listing of the fingerprints along with their random art for
1089all known hosts, the following command line can be used:
1090.Pp
1091.Dl $ ssh-keygen -lv -f ~/.ssh/known_hosts
1092.Pp
1093If the fingerprint is unknown,
1094an alternative method of verification is available:
1095SSH fingerprints verified by DNS.
1096An additional resource record (RR),
1097SSHFP,
1098is added to a zonefile
1099and the connecting client is able to match the fingerprint
1100with that of the key presented.
1101.Pp
1102In this example, we are connecting a client to a server,
1103.Dq host.example.com .
1104The SSHFP resource records should first be added to the zonefile for
1105host.example.com:
1106.Bd -literal -offset indent
1107$ ssh-keygen -r host.example.com.
1108.Ed
1109.Pp
1110The output lines will have to be added to the zonefile.
1111To check that the zone is answering fingerprint queries:
1112.Pp
1113.Dl $ dig -t SSHFP host.example.com
1114.Pp
1115Finally the client connects:
1116.Bd -literal -offset indent
1117$ ssh -o "VerifyHostKeyDNS ask" host.example.com
1118[...]
1119Matching host key fingerprint found in DNS.
1120Are you sure you want to continue connecting (yes/no)?
1121.Ed
1122.Pp
1123See the
1124.Cm VerifyHostKeyDNS
1125option in
1126.Xr ssh_config 5
1127for more information.
1128.Sh SSH-BASED VIRTUAL PRIVATE NETWORKS
1129.Nm
1130contains support for Virtual Private Network (VPN) tunnelling
1131using the
1132.Xr tun 4
1133network pseudo-device,
1134allowing two networks to be joined securely.
1135The
1136.Xr sshd_config 5
1137configuration option
1138.Cm PermitTunnel
1139controls whether the server supports this,
1140and at what level (layer 2 or 3 traffic).
1141.Pp
1142The following example would connect client network 10.0.50.0/24
1143with remote network 10.0.99.0/24 using a point-to-point connection
1144from 10.1.1.1 to 10.1.1.2,
1145provided that the SSH server running on the gateway to the remote network,
1146at 192.168.1.15, allows it.
1147.Pp
1148On the client:
1149.Bd -literal -offset indent
1150# ssh -f -w 0:1 192.168.1.15 true
1151# ifconfig tun0 10.1.1.1 10.1.1.2 netmask 255.255.255.252
1152# route add 10.0.99.0/24 10.1.1.2
1153.Ed
1154.Pp
1155On the server:
1156.Bd -literal -offset indent
1157# ifconfig tun1 10.1.1.2 10.1.1.1 netmask 255.255.255.252
1158# route add 10.0.50.0/24 10.1.1.1
1159.Ed
1160.Pp
1161Client access may be more finely tuned via the
1162.Pa /root/.ssh/authorized_keys
1163file (see below) and the
1164.Cm PermitRootLogin
1165server option.
1166The following entry would permit connections on
1167.Xr tun 4
1168device 1 from user
1169.Dq jane
1170and on tun device 2 from user
1171.Dq john ,
1172if
1173.Cm PermitRootLogin
1174is set to
1175.Dq forced-commands-only :
1176.Bd -literal -offset 2n
1177tunnel="1",command="sh /etc/netstart tun1" ssh-rsa ... jane
1178tunnel="2",command="sh /etc/netstart tun2" ssh-rsa ... john
1179.Ed
1180.Pp
1181Since an SSH-based setup entails a fair amount of overhead,
1182it may be more suited to temporary setups,
1183such as for wireless VPNs.
1184More permanent VPNs are better provided by tools such as
1185.Xr ipsecctl 8
1186and
1187.Xr isakmpd 8 .
1188.Sh ENVIRONMENT
1189.Nm
1190will normally set the following environment variables:
1191.Bl -tag -width "SSH_ORIGINAL_COMMAND"
1192.It Ev DISPLAY
1193The
1194.Ev DISPLAY
1195variable indicates the location of the X11 server.
1196It is automatically set by
1197.Nm
1198to point to a value of the form
1199.Dq hostname:n ,
1200where
1201.Dq hostname
1202indicates the host where the shell runs, and
1203.Sq n
1204is an integer \*(Ge 1.
1205.Nm
1206uses this special value to forward X11 connections over the secure
1207channel.
1208The user should normally not set
1209.Ev DISPLAY
1210explicitly, as that
1211will render the X11 connection insecure (and will require the user to
1212manually copy any required authorization cookies).
1213.It Ev HOME
1214Set to the path of the user's home directory.
1215.It Ev LOGNAME
1216Synonym for
1217.Ev USER ;
1218set for compatibility with systems that use this variable.
1219.It Ev MAIL
1220Set to the path of the user's mailbox.
1221.It Ev PATH
1222Set to the default
1223.Ev PATH ,
1224as specified when compiling
1225.Nm .
1226.It Ev SSH_ASKPASS
1227If
1228.Nm
1229needs a passphrase, it will read the passphrase from the current
1230terminal if it was run from a terminal.
1231If
1232.Nm
1233does not have a terminal associated with it but
1234.Ev DISPLAY
1235and
1236.Ev SSH_ASKPASS
1237are set, it will execute the program specified by
1238.Ev SSH_ASKPASS
1239and open an X11 window to read the passphrase.
1240This is particularly useful when calling
1241.Nm
1242from a
1243.Pa .xsession
1244or related script.
1245(Note that on some machines it
1246may be necessary to redirect the input from
1247.Pa /dev/null
1248to make this work.)
1249.It Ev SSH_AUTH_SOCK
1250Identifies the path of a
1251.Ux Ns -domain
1252socket used to communicate with the agent.
1253.It Ev SSH_CONNECTION
1254Identifies the client and server ends of the connection.
1255The variable contains
1256four space-separated values: client IP address, client port number,
1257server IP address, and server port number.
1258.It Ev SSH_ORIGINAL_COMMAND
1259This variable contains the original command line if a forced command
1260is executed.
1261It can be used to extract the original arguments.
1262.It Ev SSH_TTY
1263This is set to the name of the tty (path to the device) associated
1264with the current shell or command.
1265If the current session has no tty,
1266this variable is not set.
1267.It Ev TZ
1268This variable is set to indicate the present time zone if it
1269was set when the daemon was started (i.e. the daemon passes the value
1270on to new connections).
1271.It Ev USER
1272Set to the name of the user logging in.
1273.El
1274.Pp
1275Additionally,
1276.Nm
1277reads
1278.Pa ~/.ssh/environment ,
1279and adds lines of the format
1280.Dq VARNAME=value
1281to the environment if the file exists and users are allowed to
1282change their environment.
1283For more information, see the
1284.Cm PermitUserEnvironment
1285option in
1286.Xr sshd_config 5 .
1287.Sh FILES
1288.Bl -tag -width Ds -compact
1289.It ~/.rhosts
1290This file is used for host-based authentication (see above).
1291On some machines this file may need to be
1292world-readable if the user's home directory is on an NFS partition,
1293because
1294.Xr sshd 8
1295reads it as root.
1296Additionally, this file must be owned by the user,
1297and must not have write permissions for anyone else.
1298The recommended
1299permission for most machines is read/write for the user, and not
1300accessible by others.
1301.Pp
1302.It ~/.shosts
1303This file is used in exactly the same way as
1304.Pa .rhosts ,
1305but allows host-based authentication without permitting login with
1306rlogin/rsh.
1307.Pp
1308.It ~/.ssh/
1309This directory is the default location for all user-specific configuration
1310and authentication information.
1311There is no general requirement to keep the entire contents of this directory
1312secret, but the recommended permissions are read/write/execute for the user,
1313and not accessible by others.
1314.Pp
1315.It ~/.ssh/authorized_keys
1316Lists the public keys (RSA/DSA) that can be used for logging in as this user.
1317The format of this file is described in the
1318.Xr sshd 8
1319manual page.
1320This file is not highly sensitive, but the recommended
1321permissions are read/write for the user, and not accessible by others.
1322.Pp
1323.It ~/.ssh/config
1324This is the per-user configuration file.
1325The file format and configuration options are described in
1326.Xr ssh_config 5 .
1327Because of the potential for abuse, this file must have strict permissions:
1328read/write for the user, and not accessible by others.
1329.Pp
1330.It ~/.ssh/environment
1331Contains additional definitions for environment variables; see
1332.Sx ENVIRONMENT ,
1333above.
1334.Pp
1335.It ~/.ssh/identity
1336.It ~/.ssh/id_dsa
1337.It ~/.ssh/id_rsa
1338Contains the private key for authentication.
1339These files
1340contain sensitive data and should be readable by the user but not
1341accessible by others (read/write/execute).
1342.Nm
1343will simply ignore a private key file if it is accessible by others.
1344It is possible to specify a passphrase when
1345generating the key which will be used to encrypt the
1346sensitive part of this file using 3DES.
1347.Pp
1348.It ~/.ssh/identity.pub
1349.It ~/.ssh/id_dsa.pub
1350.It ~/.ssh/id_rsa.pub
1351Contains the public key for authentication.
1352These files are not
1353sensitive and can (but need not) be readable by anyone.
1354.Pp
1355.It ~/.ssh/known_hosts
1356Contains a list of host keys for all hosts the user has logged into
1357that are not already in the systemwide list of known host keys.
1358See
1359.Xr sshd 8
1360for further details of the format of this file.
1361.Pp
1362.It ~/.ssh/rc
1363Commands in this file are executed by
1364.Nm
1365when the user logs in, just before the user's shell (or command) is
1366started.
1367See the
1368.Xr sshd 8
1369manual page for more information.
1370.Pp
1371.It /etc/hosts.equiv
1372This file is for host-based authentication (see above).
1373It should only be writable by root.
1374.Pp
1375.It /etc/shosts.equiv
1376This file is used in exactly the same way as
1377.Pa hosts.equiv ,
1378but allows host-based authentication without permitting login with
1379rlogin/rsh.
1380.Pp
1381.It Pa /etc/ssh/ssh_config
1382Systemwide configuration file.
1383The file format and configuration options are described in
1384.Xr ssh_config 5 .
1385.Pp
1386.It /etc/ssh/ssh_host_key
1387.It /etc/ssh/ssh_host_dsa_key
1388.It /etc/ssh/ssh_host_rsa_key
1389These three files contain the private parts of the host keys
1390and are used for host-based authentication.
1391If protocol version 1 is used,
1392.Nm
1393must be setuid root, since the host key is readable only by root.
1394For protocol version 2,
1395.Nm
1396uses
1397.Xr ssh-keysign 8
1398to access the host keys,
1399eliminating the requirement that
1400.Nm
1401be setuid root when host-based authentication is used.
1402By default
1403.Nm
1404is not setuid root.
1405.Pp
1406.It /etc/ssh/ssh_known_hosts
1407Systemwide list of known host keys.
1408This file should be prepared by the
1409system administrator to contain the public host keys of all machines in the
1410organization.
1411It should be world-readable.
1412See
1413.Xr sshd 8
1414for further details of the format of this file.
1415.Pp
1416.It /etc/ssh/sshrc
1417Commands in this file are executed by
1418.Nm
1419when the user logs in, just before the user's shell (or command) is started.
1420See the
1421.Xr sshd 8
1422manual page for more information.
1423.El
1424.Sh SEE ALSO
1425.Xr scp 1 ,
1426.Xr sftp 1 ,
1427.Xr ssh-add 1 ,
1428.Xr ssh-agent 1 ,
1429.Xr ssh-keygen 1 ,
1430.Xr ssh-keyscan 1 ,
1431.Xr tun 4 ,
1432.Xr hosts.equiv 5 ,
1433.Xr ssh_config 5 ,
1434.Xr ssh-keysign 8 ,
1435.Xr sshd 8
1436.Rs
1437.%R RFC 4250
1438.%T "The Secure Shell (SSH) Protocol Assigned Numbers"
1439.%D 2006
1440.Re
1441.Rs
1442.%R RFC 4251
1443.%T "The Secure Shell (SSH) Protocol Architecture"
1444.%D 2006
1445.Re
1446.Rs
1447.%R RFC 4252
1448.%T "The Secure Shell (SSH) Authentication Protocol"
1449.%D 2006
1450.Re
1451.Rs
1452.%R RFC 4253
1453.%T "The Secure Shell (SSH) Transport Layer Protocol"
1454.%D 2006
1455.Re
1456.Rs
1457.%R RFC 4254
1458.%T "The Secure Shell (SSH) Connection Protocol"
1459.%D 2006
1460.Re
1461.Rs
1462.%R RFC 4255
1463.%T "Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints"
1464.%D 2006
1465.Re
1466.Rs
1467.%R RFC 4256
1468.%T "Generic Message Exchange Authentication for the Secure Shell Protocol (SSH)"
1469.%D 2006
1470.Re
1471.Rs
1472.%R RFC 4335
1473.%T "The Secure Shell (SSH) Session Channel Break Extension"
1474.%D 2006
1475.Re
1476.Rs
1477.%R RFC 4344
1478.%T "The Secure Shell (SSH) Transport Layer Encryption Modes"
1479.%D 2006
1480.Re
1481.Rs
1482.%R RFC 4345
1483.%T "Improved Arcfour Modes for the Secure Shell (SSH) Transport Layer Protocol"
1484.%D 2006
1485.Re
1486.Rs
1487.%R RFC 4419
1488.%T "Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol"
1489.%D 2006
1490.Re
1491.Rs
1492.%R RFC 4716
1493.%T "The Secure Shell (SSH) Public Key File Format"
1494.%D 2006
1495.Re
1496.Rs
1497.%T "Hash Visualization: a New Technique to improve Real-World Security"
1498.%A A. Perrig
1499.%A D. Song
1500.%D 1999
1501.%O "International Workshop on Cryptographic Techniques and E-Commerce (CrypTEC '99)"
1502.Re
1503.Sh AUTHORS
1504OpenSSH is a derivative of the original and free
1505ssh 1.2.12 release by Tatu Ylonen.
1506Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
1507Theo de Raadt and Dug Song
1508removed many bugs, re-added newer features and
1509created OpenSSH.
1510Markus Friedl contributed the support for SSH
1511protocol versions 1.5 and 2.0.
1512