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

Diff for /src/usr.bin/ssh/ssh_config.5 between version 1.150 and 1.151

version 1.150, 2011/05/07 23:19:39 version 1.151, 2011/05/24 07:15:47
Line 517 
Line 517 
 The default is  The default is
 .Dq no .  .Dq no .
 .It Cm GlobalKnownHostsFile  .It Cm GlobalKnownHostsFile
 Specifies a file to use for the global  Specifies one or more files to use for the global
 host key database instead of  host key database, separated by whitespace.
 .Pa /etc/ssh/ssh_known_hosts .  The default is
   .Pa /etc/ssh/ssh_known_hosts ,
   .Pa /etc/ssh/ssh_known_hosts2 .
 .It Cm GSSAPIAuthentication  .It Cm GSSAPIAuthentication
 Specifies whether user authentication based on GSSAPI is allowed.  Specifies whether user authentication based on GSSAPI is allowed.
 The default is  The default is
Line 1171 
Line 1173 
 This saves the trouble of  This saves the trouble of
 having to remember to give the user name on the command line.  having to remember to give the user name on the command line.
 .It Cm UserKnownHostsFile  .It Cm UserKnownHostsFile
 Specifies a file to use for the user  Specifies one or more files to use for the user
 host key database instead of  host key database, separated by whitespace.
 .Pa ~/.ssh/known_hosts .  The default is
   .Pa ~/.ssh/known_hosts ,
   .Pa ~/.ssh/known_hosts2 .
 .It Cm VerifyHostKeyDNS  .It Cm VerifyHostKeyDNS
 Specifies whether to verify the remote key using DNS and SSHFP resource  Specifies whether to verify the remote key using DNS and SSHFP resource
 records.  records.

Legend:
Removed from v.1.150  
changed lines
  Added in v.1.151