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

Diff for /src/usr.bin/ssh/sshd_config.5 between version 1.194 and 1.195

version 1.194, 2015/02/20 23:46:01 version 1.195, 2015/04/16 23:25:50
Line 1164 
Line 1164 
 .Dq yes .  .Dq yes .
 .It Cm PidFile  .It Cm PidFile
 Specifies the file that contains the process ID of the  Specifies the file that contains the process ID of the
 SSH daemon.  SSH daemon, or
   .Dq none
   to not write one.
 The default is  The default is
 .Pa /var/run/sshd.pid .  .Pa /var/run/sshd.pid .
 .It Cm Port  .It Cm Port
Line 1254 
Line 1256 
 of data has been sent or received and no time based rekeying is done.  of data has been sent or received and no time based rekeying is done.
 This option applies to protocol version 2 only.  This option applies to protocol version 2 only.
 .It Cm RevokedKeys  .It Cm RevokedKeys
 Specifies revoked public keys.  Specifies revoked public keys file, or
   .Dq none
   to not use one.
 Keys listed in this file will be refused for public key authentication.  Keys listed in this file will be refused for public key authentication.
 Note that if this file is not readable, then public key authentication will  Note that if this file is not readable, then public key authentication will
 be refused for all users.  be refused for all users.
Line 1367 
Line 1371 
 .Dq no .  .Dq no .
 .It Cm TrustedUserCAKeys  .It Cm TrustedUserCAKeys
 Specifies a file containing public keys of certificate authorities that are  Specifies a file containing public keys of certificate authorities that are
 trusted to sign user certificates for authentication.  trusted to sign user certificates for authentication, or
   .Dq none
   to not use one.
 Keys are listed one per line; empty lines and comments starting with  Keys are listed one per line; empty lines and comments starting with
 .Ql #  .Ql #
 are allowed.  are allowed.
Line 1496 
Line 1502 
 .It Cm XAuthLocation  .It Cm XAuthLocation
 Specifies the full pathname of the  Specifies the full pathname of the
 .Xr xauth 1  .Xr xauth 1
 program.  program, or
   .Dq none
   to not use one.
 The default is  The default is
 .Pa /usr/X11R6/bin/xauth .  .Pa /usr/X11R6/bin/xauth .
 .El  .El

Legend:
Removed from v.1.194  
changed lines
  Added in v.1.195