Displaying 1 result from an estimated 1 matches for "stricthostcheck".
2002 Sep 10
0
[Bug 393] New: 'known_hosts' file should be indexed by IP:PORT, not just IP
...ate each IP:PORT pair with a physical host.
The current logic breaks if the SSH server is behind a NAT device that does
port mapping. For example, 156.32.67.132:22 does not necessarily go to the
same physical host as 156.32.67.132:1022.
The problem one sees as a result of this is that the 'StrictHostChecking'
and 'CheckHostIP' settings in ssh_config will cause 'ssh' to fail when it
shouldn't. We ran into this today when I mapped a second SSH server through
our firewall on a new port.
------- You are receiving this mail because: -------
You are the assignee for the bug,...