diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -9,7 +9,7 @@ | |||
9 | .\" | 9 | .\" |
10 | .\" Created: Sat Apr 22 21:55:14 1995 ylo | 10 | .\" Created: Sat Apr 22 21:55:14 1995 ylo |
11 | .\" | 11 | .\" |
12 | .\" $Id: ssh.1,v 1.26 2000/05/17 12:34:24 damien Exp $ | 12 | .\" $Id: ssh.1,v 1.27 2000/05/30 03:44:54 damien Exp $ |
13 | .\" | 13 | .\" |
14 | .Dd September 25, 1999 | 14 | .Dd September 25, 1999 |
15 | .Dt SSH 1 | 15 | .Dt SSH 1 |
@@ -24,7 +24,7 @@ | |||
24 | .Op Ar command | 24 | .Op Ar command |
25 | .Pp | 25 | .Pp |
26 | .Nm ssh | 26 | .Nm ssh |
27 | .Op Fl afgknqtvxCNPTX246 | 27 | .Op Fl afgknqtvxACNPTX246 |
28 | .Op Fl c Ar cipher_spec | 28 | .Op Fl c Ar cipher_spec |
29 | .Op Fl e Ar escape_char | 29 | .Op Fl e Ar escape_char |
30 | .Op Fl i Ar identity_file | 30 | .Op Fl i Ar identity_file |
@@ -332,7 +332,9 @@ host key is not known or has changed. | |||
332 | .Bl -tag -width Ds | 332 | .Bl -tag -width Ds |
333 | .It Fl a | 333 | .It Fl a |
334 | Disables forwarding of the authentication agent connection. | 334 | Disables forwarding of the authentication agent connection. |
335 | This may also be specified on a per-host basis in the configuration file. | 335 | .It Fl A |
336 | Enables forwarding of the authentication agent connection. | ||
337 | This can also be specified on a per-host basis in a configuration file. | ||
336 | .It Fl c Ar blowfish|3des | 338 | .It Fl c Ar blowfish|3des |
337 | Selects the cipher to use for encrypting the session. | 339 | Selects the cipher to use for encrypting the session. |
338 | .Ar 3des | 340 | .Ar 3des |
@@ -460,9 +462,9 @@ The verbose mode is also used to display | |||
460 | challenges, if the user entered "s/key" as password. | 462 | challenges, if the user entered "s/key" as password. |
461 | .It Fl x | 463 | .It Fl x |
462 | Disables X11 forwarding. | 464 | Disables X11 forwarding. |
463 | This can also be specified on a per-host basis in a configuration file. | ||
464 | .It Fl X | 465 | .It Fl X |
465 | Enables X11 forwarding. | 466 | Enables X11 forwarding. |
467 | This can also be specified on a per-host basis in a configuration file. | ||
466 | .It Fl C | 468 | .It Fl C |
467 | Requests compression of all data (including stdin, stdout, stderr, and | 469 | Requests compression of all data (including stdin, stdout, stderr, and |
468 | data for forwarded X11 and TCP/IP connections). | 470 | data for forwarded X11 and TCP/IP connections). |
@@ -671,6 +673,8 @@ The argument must be | |||
671 | .Dq yes | 673 | .Dq yes |
672 | or | 674 | or |
673 | .Dq no . | 675 | .Dq no . |
676 | The default is | ||
677 | .Dq no . | ||
674 | .It Cm ForwardX11 | 678 | .It Cm ForwardX11 |
675 | Specifies whether X11 connections will be automatically redirected | 679 | Specifies whether X11 connections will be automatically redirected |
676 | over the secure channel and | 680 | over the secure channel and |