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

Diff for /src/usr.bin/ssh/sshd.8 between version 1.103 and 1.104

version 1.103, 2001/03/04 18:21:28 version 1.104, 2001/03/05 14:28:47
Line 339 
Line 339 
 authentication is allowed.  authentication is allowed.
 This option is only available for protocol version 2.  This option is only available for protocol version 2.
 .Pp  .Pp
   .It Cm ChallengeResponseAuthentication
   Specifies whether
   challenge response
   authentication is allowed.
   Currently there is only support for
   .Xr skey 1
   authentication.
   The default is
   .Dq yes .
 .It Cm Ciphers  .It Cm Ciphers
 Specifies the ciphers allowed for protocol version 2.  Specifies the ciphers allowed for protocol version 2.
 Multiple ciphers must be comma-separated.  Multiple ciphers must be comma-separated.
Line 373 
Line 382 
 can be used as wildcards in the patterns.  can be used as wildcards in the patterns.
 Only user names are valid; a numerical user ID isn't recognized.  Only user names are valid; a numerical user ID isn't recognized.
 By default login is allowed regardless of the user name.  By default login is allowed regardless of the user name.
 .It Cm PubkeyAuthentication  
 Specifies whether public key authentication is allowed.  
 The default is  
 .Dq yes .  
 Note that this option applies to protocol version 2 only.  
 .It Cm GatewayPorts  .It Cm GatewayPorts
 Specifies whether remote hosts are allowed to connect to ports  Specifies whether remote hosts are allowed to connect to ports
 forwarded for the client.  forwarded for the client.
Line 611 
Line 615 
 Multiple versions must be comma-separated.  Multiple versions must be comma-separated.
 The default is  The default is
 .Dq 1 .  .Dq 1 .
   .It Cm PubkeyAuthentication
   Specifies whether public key authentication is allowed.
   The default is
   .Dq yes .
   Note that this option applies to protocol version 2 only.
 .It Cm ReverseMappingCheck  .It Cm ReverseMappingCheck
 Specifies whether  Specifies whether
 .Nm  .Nm
Line 642 
Line 651 
 .It Cm ServerKeyBits  .It Cm ServerKeyBits
 Defines the number of bits in the server key.  Defines the number of bits in the server key.
 The minimum value is 512, and the default is 768.  The minimum value is 512, and the default is 768.
 .It Cm ChallengeResponseAuthentication  
 Specifies whether  
 challenge response  
 authentication is allowed.  
 Currently there is only support for  
 .Xr skey 1  
 authentication.  
 The default is  
 .Dq yes .  
 .It Cm StrictModes  .It Cm StrictModes
 Specifies whether  Specifies whether
 .Nm  .Nm

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104