[BACK]Return to ssh.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.1 between version 1.41 and 1.42

version 1.41, 2000/03/23 21:11:38 version 1.42, 2000/03/23 21:39:55
Line 287 
Line 287 
 .Sh OPTIONS  .Sh OPTIONS
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl a  .It Fl a
 Disables forwarding of the authentication agent connection. This may  Disables forwarding of the authentication agent connection.
 also be specified on a per-host basis in the configuration file.  This may also be specified on a per-host basis in the configuration file.
 .It Fl c Ar blowfish|3des  .It Fl c Ar blowfish|3des
 Selects the cipher to use for encrypting the session.  Selects the cipher to use for encrypting the session.
 .Ar 3des  .Ar 3des
Line 342 
Line 342 
 options (and multiple identities specified in  options (and multiple identities specified in
 configuration files).  configuration files).
 .It Fl k  .It Fl k
 Disables forwarding of Kerberos tickets and AFS tokens. This may  Disables forwarding of Kerberos tickets and AFS tokens.
 also be specified on a per-host basis in the configuration file.  This may also be specified on a per-host basis in the configuration file.
 .It Fl l Ar login_name  .It Fl l Ar login_name
 Specifies the user to log in as on the remote machine.  Specifies the user to log in as on the remote machine.
 This also may be specified on a per-host basis in the configuration file.  This also may be specified on a per-host basis in the configuration file.
Line 514 
Line 514 
 argument given on the command line (i.e., the name is not converted to  argument given on the command line (i.e., the name is not converted to
 a canonicalized host name before matching).  a canonicalized host name before matching).
 .It Cm AFSTokenPassing  .It Cm AFSTokenPassing
 Specifies whether to pass AFS tokens to remote host. The argument to  Specifies whether to pass AFS tokens to remote host.
 this keyword must be  The argument to this keyword must be
 .Dq yes  .Dq yes
 or  or
 .Dq no .  .Dq no .
Line 534 
Line 534 
 .Dq yes ,  .Dq yes ,
 ssh will additionally check the host ip address in the  ssh will additionally check the host ip address in the
 .Pa known_hosts  .Pa known_hosts
 file. This allows ssh to detect if a host key changed due to DNS spoofing.  file.
   This allows ssh to detect if a host key changed due to DNS spoofing.
 If the option is set to  If the option is set to
 .Dq no ,  .Dq no ,
 the check will not be executed.  the check will not be executed.
Line 657 
Line 658 
 .Dq no  .Dq no
 in both the server and the client configuration files.  in both the server and the client configuration files.
 .It Cm KerberosAuthentication  .It Cm KerberosAuthentication
 Specifies whether Kerberos authentication will be used. The argument to  Specifies whether Kerberos authentication will be used.
 this keyword must be  The argument to this keyword must be
 .Dq yes  .Dq yes
 or  or
 .Dq no .  .Dq no .
 .It Cm KerberosTgtPassing  .It Cm KerberosTgtPassing
 Specifies whether a Kerberos TGT will be forwarded to the server. This  Specifies whether a Kerberos TGT will be forwarded to the server.
 will only work if the Kerberos server is actually an AFS kaserver. The  This will only work if the Kerberos server is actually an AFS kaserver.
 argument to this keyword must be  The argument to this keyword must be
 .Dq yes  .Dq yes
 or  or
 .Dq no .  .Dq no .
Line 684 
Line 685 
 QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG.  QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG.
 The default is INFO.  The default is INFO.
 .It Cm NumberOfPasswordPrompts  .It Cm NumberOfPasswordPrompts
 Specifies the number of password prompts before giving up. The  Specifies the number of password prompts before giving up.
 argument to this keyword must be an integer. Default is 3.  The argument to this keyword must be an integer.
   Default is 3.
 .It Cm PasswordAuthentication  .It Cm PasswordAuthentication
 Specifies whether to use password authentication.  Specifies whether to use password authentication.
 The argument to this keyword must be  The argument to this keyword must be

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42