host_key and fingerprint problem with protocol 2
Darren Tucker
dtucker at zip.com.au
Fri Sep 20 23:35:59 EST 2002
Stephan Hendl wrote:
[snip]
> the client doesn't recognise that the host_keys are identical and
> says everytime that there can be a "man in the middle..."
This is probably because ssh on "c" knows a v2 host key for your
firewall which is different from "a" and "b".
> Does have anybody a solution?
In $HOME/.ssh/config on "c":
Host a
Hostname firewall
Port 22136
HostKeyAlias a
Host b
Hostname firewall
Port 22137
HostKeyAlias b
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
More information about the openssh-unix-dev
mailing list