View | Details | Raw Unified | Return to bug 2405
Collapse All | Expand All

(-)sshd_config.5 (-3 / +12 lines)
Lines 1494-1504 For more details on certificates, see th Link Here
1494
.It Cm UseDNS
1494
.It Cm UseDNS
1495
Specifies whether
1495
Specifies whether
1496
.Xr sshd 8
1496
.Xr sshd 8
1497
should look up the remote host name and check that
1497
should look up the remote host name, and to check that
1498
the resolved host name for the remote IP address maps back to the
1498
the resolved host name for the remote IP address maps back to the
1499
very same IP address.
1499
very same IP address.
1500
The default is
1500
.Pp
1501
.Dq no .
1501
If this option is set to
1502
.Dq no
1503
(the default) then only addresses and not host names may be used in
1504
.Pa ~/.ssh/known_hosts
1505
.Cm from
1506
and
1507
.Xr sshd_config 5
1508
.Cm Match
1509
.Cm Host
1510
directives.
1502
.It Cm UseLogin
1511
.It Cm UseLogin
1503
Specifies whether
1512
Specifies whether
1504
.Xr login 1
1513
.Xr login 1

Return to bug 2405