View | Details | Raw Unified | Return to bug 1993 | Differences between
and this patch

Collapse All | Expand All

(-)ssh_config.5 (-1 / +5 lines)
Lines 340-346 If this flag is set to Link Here
340
will additionally check the host IP address in the
340
will additionally check the host IP address in the
341
.Pa known_hosts
341
.Pa known_hosts
342
file.
342
file.
343
This allows ssh to detect if a host key changed due to DNS spoofing.
343
This allows ssh to detect if a host key changed due to DNS spoofing
344
and will add addresses of hosts to
345
.Pa ~/.ssh/known_hosts ,
346
regardless of the setting of
347
.Cm StrictHostKeyChecking .
344
If the option is set to
348
If the option is set to
345
.Dq no ,
349
.Dq no ,
346
the check will not be executed.
350
the check will not be executed.

Return to bug 1993