[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.64.2.5 and 1.64.2.6

version 1.64.2.5, 2001/09/27 00:15:42 version 1.64.2.6, 2001/11/15 00:15:00
Line 981 
Line 981 
 Multiple algorithms must be comma-separated.  Multiple algorithms must be comma-separated.
 The default is  The default is
 .Dq hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 .  .Dq hmac-md5,hmac-sha1,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 .
   .It Cm NoHostAuthenticationForLocalhost
   This option can be used if the home directory is shared across machines.
   In this case localhost will refer to a different machine on each of
   the machines and the user will get many warnings about changed host keys.
   However, this option disables host authentication for localhost.
   The argument to this keyword must be
   .Dq yes
   or
   .Dq no .
   The default is to check the host key for localhost.
 .It Cm NumberOfPasswordPrompts  .It Cm NumberOfPasswordPrompts
 Specifies the number of password prompts before giving up.  Specifies the number of password prompts before giving up.
 The argument to this keyword must be an integer.  The argument to this keyword must be an integer.

Legend:
Removed from v.1.64.2.5  
changed lines
  Added in v.1.64.2.6