summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.151
1 files changed, 29 insertions, 22 deletions
diff --git a/ssh.1 b/ssh.1
index 86c1f0bb1..3fbd954e8 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 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. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.168 2003/03/28 10:11:43 jmc Exp $ 37.\" $OpenBSD: ssh.1,v 1.175 2003/07/22 13:35:22 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -49,7 +49,7 @@
49.Pp 49.Pp
50.Nm ssh 50.Nm ssh
51.Bk -words 51.Bk -words
52.Op Fl afgknqstvxACNTX1246 52.Op Fl afgknqstvxACNTVX1246
53.Op Fl b Ar bind_address 53.Op Fl b Ar bind_address
54.Op Fl c Ar cipher_spec 54.Op Fl c Ar cipher_spec
55.Op Fl e Ar escape_char 55.Op Fl e Ar escape_char
@@ -301,6 +301,9 @@ Background ssh at logout when waiting for forwarded connection / X11 sessions
301to terminate 301to terminate
302.It Cm ~? 302.It Cm ~?
303Display a list of escape characters 303Display a list of escape characters
304.It Cm ~B
305Send a BREAK to the remote system (only useful for SSH protocol version 2
306and if the peer supports it)
304.It Cm ~C 307.It Cm ~C
305Open command line (only useful for adding port forwardings using the 308Open command line (only useful for adding port forwardings using the
306.Fl L 309.Fl L
@@ -485,13 +488,13 @@ It is possible to have multiple
485options (and multiple identities specified in 488options (and multiple identities specified in
486configuration files). 489configuration files).
487.It Fl I Ar smartcard_device 490.It Fl I Ar smartcard_device
488Specifies which smartcard device to use. The argument is 491Specifies which smartcard device to use.
489the device 492The argument is the device
490.Nm 493.Nm
491should use to communicate with a smartcard used for storing the user's 494should use to communicate with a smartcard used for storing the user's
492private RSA key. 495private RSA key.
493.It Fl k 496.It Fl k
494Disables forwarding of Kerberos tickets and AFS tokens. 497Disables forwarding of Kerberos tickets.
495This may also be specified on a per-host basis in the configuration file. 498This may also be specified on a per-host basis in the configuration file.
496.It Fl l Ar login_name 499.It Fl l Ar login_name
497Specifies the user to log in as on the remote machine. 500Specifies the user to log in as on the remote machine.
@@ -543,9 +546,10 @@ If a second
543.Fl q 546.Fl q
544is given then even fatal errors are suppressed. 547is given then even fatal errors are suppressed.
545.It Fl s 548.It Fl s
546May be used to request invocation of a subsystem on the remote system. Subsystems are a feature of the SSH2 protocol which facilitate the use 549May be used to request invocation of a subsystem on the remote system.
547of SSH as a secure transport for other applications (eg. sftp). The 550Subsystems are a feature of the SSH2 protocol which facilitate the use
548subsystem is specified as the remote command. 551of SSH as a secure transport for other applications (eg. sftp).
552The subsystem is specified as the remote command.
549.It Fl t 553.It Fl t
550Force pseudo-tty allocation. 554Force pseudo-tty allocation.
551This can be used to execute arbitrary 555This can be used to execute arbitrary
@@ -567,8 +571,10 @@ This is helpful in
567debugging connection, authentication, and configuration problems. 571debugging connection, authentication, and configuration problems.
568Multiple 572Multiple
569.Fl v 573.Fl v
570options increases the verbosity. 574options increase the verbosity.
571Maximum is 3. 575The maximum is 3.
576.It Fl V
577Display the version number and exit.
572.It Fl x 578.It Fl x
573Disables X11 forwarding. 579Disables X11 forwarding.
574.It Fl X 580.It Fl X
@@ -647,9 +653,9 @@ on the local side, and whenever a connection is made to this port, the
647connection is forwarded over the secure channel, and the application 653connection is forwarded over the secure channel, and the application
648protocol is then used to determine where to connect to from the 654protocol is then used to determine where to connect to from the
649remote machine. 655remote machine.
650Currently the SOCKS4 protocol is supported, and 656Currently the SOCKS4 and SOCKS5 protocols are supported, and
651.Nm 657.Nm
652will act as a SOCKS4 server. 658will act as a SOCKS server.
653Only root can forward privileged ports. 659Only root can forward privileged ports.
654Dynamic port forwardings can also be specified in the configuration file. 660Dynamic port forwardings can also be specified in the configuration file.
655.It Fl 1 661.It Fl 1
@@ -920,7 +926,8 @@ or
920.Xr rsh 1 . 926.Xr rsh 1 .
921.It Pa /etc/hosts.equiv 927.It Pa /etc/hosts.equiv
922This file is used during 928This file is used during
923.Pa \&.rhosts authentication. 929.Pa \&.rhosts
930authentication.
924It contains 931It contains
925canonical hosts names, one per line (the full format is described on 932canonical hosts names, one per line (the full format is described on
926the 933the
@@ -962,15 +969,6 @@ above.
962.Nm 969.Nm
963exits with the exit status of the remote command or with 255 970exits with the exit status of the remote command or with 255
964if an error occurred. 971if an error occurred.
965.Sh AUTHORS
966OpenSSH is a derivative of the original and free
967ssh 1.2.12 release by Tatu Ylonen.
968Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
969Theo de Raadt and Dug Song
970removed many bugs, re-added newer features and
971created OpenSSH.
972Markus Friedl contributed the support for SSH
973protocol versions 1.5 and 2.0.
974.Sh SEE ALSO 972.Sh SEE ALSO
975.Xr rsh 1 , 973.Xr rsh 1 ,
976.Xr scp 1 , 974.Xr scp 1 ,
@@ -994,3 +992,12 @@ protocol versions 1.5 and 2.0.
994.%D January 2002 992.%D January 2002
995.%O work in progress material 993.%O work in progress material
996.Re 994.Re
995.Sh AUTHORS
996OpenSSH is a derivative of the original and free
997ssh 1.2.12 release by Tatu Ylonen.
998Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
999Theo de Raadt and Dug Song
1000removed many bugs, re-added newer features and
1001created OpenSSH.
1002Markus Friedl contributed the support for SSH
1003protocol versions 1.5 and 2.0.