On 2004-09-03, Ekkard Gerlach <(E-Mail Removed)> wrote:
> I'm administrating about 12 LANs of customers (in future
> about 50). I dial in by telephone line (ISDN) and login
> with ssh. I programmed the dialin interface with dynamical
> IP adresses. I get another IP with each customer (e.g.
> 192.168.10.200, .201, .202, ...). I programmed another
> IP for each LAN because otherwise ssh claims:
>
> 4857: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@
> 4857: @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
> 4857: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@
> [snipped]
>
> Are there some concepts that allow the *same* IP with each LAN?
>
Unfortunately not, a others will notice there is no 'support' for different
SSH deamons running on different ports, and those ports are port forwarded to
other hosts.
All I can suggest is you use the 'IgnoreUserKnownHosts yes' in your
ssh_config file.
This should be perfectly safe (if you check your fingerprints). You might
find your self better off (I have not tried this though) if you fill your
/etc/hosts with entries and then use a 'hostname' to connect to the machine,
this hopefully will work, I could be wrong though.
Cheers
Alex
|