[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.206 and 1.207

version 1.206, 2015/07/10 06:21:53 version 1.207, 2015/07/20 00:30:01
Line 1494 
Line 1494 
 .It Cm UseDNS  .It Cm UseDNS
 Specifies whether  Specifies whether
 .Xr sshd 8  .Xr sshd 8
 should look up the remote host name and check that  should look up the remote host name, and to check that
 the resolved host name for the remote IP address maps back to the  the resolved host name for the remote IP address maps back to the
 very same IP address.  very same IP address.
 The default is  .Pp
 .Dq no .  If this option is set to
   .Dq no
   (the default) then only addresses and not host names may be used in
   .Pa ~/.ssh/known_hosts
   .Cm from
   and
   .Xr sshd_config 5
   .Cm Match
   .Cm Host
   directives.
 .It Cm UseLogin  .It Cm UseLogin
 Specifies whether  Specifies whether
 .Xr login 1  .Xr login 1

Legend:
Removed from v.1.206  
changed lines
  Added in v.1.207