summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.136
1 files changed, 19 insertions, 17 deletions
diff --git a/ssh.1 b/ssh.1
index 0116977b6..eba0e0f93 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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.19 2000/03/17 12:40:17 damien Exp $ 12.\" $Id: ssh.1,v 1.20 2000/03/26 03:04:54 damien Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SSH 1 15.Dt SSH 1
@@ -287,8 +287,8 @@ host key is not known or has changed.
287.Sh OPTIONS 287.Sh OPTIONS
288.Bl -tag -width Ds 288.Bl -tag -width Ds
289.It Fl a 289.It Fl a
290Disables forwarding of the authentication agent connection. This may 290Disables forwarding of the authentication agent connection.
291also be specified on a per-host basis in the configuration file. 291This may also be specified on a per-host basis in the configuration file.
292.It Fl c Ar blowfish|3des 292.It Fl c Ar blowfish|3des
293Selects the cipher to use for encrypting the session. 293Selects the cipher to use for encrypting the session.
294.Ar 3des 294.Ar 3des
@@ -342,8 +342,8 @@ It is possible to have multiple
342options (and multiple identities specified in 342options (and multiple identities specified in
343configuration files). 343configuration files).
344.It Fl k 344.It Fl k
345Disables forwarding of Kerberos tickets and AFS tokens. This may 345Disables forwarding of Kerberos tickets and AFS tokens.
346also be specified on a per-host basis in the configuration file. 346This may also be specified on a per-host basis in the configuration file.
347.It Fl l Ar login_name 347.It Fl l Ar login_name
348Specifies the user to log in as on the remote machine. 348Specifies the user to log in as on the remote machine.
349This also may be specified on a per-host basis in the configuration file. 349This also may be specified on a per-host basis in the configuration file.
@@ -390,7 +390,7 @@ Causes all warning and diagnostic messages to be suppressed.
390Only fatal errors are displayed. 390Only fatal errors are displayed.
391.It Fl t 391.It Fl t
392Force pseudo-tty allocation. 392Force pseudo-tty allocation.
393This can be used to execute arbitary 393This can be used to execute arbitrary
394screen-based programs on a remote machine, which can be very useful, 394screen-based programs on a remote machine, which can be very useful,
395e.g., when implementing menu services. 395e.g., when implementing menu services.
396.It Fl v 396.It Fl v
@@ -514,8 +514,8 @@ The host is the
514argument given on the command line (i.e., the name is not converted to 514argument given on the command line (i.e., the name is not converted to
515a canonicalized host name before matching). 515a canonicalized host name before matching).
516.It Cm AFSTokenPassing 516.It Cm AFSTokenPassing
517Specifies whether to pass AFS tokens to remote host. The argument to 517Specifies whether to pass AFS tokens to remote host.
518this keyword must be 518The argument to this keyword must be
519.Dq yes 519.Dq yes
520or 520or
521.Dq no . 521.Dq no .
@@ -534,7 +534,8 @@ If this flag is set to
534.Dq yes , 534.Dq yes ,
535ssh will additionally check the host ip address in the 535ssh will additionally check the host ip address in the
536.Pa known_hosts 536.Pa known_hosts
537file. This allows ssh to detect if a host key changed due to DNS spoofing. 537file.
538This allows ssh to detect if a host key changed due to DNS spoofing.
538If the option is set to 539If the option is set to
539.Dq no , 540.Dq no ,
540the check will not be executed. 541the check will not be executed.
@@ -645,7 +646,7 @@ If they are sent, death of the connection or crash of one
645of the machines will be properly noticed. 646of the machines will be properly noticed.
646However, this means that 647However, this means that
647connections will die if the route is down temporarily, and some people 648connections will die if the route is down temporarily, and some people
648find it annoying. 649find it annoying.
649.Pp 650.Pp
650The default is 651The default is
651.Dq yes 652.Dq yes
@@ -657,15 +658,15 @@ To disable keepalives, the value should be set to
657.Dq no 658.Dq no
658in both the server and the client configuration files. 659in both the server and the client configuration files.
659.It Cm KerberosAuthentication 660.It Cm KerberosAuthentication
660Specifies whether Kerberos authentication will be used. The argument to 661Specifies whether Kerberos authentication will be used.
661this keyword must be 662The argument to this keyword must be
662.Dq yes 663.Dq yes
663or 664or
664.Dq no . 665.Dq no .
665.It Cm KerberosTgtPassing 666.It Cm KerberosTgtPassing
666Specifies whether a Kerberos TGT will be forwarded to the server. This 667Specifies whether a Kerberos TGT will be forwarded to the server.
667will only work if the Kerberos server is actually an AFS kaserver. The 668This will only work if the Kerberos server is actually an AFS kaserver.
668argument to this keyword must be 669The argument to this keyword must be
669.Dq yes 670.Dq yes
670or 671or
671.Dq no . 672.Dq no .
@@ -684,8 +685,9 @@ The possible values are:
684QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG. 685QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG.
685The default is INFO. 686The default is INFO.
686.It Cm NumberOfPasswordPrompts 687.It Cm NumberOfPasswordPrompts
687Specifies the number of password prompts before giving up. The 688Specifies the number of password prompts before giving up.
688argument to this keyword must be an integer. Default is 3. 689The argument to this keyword must be an integer.
690Default is 3.
689.It Cm PasswordAuthentication 691.It Cm PasswordAuthentication
690Specifies whether to use password authentication. 692Specifies whether to use password authentication.
691The argument to this keyword must be 693The argument to this keyword must be