Re: Multiple machines at one IP
From: Darren Tucker (dtucker_at_zip.com.au)
Date: 10/30/03
- Previous message: JM: "Logging SFTP transfer.."
- In reply to: David A. Parker: "Multiple machines at one IP"
- Next in thread: James Tusini: "RE: Multiple machines at one IP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 30 Oct 2003 10:14:16 +1100 To: "David A. Parker" <dparker@utica.edu>
"David A. Parker" wrote:
[snip]
> The problem is that, even
> without strict checking enabled, OpenSSH doesn't seem to like a
> different computer answering on the IP that the main login box answered
> on before. I get a giant warning and an error and cannot connect.
[snip]
>Any idea if there is a way to be
> able to SSH to multiple machine located at the same IP but on different
> ports, and not have it yell at me?
$ man ssh_config
[snip]
HostKeyAlias
Specifies an alias that should be used instead of the real host
name when looking up or saving the host key in the host key
database files. This option is useful for tunneling ssh connec-
tions or for multiple servers running on a single host.
and possibly:
CheckHostIP
If this flag is set to ``yes'', ssh will additionally check the
host IP address in the known_hosts file. This allows ssh to
detect if a host key changed due to DNS spoofing. If the option
is set to ``no'', the check will not be executed. The default is
``yes''.
--
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.
- Previous message: JM: "Logging SFTP transfer.."
- In reply to: David A. Parker: "Multiple machines at one IP"
- Next in thread: James Tusini: "RE: Multiple machines at one IP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|