| Summary: | ssh/scp to localhost/127.0.0.1 should not update known_hosts | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | H.-Dirk Schmitt <dirk> |
| Component: | Miscellaneous | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | enhancement | CC: | dtucker |
| Priority: | P2 | ||
| Version: | 5.3p1 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
H.-Dirk Schmitt
2010-11-22 01:03:30 AEDT
$ man ssh_config
[...]
NoHostAuthenticationForLocalhost
This option can be used if the home directory is shared across
machines. In this case localhost will refer to a different
machine on each of the machines and the user will get many warn-
ings about changed host keys. However, this option disables host
authentication for localhost. The argument to this keyword must
be ``yes'' or ``no''. The default is to check the host key for
localhost.
Move resolved bugs to CLOSED after 5.7 release |