Host authenticity check
Posted Feb 18, 2007 14:29 UTC (Sun) by
juriise (subscriber, #38305)
In reply to:
Host authenticity check by k8to
Parent article:
Set up remote access in UNIX through OpenSSH (developerWorks)
>Referring to the same computer by different names results in a different
>but similar warning. Worse, when one of the names is really a service
>name, and ssh seems to have (perhaps cannot have) any provision for
>recognizing this, resulting in a series of warnings in different
>scenarios.
These two servers are acccessed through the same ip using
destination nat. With the HostKeyAlias, ssh cheks the host key
without beeing confused.
host egg
hostname www.xxx.net
User riise
HostKeyAlias egg-axx
CheckHostIp no
host morr
hostname www.xxx.net
User riise
port 10022
HostKeyAlias morr-axx
CheckHostIp no
(
Log in to post comments)