]> andersk Git - openssh.git/blame - ssh.1
- djm@cvs.openbsd.org 2005/02/28 00:54:10
[openssh.git] / ssh.1
CommitLineData
bf740959 1.\" -*- nroff -*-
2.\"
bf740959 3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
bf740959 4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
5.\" All rights reserved
6.\"
bcbf86ec 7.\" As far as I am concerned, the code I have written for this software
8.\" can be used freely for any purpose. Any derived versions of this
9.\" software must be clearly marked as such, and if the derived work is
10.\" incompatible with the protocol description in the RFC file, it must be
11.\" called by a name other than "ssh" or "Secure Shell".
12.\"
f3c7c613 13.\" Copyright (c) 1999,2000 Markus Friedl. All rights reserved.
14.\" Copyright (c) 1999 Aaron Campbell. All rights reserved.
15.\" Copyright (c) 1999 Theo de Raadt. All rights reserved.
bcbf86ec 16.\"
17.\" Redistribution and use in source and binary forms, with or without
18.\" modification, are permitted provided that the following conditions
19.\" are met:
20.\" 1. Redistributions of source code must retain the above copyright
21.\" notice, this list of conditions and the following disclaimer.
22.\" 2. Redistributions in binary form must reproduce the above copyright
23.\" notice, this list of conditions and the following disclaimer in the
24.\" documentation and/or other materials provided with the distribution.
bf740959 25.\"
bcbf86ec 26.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
27.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
28.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
29.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
30.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
31.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
bf740959 36.\"
cf848a5e 37.\" $OpenBSD: ssh.1,v 1.199 2004/11/07 17:42:36 jmc Exp $
bf740959 38.Dd September 25, 1999
39.Dt SSH 1
40.Os
41.Sh NAME
42.Nm ssh
2c86906e 43.Nd OpenSSH SSH client (remote login program)
bf740959 44.Sh SYNOPSIS
45.Nm ssh
0e19494c 46.Op Fl 1246AaCfgkMNnqsTtVvXxY
3435f5a6 47.Op Fl b Ar bind_address
d0c832f3 48.Op Fl c Ar cipher_spec
9affc5db 49.Bk -words
5f4a0c58 50.Op Fl D Ar port
bf740959 51.Op Fl e Ar escape_char
e591b98a 52.Op Fl F Ar configfile
5f4a0c58 53.Op Fl i Ar identity_file
bf740959 54.Oo Fl L Xo
55.Sm off
bf740959 56.Ar port :
7b2ea3a1 57.Ar host :
bf740959 58.Ar hostport
59.Sm on
60.Xc
61.Oc
a4e5acef 62.Ek
5f4a0c58 63.Op Fl l Ar login_name
64.Op Fl m Ar mac_spec
f8c6db83 65.Op Fl O Ar ctl_cmd
5f4a0c58 66.Op Fl o Ar option
a4e5acef 67.Bk -words
5f4a0c58 68.Op Fl p Ar port
69.Ek
bf740959 70.Oo Fl R Xo
71.Sm off
bf740959 72.Ar port :
7b2ea3a1 73.Ar host :
bf740959 74.Ar hostport
75.Sm on
76.Xc
77.Oc
f8c6db83 78.Op Fl S Ar ctl_path
5f4a0c58 79.Oo Ar user Ns @ Oc Ns Ar hostname
bf740959 80.Op Ar command
f54651ce 81.Sh DESCRIPTION
bf740959 82.Nm
2c86906e 83(SSH client) is a program for logging into a remote machine and for
610cd5c6 84executing commands on a remote machine.
5f4a0c58 85It is intended to replace rlogin and rsh,
86and provide secure encrypted communications between
610cd5c6 87two untrusted hosts over an insecure network.
5f4a0c58 88X11 connections and arbitrary TCP/IP ports
89can also be forwarded over the secure channel.
bf740959 90.Pp
91.Nm
f54651ce 92connects and logs into the specified
5f4a0c58 93.Ar hostname
94(with optional
95.Ar user
96name).
bf740959 97The user must prove
1d1ffb87 98his/her identity to the remote machine using one of several methods
5f4a0c58 99depending on the protocol version used.
1d1ffb87 100.Pp
5f4a0c58 101If
102.Ar command
103is specified,
104.Ar command
105is executed on the remote host instead of a login shell.
1d1ffb87 106.Ss SSH protocol version 1
6f5abc1e 107The first authentication method is the
108.Em rhosts
109or
110.Em hosts.equiv
111method combined with RSA-based host authentication.
112If the machine the user logs in from is listed in
bf740959 113.Pa /etc/hosts.equiv
114or
5f4fdfae 115.Pa /etc/shosts.equiv
bf740959 116on the remote machine, and the user names are
6f5abc1e 117the same on both sides, or if the files
118.Pa $HOME/.rhosts
bf740959 119or
6f5abc1e 120.Pa $HOME/.shosts
121exist in the user's home directory on the
122remote machine and contain a line containing the name of the client
bf740959 123machine and the name of the user on that machine, the user is
6f5abc1e 124considered for log in.
125Additionally, if the server can verify the client's
f54651ce 126host key (see
2a8a6488 127.Pa /etc/ssh/ssh_known_hosts
5bbb5681 128and
129.Pa $HOME/.ssh/known_hosts
bf740959 130in the
131.Sx FILES
5f4a0c58 132section), only then is login permitted.
610cd5c6 133This authentication method closes security holes due to IP
134spoofing, DNS spoofing and routing spoofing.
135[Note to the administrator:
bf740959 136.Pa /etc/hosts.equiv ,
1d1ffb87 137.Pa $HOME/.rhosts ,
bf740959 138and the rlogin/rsh protocol in general, are inherently insecure and should be
139disabled if security is desired.]
140.Pp
6f5abc1e 141As a second authentication method,
bf740959 142.Nm
143supports RSA based authentication.
144The scheme is based on public-key cryptography: there are cryptosystems
145where encryption and decryption are done using separate keys, and it
146is not possible to derive the decryption key from the encryption key.
610cd5c6 147RSA is one such system.
f54651ce 148The idea is that each user creates a public/private
610cd5c6 149key pair for authentication purposes.
150The server knows the public key, and only the user knows the private key.
5f4a0c58 151.Pp
f54651ce 152The file
bf740959 153.Pa $HOME/.ssh/authorized_keys
5f4a0c58 154lists the public keys that are permitted for logging in.
610cd5c6 155When the user logs in, the
bf740959 156.Nm
157program tells the server which key pair it would like to use for
610cd5c6 158authentication.
5f4a0c58 159The server checks if this key is permitted, and if so,
160sends the user (actually the
bf740959 161.Nm
162program running on behalf of the user) a challenge, a random number,
610cd5c6 163encrypted by the user's public key.
5f4a0c58 164The challenge can only be decrypted using the proper private key.
165The user's client then decrypts the challenge using the private key,
166proving that he/she knows the private key
167but without disclosing it to the server.
bf740959 168.Pp
169.Nm
610cd5c6 170implements the RSA authentication protocol automatically.
171The user creates his/her RSA key pair by running
bf740959 172.Xr ssh-keygen 1 .
f54651ce 173This stores the private key in
1d1ffb87 174.Pa $HOME/.ssh/identity
5f4a0c58 175and stores the public key in
1d1ffb87 176.Pa $HOME/.ssh/identity.pub
610cd5c6 177in the user's home directory.
178The user should then copy the
bf740959 179.Pa identity.pub
f54651ce 180to
1d1ffb87 181.Pa $HOME/.ssh/authorized_keys
f54651ce 182in his/her home directory on the remote machine (the
bf740959 183.Pa authorized_keys
f54651ce 184file corresponds to the conventional
1d1ffb87 185.Pa $HOME/.rhosts
bf740959 186file, and has one key
610cd5c6 187per line, though the lines can be very long).
188After this, the user can log in without giving the password.
bf740959 189.Pp
190The most convenient way to use RSA authentication may be with an
610cd5c6 191authentication agent.
192See
bf740959 193.Xr ssh-agent 1
194for more information.
195.Pp
f54651ce 196If other authentication methods fail,
bf740959 197.Nm
610cd5c6 198prompts the user for a password.
199The password is sent to the remote
bf740959 200host for checking; however, since all communications are encrypted,
201the password cannot be seen by someone listening on the network.
1d1ffb87 202.Ss SSH protocol version 2
5f4a0c58 203When a user connects using protocol version 2,
16210ef7 204similar authentication methods are available.
da89cf4d 205Using the default values for
206.Cm PreferredAuthentications ,
29c440a0 207the client will try to authenticate first using the hostbased method;
5f4a0c58 208if this method fails, public key authentication is attempted,
209and finally if this method fails, keyboard-interactive and
29c440a0 210password authentication are tried.
1d1ffb87 211.Pp
212The public key method is similar to RSA authentication described
da89cf4d 213in the previous section and allows the RSA or DSA algorithm to be used:
c0ecc314 214The client uses his private key,
1d1ffb87 215.Pa $HOME/.ssh/id_dsa
c0ecc314 216or
217.Pa $HOME/.ssh/id_rsa ,
1d1ffb87 218to sign the session identifier and sends the result to the server.
219The server checks whether the matching public key is listed in
96a7b0cc 220.Pa $HOME/.ssh/authorized_keys
1d1ffb87 221and grants access if both the key is found and the signature is correct.
222The session identifier is derived from a shared Diffie-Hellman value
223and is only known to the client and the server.
224.Pp
5f4a0c58 225If public key authentication fails or is not available, a password
226can be sent encrypted to the remote host to prove the user's identity.
da89cf4d 227.Pp
228Additionally,
229.Nm
230supports hostbased or challenge response authentication.
1d1ffb87 231.Pp
232Protocol 2 provides additional mechanisms for confidentiality
3b9baa7b 233(the traffic is encrypted using AES, 3DES, Blowfish, CAST128 or Arcfour)
234and integrity (hmac-md5, hmac-sha1, hmac-ripemd160).
1d1ffb87 235Note that protocol 1 lacks a strong mechanism for ensuring the
236integrity of the connection.
1d1ffb87 237.Ss Login session and remote execution
bf740959 238When the user's identity has been accepted by the server, the server
239either executes the given command, or logs into the machine and gives
610cd5c6 240the user a normal shell on the remote machine.
241All communication with
bf740959 242the remote command or shell will be automatically encrypted.
243.Pp
244If a pseudo-terminal has been allocated (normal login session), the
df841692 245user may use the escape characters noted below.
bf740959 246.Pp
5f4a0c58 247If no pseudo-tty has been allocated,
248the session is transparent and can be used to reliably transfer binary data.
610cd5c6 249On most systems, setting the escape character to
bf740959 250.Dq none
251will also make the session transparent even if a tty is used.
252.Pp
ce9c0b75 253The session terminates when the command or shell on the remote
e91c60f2 254machine exits and all X11 and TCP/IP connections have been closed.
5f4a0c58 255The exit status of the remote program is returned as the exit status of
bf740959 256.Nm ssh .
df841692 257.Ss Escape Characters
5f4a0c58 258When a pseudo-terminal has been requested,
259.Nm
260supports a number of functions through the use of an escape character.
df841692 261.Pp
262A single tilde character can be sent as
263.Ic ~~
5bef3c35 264or by following the tilde by a character other than those described below.
df841692 265The escape character must always follow a newline to be interpreted as
266special.
267The escape character can be changed in configuration files using the
268.Cm EscapeChar
3730bb22 269configuration directive or on the command line by the
df841692 270.Fl e
271option.
272.Pp
273The supported escapes (assuming the default
274.Ql ~ )
275are:
276.Bl -tag -width Ds
277.It Cm ~.
5f4a0c58 278Disconnect.
df841692 279.It Cm ~^Z
5f4a0c58 280Background
281.Nm ssh .
df841692 282.It Cm ~#
5f4a0c58 283List forwarded connections.
df841692 284.It Cm ~&
5f4a0c58 285Background
286.Nm
287at logout when waiting for forwarded connection / X11 sessions to terminate.
df841692 288.It Cm ~?
5f4a0c58 289Display a list of escape characters.
16a79097 290.It Cm ~B
5f4a0c58 291Send a BREAK to the remote system
292(only useful for SSH protocol version 2 and if the peer supports it).
c53c54c2 293.It Cm ~C
d740ec16 294Open command line.
295Currently this allows the addition of port forwardings using the
c53c54c2 296.Fl L
297and
298.Fl R
d740ec16 299options (see below).
790029d9 300It also allows the cancellation of existing remote port-forwardings
d740ec16 301using
302.Fl KR Ar hostport .
7069a5e2 303Basic help is available, using the
304.Fl h
d740ec16 305option.
df841692 306.It Cm ~R
5f4a0c58 307Request rekeying of the connection
308(only useful for SSH protocol version 2 and if the peer supports it).
df841692 309.El
1d1ffb87 310.Ss X11 and TCP forwarding
6efa3d14 311If the
312.Cm ForwardX11
313variable is set to
314.Dq yes
5f4a0c58 315(or see the description of the
6efa3d14 316.Fl X
317and
318.Fl x
319options described later)
320and the user is using X11 (the
bf740959 321.Ev DISPLAY
322environment variable is set), the connection to the X11 display is
323automatically forwarded to the remote side in such a way that any X11
324programs started from the shell (or command) will go through the
325encrypted channel, and the connection to the real X server will be made
610cd5c6 326from the local machine.
327The user should not manually set
bf740959 328.Ev DISPLAY .
329Forwarding of X11 connections can be
330configured on the command line or in configuration files.
331.Pp
332The
f54651ce 333.Ev DISPLAY
bf740959 334value set by
335.Nm
5f4a0c58 336will point to the server machine, but with a display number greater than zero.
610cd5c6 337This is normal, and happens because
bf740959 338.Nm
339creates a
340.Dq proxy
341X server on the server machine for forwarding the
342connections over the encrypted channel.
343.Pp
344.Nm
345will also automatically set up Xauthority data on the server machine.
346For this purpose, it will generate a random authorization cookie,
347store it in Xauthority on the server, and verify that any forwarded
348connections carry this cookie and replace it by the real cookie when
610cd5c6 349the connection is opened.
350The real authentication cookie is never
bf740959 351sent to the server machine (and no cookies are sent in the plain).
352.Pp
24794905 353If the
354.Cm ForwardAgent
355variable is set to
356.Dq yes
5f4a0c58 357(or see the description of the
24794905 358.Fl A
359and
360.Fl a
a4e5acef 361options described later) and
24794905 362the user is using an authentication agent, the connection to the agent
363is automatically forwarded to the remote side.
bf740959 364.Pp
365Forwarding of arbitrary TCP/IP connections over the secure channel can
491f5f7b 366be specified either on the command line or in a configuration file.
610cd5c6 367One possible application of TCP/IP forwarding is a secure connection to an
e91c60f2 368electronic purse; another is going through firewalls.
1d1ffb87 369.Ss Server authentication
bf740959 370.Nm
1d1ffb87 371automatically maintains and checks a database containing
610cd5c6 372identifications for all hosts it has ever been used with.
f49bc4f7 373Host keys are stored in
1d1ffb87 374.Pa $HOME/.ssh/known_hosts
610cd5c6 375in the user's home directory.
f49bc4f7 376Additionally, the file
2a8a6488 377.Pa /etc/ssh/ssh_known_hosts
f49bc4f7 378is automatically checked for known hosts.
610cd5c6 379Any new hosts are automatically added to the user's file.
5f4a0c58 380If a host's identification ever changes,
bf740959 381.Nm
382warns about this and disables password authentication to prevent a
610cd5c6 383trojan horse from getting the user's password.
5f4a0c58 384Another purpose of this mechanism is to prevent man-in-the-middle attacks
385which could otherwise be used to circumvent the encryption.
610cd5c6 386The
bf740959 387.Cm StrictHostKeyChecking
588df31a 388option can be used to prevent logins to machines whose
bf740959 389host key is not known or has changed.
fa08c86b 390.Pp
3a858356 391.Nm
392can be configured to verify host identification using fingerprint resource
393records (SSHFP) published in DNS.
394The
395.Cm VerifyHostKeyDNS
396option can be used to control how DNS lookups are performed.
397SSHFP resource records can be generated using
398.Xr ssh-keygen 1 .
399.Pp
fa08c86b 400The options are as follows:
bf740959 401.Bl -tag -width Ds
5f4a0c58 402.It Fl 1
403Forces
404.Nm
405to try protocol version 1 only.
406.It Fl 2
407Forces
408.Nm
409to try protocol version 2 only.
410.It Fl 4
411Forces
412.Nm
413to use IPv4 addresses only.
414.It Fl 6
415Forces
416.Nm
417to use IPv6 addresses only.
71276795 418.It Fl A
419Enables forwarding of the authentication agent connection.
420This can also be specified on a per-host basis in a configuration file.
07d688d5 421.Pp
a4e5acef 422Agent forwarding should be enabled with caution.
423Users with the ability to bypass file permissions on the remote host
424(for the agent's Unix-domain socket)
425can access the local agent through the forwarded connection.
426An attacker cannot obtain key material from the agent,
07d688d5 427however they can perform operations on the keys that enable them to
428authenticate using the identities loaded into the agent.
5f4a0c58 429.It Fl a
430Disables forwarding of the authentication agent connection.
3435f5a6 431.It Fl b Ar bind_address
432Specify the interface to transmit from on machines with multiple
433interfaces or aliased addresses.
5f4a0c58 434.It Fl C
435Requests compression of all data (including stdin, stdout, stderr, and
436data for forwarded X11 and TCP/IP connections).
437The compression algorithm is the same used by
438.Xr gzip 1 ,
439and the
440.Dq level
441can be controlled by the
442.Cm CompressionLevel
443option for protocol version 1.
444Compression is desirable on modem lines and other
445slow connections, but will only slow down things on fast networks.
446The default value can be set on a host-by-host basis in the
447configuration files; see the
448.Cm Compression
449option.
3b9baa7b 450.It Fl c Ar cipher_spec
451Selects the cipher specification for encrypting the session.
452.Pp
453Protocol version 1 allows specification of a single cipher.
454The suported values are
455.Dq 3des ,
456.Dq blowfish
457and
458.Dq des .
bf740959 459.Ar 3des
460(triple-des) is an encrypt-decrypt-encrypt triple with three different keys.
3b9baa7b 461It is believed to be secure.
bf740959 462.Ar blowfish
5f4a0c58 463is a fast block cipher; it appears very secure and is much faster than
610cd5c6 464.Ar 3des .
29999e54 465.Ar des
466is only supported in the
467.Nm
468client for interoperability with legacy protocol 1 implementations
469that do not support the
470.Ar 3des
a4e5acef 471cipher.
472Its use is strongly discouraged due to cryptographic weaknesses.
3b9baa7b 473The default is
474.Dq 3des .
475.Pp
476For protocol version 2
477.Ar cipher_spec
478is a comma-separated list of ciphers
479listed in order of preference.
480The supported ciphers are
481.Dq 3des-cbc ,
482.Dq aes128-cbc ,
483.Dq aes192-cbc ,
484.Dq aes256-cbc ,
485.Dq aes128-ctr ,
486.Dq aes192-ctr ,
487.Dq aes256-ctr ,
488.Dq arcfour ,
489.Dq blowfish-cbc ,
490and
491.Dq cast128-cbc .
492The default is
493.Bd -literal
494 ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,
495 aes192-cbc,aes256-cbc''
496.Ed
5f4a0c58 497.It Fl D Ar port
498Specifies a local
499.Dq dynamic
500application-level port forwarding.
501This works by allocating a socket to listen to
502.Ar port
503on the local side, and whenever a connection is made to this port, the
504connection is forwarded over the secure channel, and the application
505protocol is then used to determine where to connect to from the
506remote machine.
507Currently the SOCKS4 and SOCKS5 protocols are supported, and
508.Nm
509will act as a SOCKS server.
510Only root can forward privileged ports.
511Dynamic port forwardings can also be specified in the configuration file.
512.It Fl e Ar ch | ^ch | none
bf740959 513Sets the escape character for sessions with a pty (default:
514.Ql ~ ) .
610cd5c6 515The escape character is only recognized at the beginning of a line.
516The escape character followed by a dot
bf740959 517.Pq Ql \&.
5f4a0c58 518closes the connection;
519followed by control-Z suspends the connection;
520and followed by itself sends the escape character once.
610cd5c6 521Setting the character to
bf740959 522.Dq none
523disables any escapes and makes the session fully transparent.
5f4a0c58 524.It Fl F Ar configfile
525Specifies an alternative per-user configuration file.
526If a configuration file is given on the command line,
527the system-wide configuration file
528.Pq Pa /etc/ssh/ssh_config
529will be ignored.
530The default for the per-user configuration file is
531.Pa $HOME/.ssh/config .
bf740959 532.It Fl f
533Requests
534.Nm
610cd5c6 535to go to background just before command execution.
536This is useful if
bf740959 537.Nm
538is going to ask for passwords or passphrases, but the user
610cd5c6 539wants it in the background.
f54651ce 540This implies
bf740959 541.Fl n .
542The recommended way to start X11 programs at a remote site is with
543something like
544.Ic ssh -f host xterm .
7b2ea3a1 545.It Fl g
546Allows remote hosts to connect to local forwarded ports.
5f4a0c58 547.It Fl I Ar smartcard_device
548Specifies which smartcard device to use.
549The argument is the device
550.Nm
551should use to communicate with a smartcard used for storing the user's
552private RSA key.
bf740959 553.It Fl i Ar identity_file
cf5a07a8 554Selects a file from which the identity (private key) for
fa08c86b 555RSA or DSA authentication is read.
cf5a07a8 556The default is
1d1ffb87 557.Pa $HOME/.ssh/identity
cf5a07a8 558for protocol version 1, and
559.Pa $HOME/.ssh/id_rsa
560and
561.Pa $HOME/.ssh/id_dsa
562for protocol version 2.
610cd5c6 563Identity files may also be specified on
564a per-host basis in the configuration file.
565It is possible to have multiple
bf740959 566.Fl i
567options (and multiple identities specified in
568configuration files).
bf740959 569.It Fl k
f7926e97 570Disables forwarding (delegation) of GSSAPI credentials to the server.
5f4a0c58 571.It Fl L Xo
572.Sm off
573.Ar port : host : hostport
574.Sm on
575.Xc
576Specifies that the given port on the local (client) host is to be
577forwarded to the given host and port on the remote side.
578This works by allocating a socket to listen to
579.Ar port
580on the local side, and whenever a connection is made to this port, the
581connection is forwarded over the secure channel, and a connection is
582made to
583.Ar host
584port
585.Ar hostport
586from the remote machine.
587Port forwardings can also be specified in the configuration file.
588Only root can forward privileged ports.
589IPv6 addresses can be specified with an alternative syntax:
590.Sm off
591.Xo
592.Ar port No / Ar host No /
593.Ar hostport .
594.Xc
595.Sm on
bf740959 596.It Fl l Ar login_name
610cd5c6 597Specifies the user to log in as on the remote machine.
598This also may be specified on a per-host basis in the configuration file.
5e96b616 599.It Fl M
600Places the
601.Nm
602client into
603.Dq master
604mode for connection sharing.
605Refer to the description of
606.Cm ControlMaster
607in
608.Xr ssh_config 5
609for details.
9affc5db 610.It Fl m Ar mac_spec
611Additionally, for protocol version 2 a comma-separated list of MAC
612(message authentication code) algorithms can
613be specified in order of preference.
614See the
615.Cm MACs
616keyword for more information.
5f4a0c58 617.It Fl N
618Do not execute a remote command.
619This is useful for just forwarding ports
620(protocol version 2 only).
bf740959 621.It Fl n
622Redirects stdin from
623.Pa /dev/null
624(actually, prevents reading from stdin).
625This must be used when
626.Nm
610cd5c6 627is run in the background.
628A common trick is to use this to run X11 programs on a remote machine.
629For example,
bf740959 630.Ic ssh -n shadows.cs.hut.fi emacs &
631will start an emacs on shadows.cs.hut.fi, and the X11
632connection will be automatically forwarded over an encrypted channel.
633The
634.Nm
635program will be put in the background.
636(This does not work if
637.Nm
638needs to ask for a password or passphrase; see also the
639.Fl f
640option.)
cf848a5e 641.It Fl O Ar ctl_cmd
642Control an active connection multiplexing master process.
643When the
644.Fl O
645option is specified, the
646.Ar ctl_cmd
647argument is interpreted and passed to the master process.
648Valid commands are:
649.Dq check
650(check that the master process is running) and
651.Dq exit
652(request the master to exit).
bf740959 653.It Fl o Ar option
38539909 654Can be used to give options in the format used in the configuration file.
bf740959 655This is useful for specifying options for which there is no separate
610cd5c6 656command-line flag.
5f4a0c58 657For full details of the options listed below, and their possible values, see
658.Xr ssh_config 5 .
659.Pp
660.Bl -tag -width Ds -offset indent -compact
661.It AddressFamily
662.It BatchMode
663.It BindAddress
664.It ChallengeResponseAuthentication
665.It CheckHostIP
666.It Cipher
667.It Ciphers
668.It ClearAllForwardings
669.It Compression
670.It CompressionLevel
671.It ConnectionAttempts
20b267fb 672.It ConnectTimeout
5e96b616 673.It ControlMaster
674.It ControlPath
5f4a0c58 675.It DynamicForward
5f4a0c58 676.It EscapeChar
677.It ForwardAgent
678.It ForwardX11
d73a67d7 679.It ForwardX11Trusted
5f4a0c58 680.It GatewayPorts
681.It GlobalKnownHostsFile
682.It GSSAPIAuthentication
683.It GSSAPIDelegateCredentials
684.It Host
685.It HostbasedAuthentication
686.It HostKeyAlgorithms
687.It HostKeyAlias
688.It HostName
689.It IdentityFile
3a065ed0 690.It IdentitiesOnly
396070f8 691.It KbdInteractiveDevices
5f4a0c58 692.It LocalForward
693.It LogLevel
694.It MACs
695.It NoHostAuthenticationForLocalhost
696.It NumberOfPasswordPrompts
697.It PasswordAuthentication
698.It Port
699.It PreferredAuthentications
700.It Protocol
701.It ProxyCommand
702.It PubkeyAuthentication
703.It RemoteForward
704.It RhostsRSAAuthentication
705.It RSAAuthentication
8e99a198 706.It SendEnv
5d8d32a3 707.It ServerAliveInterval
708.It ServerAliveCountMax
5f4a0c58 709.It SmartcardDevice
710.It StrictHostKeyChecking
fd573618 711.It TCPKeepAlive
5f4a0c58 712.It UsePrivilegedPort
713.It User
714.It UserKnownHostsFile
715.It VerifyHostKeyDNS
716.It XAuthLocation
717.El
bf740959 718.It Fl p Ar port
610cd5c6 719Port to connect to on the remote host.
720This can be specified on a
bf740959 721per-host basis in the configuration file.
bf740959 722.It Fl q
610cd5c6 723Quiet mode.
724Causes all warning and diagnostic messages to be suppressed.
5f4a0c58 725.It Fl R Xo
726.Sm off
727.Ar port : host : hostport
728.Sm on
729.Xc
730Specifies that the given port on the remote (server) host is to be
731forwarded to the given host and port on the local side.
732This works by allocating a socket to listen to
733.Ar port
734on the remote side, and whenever a connection is made to this port, the
735connection is forwarded over the secure channel, and a connection is
736made to
737.Ar host
738port
739.Ar hostport
740from the local machine.
741Port forwardings can also be specified in the configuration file.
742Privileged ports can be forwarded only when
743logging in as root on the remote machine.
744IPv6 addresses can be specified with an alternative syntax:
745.Sm off
746.Xo
747.Ar port No / Ar host No /
748.Ar hostport .
749.Xc
750.Sm on
f8c6db83 751.It Fl S Ar ctl_path
9affc5db 752Specifies the location of a control socket for connection sharing.
5e96b616 753Refer to the description of
0e19494c 754.Cm ControlPath
755and
5e96b616 756.Cm ControlMaster
757in
758.Xr ssh_config 5
759for details.
ae810de7 760.It Fl s
3cbc677d 761May be used to request invocation of a subsystem on the remote system.
762Subsystems are a feature of the SSH2 protocol which facilitate the use
5f4a0c58 763of SSH as a secure transport for other applications (eg.\&
764.Xr sftp 1 ) .
3cbc677d 765The subsystem is specified as the remote command.
5f4a0c58 766.It Fl T
767Disable pseudo-tty allocation.
bf740959 768.It Fl t
610cd5c6 769Force pseudo-tty allocation.
4fe2af09 770This can be used to execute arbitrary
610cd5c6 771screen-based programs on a remote machine, which can be very useful,
772e.g., when implementing menu services.
8abcdba4 773Multiple
774.Fl t
775options force tty allocation, even if
776.Nm
777has no local tty.
5f4a0c58 778.It Fl V
779Display the version number and exit.
bf740959 780.It Fl v
610cd5c6 781Verbose mode.
782Causes
bf740959 783.Nm
610cd5c6 784to print debugging messages about its progress.
785This is helpful in
bf740959 786debugging connection, authentication, and configuration problems.
8abcdba4 787Multiple
788.Fl v
c825cd79 789options increase the verbosity.
790The maximum is 3.
bf740959 791.It Fl X
792Enables X11 forwarding.
71276795 793This can also be specified on a per-host basis in a configuration file.
07d688d5 794.Pp
a4e5acef 795X11 forwarding should be enabled with caution.
796Users with the ability to bypass file permissions on the remote host
797(for the user's X authorization database)
798can access the local X11 display through the forwarded connection.
799An attacker may then be able to perform activities such as keystroke monitoring.
5f4a0c58 800.It Fl x
801Disables X11 forwarding.
d73a67d7 802.It Fl Y
803Enables trusted X11 forwarding.
bf740959 804.El
805.Sh CONFIGURATION FILES
806.Nm
588df31a 807may additionally obtain configuration data from
808a per-user configuration file and a system-wide configuration file.
809The file format and configuration options are described in
810.Xr ssh_config 5 .
bf740959 811.Sh ENVIRONMENT
812.Nm
813will normally set the following environment variables:
5f4a0c58 814.Bl -tag -width LOGNAME
bf740959 815.It Ev DISPLAY
816The
817.Ev DISPLAY
610cd5c6 818variable indicates the location of the X11 server.
f54651ce 819It is automatically set by
bf740959 820.Nm
821to point to a value of the form
822.Dq hostname:n
823where hostname indicates
5f4a0c58 824the host where the shell runs, and n is an integer \*(Ge 1.
610cd5c6 825.Nm
826uses this special value to forward X11 connections over the secure
827channel.
da89cf4d 828The user should normally not set
829.Ev DISPLAY
830explicitly, as that
bf740959 831will render the X11 connection insecure (and will require the user to
832manually copy any required authorization cookies).
833.It Ev HOME
834Set to the path of the user's home directory.
835.It Ev LOGNAME
836Synonym for
837.Ev USER ;
838set for compatibility with systems that use this variable.
839.It Ev MAIL
ae897d7c 840Set to the path of the user's mailbox.
610cd5c6 841.It Ev PATH
bf740959 842Set to the default
843.Ev PATH ,
844as specified when compiling
845.Nm ssh .
3474b2b4 846.It Ev SSH_ASKPASS
847If
848.Nm
849needs a passphrase, it will read the passphrase from the current
850terminal if it was run from a terminal.
851If
852.Nm
853does not have a terminal associated with it but
854.Ev DISPLAY
855and
856.Ev SSH_ASKPASS
857are set, it will execute the program specified by
858.Ev SSH_ASKPASS
859and open an X11 window to read the passphrase.
860This is particularly useful when calling
861.Nm
862from a
caeffafb 863.Pa .xsession
3474b2b4 864or related script.
865(Note that on some machines it
866may be necessary to redirect the input from
867.Pa /dev/null
868to make this work.)
bf740959 869.It Ev SSH_AUTH_SOCK
ae897d7c 870Identifies the path of a unix-domain socket used to communicate with the
bf740959 871agent.
da0561eb 872.It Ev SSH_CONNECTION
873Identifies the client and server ends of the connection.
610cd5c6 874The variable contains
da0561eb 875four space-separated values: client ip-address, client port number,
876server ip-address and server port number.
8abcdba4 877.It Ev SSH_ORIGINAL_COMMAND
878The variable contains the original command line if a forced command
879is executed.
880It can be used to extract the original arguments.
bf740959 881.It Ev SSH_TTY
882This is set to the name of the tty (path to the device) associated
610cd5c6 883with the current shell or command.
884If the current session has no tty,
bf740959 885this variable is not set.
886.It Ev TZ
887The timezone variable is set to indicate the present timezone if it
c345cf9d 888was set when the daemon was started (i.e., the daemon passes the value
bf740959 889on to new connections).
890.It Ev USER
891Set to the name of the user logging in.
892.El
893.Pp
f54651ce 894Additionally,
bf740959 895.Nm
f54651ce 896reads
897.Pa $HOME/.ssh/environment ,
bf740959 898and adds lines of the format
899.Dq VARNAME=value
6a342527 900to the environment if the file exists and if users are allowed to
901change their environment.
5f4a0c58 902For more information, see the
6a342527 903.Cm PermitUserEnvironment
35453849 904option in
6a342527 905.Xr sshd_config 5 .
bf740959 906.Sh FILES
c8d54615 907.Bl -tag -width Ds
f49bc4f7 908.It Pa $HOME/.ssh/known_hosts
ae897d7c 909Records host keys for all hosts the user has logged into that are not
bf740959 910in
2a8a6488 911.Pa /etc/ssh/ssh_known_hosts .
bf740959 912See
913.Xr sshd 8 .
c0ecc314 914.It Pa $HOME/.ssh/identity, $HOME/.ssh/id_dsa, $HOME/.ssh/id_rsa
915Contains the authentication identity of the user.
916They are for protocol 1 RSA, protocol 2 DSA, and protocol 2 RSA, respectively.
1d1ffb87 917These files
918contain sensitive data and should be readable by the user but not
bf740959 919accessible by others (read/write/execute).
920Note that
921.Nm
1d1ffb87 922ignores a private key file if it is accessible by others.
bf740959 923It is possible to specify a passphrase when
924generating the key; the passphrase will be used to encrypt the
925sensitive part of this file using 3DES.
c0ecc314 926.It Pa $HOME/.ssh/identity.pub, $HOME/.ssh/id_dsa.pub, $HOME/.ssh/id_rsa.pub
bf740959 927Contains the public key for authentication (public part of the
610cd5c6 928identity file in human-readable form).
1d1ffb87 929The contents of the
930.Pa $HOME/.ssh/identity.pub
5f4a0c58 931file should be added to the file
bf740959 932.Pa $HOME/.ssh/authorized_keys
933on all machines
91789042 934where the user wishes to log in using protocol version 1 RSA authentication.
1d1ffb87 935The contents of the
936.Pa $HOME/.ssh/id_dsa.pub
c0ecc314 937and
938.Pa $HOME/.ssh/id_rsa.pub
1d1ffb87 939file should be added to
96a7b0cc 940.Pa $HOME/.ssh/authorized_keys
1d1ffb87 941on all machines
91789042 942where the user wishes to log in using protocol version 2 DSA/RSA authentication.
1d1ffb87 943These files are not
610cd5c6 944sensitive and can (but need not) be readable by anyone.
1d1ffb87 945These files are
c44559d2 946never used automatically and are not necessary; they are only provided for
bf740959 947the convenience of the user.
948.It Pa $HOME/.ssh/config
610cd5c6 949This is the per-user configuration file.
588df31a 950The file format and configuration options are described in
951.Xr ssh_config 5 .
e1520719 952Because of the potential for abuse, this file must have strict permissions:
953read/write for the user, and not accessible by others.
bf740959 954.It Pa $HOME/.ssh/authorized_keys
96a7b0cc 955Lists the public keys (RSA/DSA) that can be used for logging in as this user.
610cd5c6 956The format of this file is described in the
bf740959 957.Xr sshd 8
610cd5c6 958manual page.
5f4a0c58 959In the simplest form the format is the same as the
960.Pa .pub
f49bc4f7 961identity files.
1d1ffb87 962This file is not highly sensitive, but the recommended
963permissions are read/write for the user, and not accessible by others.
2a8a6488 964.It Pa /etc/ssh/ssh_known_hosts
610cd5c6 965Systemwide list of known host keys.
f49bc4f7 966This file should be prepared by the
bf740959 967system administrator to contain the public host keys of all machines in the
610cd5c6 968organization.
969This file should be world-readable.
970This file contains
bf740959 971public keys, one per line, in the following format (fields separated
f49bc4f7 972by spaces): system name, public key and optional comment field.
610cd5c6 973When different names are used
bf740959 974for the same machine, all such names should be listed, separated by
610cd5c6 975commas.
5f4a0c58 976The format is described in the
bf740959 977.Xr sshd 8
978manual page.
979.Pp
980The canonical system name (as returned by name servers) is used by
981.Xr sshd 8
982to verify the client host when logging in; other names are needed because
983.Nm
984does not convert the user-supplied name to a canonical name before
985checking the key, because someone with access to the name servers
986would then be able to fool host authentication.
2a8a6488 987.It Pa /etc/ssh/ssh_config
610cd5c6 988Systemwide configuration file.
588df31a 989The file format and configuration options are described in
990.Xr ssh_config 5 .
2a8a6488 991.It Pa /etc/ssh/ssh_host_key, /etc/ssh/ssh_host_dsa_key, /etc/ssh/ssh_host_rsa_key
dd58cb5e 992These three files contain the private parts of the host keys
993and are used for
994.Cm RhostsRSAAuthentication
995and
996.Cm HostbasedAuthentication .
d83cbdc3 997If the protocol version 1
998.Cm RhostsRSAAuthentication
7203d6bb 999method is used,
d83cbdc3 1000.Nm
1001must be setuid root, since the host key is readable only by root.
1002For protocol version 2,
1003.Nm
1004uses
1005.Xr ssh-keysign 8
1006to access the host keys for
1007.Cm HostbasedAuthentication .
1008This eliminates the requirement that
1009.Nm
1010be setuid root when that authentication method is used.
1011By default
dd58cb5e 1012.Nm
d83cbdc3 1013is not setuid root.
bf740959 1014.It Pa $HOME/.rhosts
1015This file is used in
6f5abc1e 1016.Cm RhostsRSAAuthentication
1017and
1018.Cm HostbasedAuthentication
bf740959 1019authentication to list the
610cd5c6 1020host/user pairs that are permitted to log in.
1021(Note that this file is
bf740959 1022also used by rlogin and rsh, which makes using this file insecure.)
1023Each line of the file contains a host name (in the canonical form
1024returned by name servers), and then a user name on that host,
610cd5c6 1025separated by a space.
e91c60f2 1026On some machines this file may need to be
bf740959 1027world-readable if the user's home directory is on a NFS partition,
1028because
1029.Xr sshd 8
610cd5c6 1030reads it as root.
1031Additionally, this file must be owned by the user,
1032and must not have write permissions for anyone else.
1033The recommended
bf740959 1034permission for most machines is read/write for the user, and not
1035accessible by others.
1036.Pp
6f5abc1e 1037Note that
bf740959 1038.Xr sshd 8
6f5abc1e 1039allows authentication only in combination with client host key
1040authentication before permitting log in.
91789042 1041If the server machine does not have the client's host key in
2a8a6488 1042.Pa /etc/ssh/ssh_known_hosts ,
91789042 1043it can be stored in
bf740959 1044.Pa $HOME/.ssh/known_hosts .
1045The easiest way to do this is to
1046connect back to the client from the server machine using ssh; this
1d1ffb87 1047will automatically add the host key to
bf740959 1048.Pa $HOME/.ssh/known_hosts .
1049.It Pa $HOME/.shosts
1050This file is used exactly the same way as
5f4a0c58 1051.Pa .rhosts .
bf740959 1052The purpose for
6f5abc1e 1053having this file is to be able to use
1054.Cm RhostsRSAAuthentication
1055and
1056.Cm HostbasedAuthentication
1057authentication without permitting login with
5f4a0c58 1058.Xr rlogin
bf740959 1059or
1060.Xr rsh 1 .
1061.It Pa /etc/hosts.equiv
1062This file is used during
6f5abc1e 1063.Cm RhostsRSAAuthentication
1064and
1065.Cm HostbasedAuthentication
be193d89 1066authentication.
610cd5c6 1067It contains
5f4a0c58 1068canonical hosts names, one per line (the full format is described in the
bf740959 1069.Xr sshd 8
610cd5c6 1070manual page).
1071If the client host is found in this file, login is
bf740959 1072automatically permitted provided client and server user names are the
610cd5c6 1073same.
6f5abc1e 1074Additionally, successful client host key authentication is required.
610cd5c6 1075This file should only be writable by root.
5f4fdfae 1076.It Pa /etc/shosts.equiv
f54651ce 1077This file is processed exactly as
bf740959 1078.Pa /etc/hosts.equiv .
1079This file may be useful to permit logins using
1080.Nm
1081but not using rsh/rlogin.
2a8a6488 1082.It Pa /etc/ssh/sshrc
bf740959 1083Commands in this file are executed by
1084.Nm
1085when the user logs in just before the user's shell (or command) is started.
1086See the
1087.Xr sshd 8
1088manual page for more information.
1089.It Pa $HOME/.ssh/rc
1090Commands in this file are executed by
1091.Nm
1092when the user logs in just before the user's shell (or command) is
1093started.
f54651ce 1094See the
bf740959 1095.Xr sshd 8
1096manual page for more information.
83b7f649 1097.It Pa $HOME/.ssh/environment
1098Contains additional definitions for environment variables, see section
1099.Sx ENVIRONMENT
1100above.
b5e300c2 1101.El
16210ef7 1102.Sh DIAGNOSTICS
1103.Nm
1104exits with the exit status of the remote command or with 255
1105if an error occurred.
bf740959 1106.Sh SEE ALSO
5f4a0c58 1107.Xr gzip 1 ,
bf740959 1108.Xr rsh 1 ,
1109.Xr scp 1 ,
61e96248 1110.Xr sftp 1 ,
bf740959 1111.Xr ssh-add 1 ,
1112.Xr ssh-agent 1 ,
1113.Xr ssh-keygen 1 ,
1114.Xr telnet 1 ,
5f4a0c58 1115.Xr hosts.equiv 5 ,
1ae02182 1116.Xr ssh_config 5 ,
b2843ec6 1117.Xr ssh-keysign 8 ,
9afadca8 1118.Xr sshd 8
2cad6cef 1119.Rs
1120.%A T. Ylonen
1121.%A T. Kivinen
1122.%A M. Saarinen
1123.%A T. Rinne
1124.%A S. Lehtinen
1125.%T "SSH Protocol Architecture"
17f5e68a 1126.%N draft-ietf-secsh-architecture-12.txt
1127.%D January 2002
2cad6cef 1128.%O work in progress material
1129.Re
be193d89 1130.Sh AUTHORS
1131OpenSSH is a derivative of the original and free
1132ssh 1.2.12 release by Tatu Ylonen.
1133Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
1134Theo de Raadt and Dug Song
1135removed many bugs, re-added newer features and
1136created OpenSSH.
1137Markus Friedl contributed the support for SSH
1138protocol versions 1.5 and 2.0.
This page took 1.960482 seconds and 5 git commands to generate.