diff options
author | Colin Watson <cjwatson@debian.org> | 2003-09-23 18:08:35 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2003-09-23 18:08:35 +0000 |
commit | d59fd3e421aa81b8e5e118f3f806081df2aca879 (patch) | |
tree | 356a4e607edc979c625bb33db63c656d771478bd /ssh.1 | |
parent | 7505658c58e96b8d270f1928a0e1fa7f3e0c266b (diff) | |
parent | 45431c9b4677608680cd071768cbf156b316a7e8 (diff) |
Merge 3.7.1p2 to the trunk. I have absolutely no idea yet whether this will
work.
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 51 |
1 files changed, 29 insertions, 22 deletions
@@ -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 | |||
301 | to terminate | 301 | to terminate |
302 | .It Cm ~? | 302 | .It Cm ~? |
303 | Display a list of escape characters | 303 | Display a list of escape characters |
304 | .It Cm ~B | ||
305 | Send a BREAK to the remote system (only useful for SSH protocol version 2 | ||
306 | and if the peer supports it) | ||
304 | .It Cm ~C | 307 | .It Cm ~C |
305 | Open command line (only useful for adding port forwardings using the | 308 | Open 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 | |||
485 | options (and multiple identities specified in | 488 | options (and multiple identities specified in |
486 | configuration files). | 489 | configuration files). |
487 | .It Fl I Ar smartcard_device | 490 | .It Fl I Ar smartcard_device |
488 | Specifies which smartcard device to use. The argument is | 491 | Specifies which smartcard device to use. |
489 | the device | 492 | The argument is the device |
490 | .Nm | 493 | .Nm |
491 | should use to communicate with a smartcard used for storing the user's | 494 | should use to communicate with a smartcard used for storing the user's |
492 | private RSA key. | 495 | private RSA key. |
493 | .It Fl k | 496 | .It Fl k |
494 | Disables forwarding of Kerberos tickets and AFS tokens. | 497 | Disables forwarding of Kerberos tickets. |
495 | This may also be specified on a per-host basis in the configuration file. | 498 | This 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 |
497 | Specifies the user to log in as on the remote machine. | 500 | Specifies the user to log in as on the remote machine. |
@@ -543,9 +546,10 @@ If a second | |||
543 | .Fl q | 546 | .Fl q |
544 | is given then even fatal errors are suppressed. | 547 | is given then even fatal errors are suppressed. |
545 | .It Fl s | 548 | .It Fl s |
546 | May be used to request invocation of a subsystem on the remote system. Subsystems are a feature of the SSH2 protocol which facilitate the use | 549 | May be used to request invocation of a subsystem on the remote system. |
547 | of SSH as a secure transport for other applications (eg. sftp). The | 550 | Subsystems are a feature of the SSH2 protocol which facilitate the use |
548 | subsystem is specified as the remote command. | 551 | of SSH as a secure transport for other applications (eg. sftp). |
552 | The subsystem is specified as the remote command. | ||
549 | .It Fl t | 553 | .It Fl t |
550 | Force pseudo-tty allocation. | 554 | Force pseudo-tty allocation. |
551 | This can be used to execute arbitrary | 555 | This can be used to execute arbitrary |
@@ -567,8 +571,10 @@ This is helpful in | |||
567 | debugging connection, authentication, and configuration problems. | 571 | debugging connection, authentication, and configuration problems. |
568 | Multiple | 572 | Multiple |
569 | .Fl v | 573 | .Fl v |
570 | options increases the verbosity. | 574 | options increase the verbosity. |
571 | Maximum is 3. | 575 | The maximum is 3. |
576 | .It Fl V | ||
577 | Display the version number and exit. | ||
572 | .It Fl x | 578 | .It Fl x |
573 | Disables X11 forwarding. | 579 | Disables 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 | |||
647 | connection is forwarded over the secure channel, and the application | 653 | connection is forwarded over the secure channel, and the application |
648 | protocol is then used to determine where to connect to from the | 654 | protocol is then used to determine where to connect to from the |
649 | remote machine. | 655 | remote machine. |
650 | Currently the SOCKS4 protocol is supported, and | 656 | Currently the SOCKS4 and SOCKS5 protocols are supported, and |
651 | .Nm | 657 | .Nm |
652 | will act as a SOCKS4 server. | 658 | will act as a SOCKS server. |
653 | Only root can forward privileged ports. | 659 | Only root can forward privileged ports. |
654 | Dynamic port forwardings can also be specified in the configuration file. | 660 | Dynamic 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 |
922 | This file is used during | 928 | This file is used during |
923 | .Pa \&.rhosts authentication. | 929 | .Pa \&.rhosts |
930 | authentication. | ||
924 | It contains | 931 | It contains |
925 | canonical hosts names, one per line (the full format is described on | 932 | canonical hosts names, one per line (the full format is described on |
926 | the | 933 | the |
@@ -962,15 +969,6 @@ above. | |||
962 | .Nm | 969 | .Nm |
963 | exits with the exit status of the remote command or with 255 | 970 | exits with the exit status of the remote command or with 255 |
964 | if an error occurred. | 971 | if an error occurred. |
965 | .Sh AUTHORS | ||
966 | OpenSSH is a derivative of the original and free | ||
967 | ssh 1.2.12 release by Tatu Ylonen. | ||
968 | Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, | ||
969 | Theo de Raadt and Dug Song | ||
970 | removed many bugs, re-added newer features and | ||
971 | created OpenSSH. | ||
972 | Markus Friedl contributed the support for SSH | ||
973 | protocol 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 | ||
996 | OpenSSH is a derivative of the original and free | ||
997 | ssh 1.2.12 release by Tatu Ylonen. | ||
998 | Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, | ||
999 | Theo de Raadt and Dug Song | ||
1000 | removed many bugs, re-added newer features and | ||
1001 | created OpenSSH. | ||
1002 | Markus Friedl contributed the support for SSH | ||
1003 | protocol versions 1.5 and 2.0. | ||