Re: PuTTY + cluster + server fingerprints



cartimus@xxxxxxxxx writes:
Jacob Nevins wrote:
Use the same host key for all hosts on the cluster.

Unfortunately we don't administer that cluster and that is unlikely to
be allowed, I can ask! I was trying to find a workaround on the client
side though PuTTY may in fact negate any attempt.

In that case, here's a grim hack that will allow you to get round such
issues with the current state of PuTTY:

- On the Proxy panel, set "Proxy type" to Telnet and "Telnet command"
to the empty string.

- Set "Proxy hostname" and port to the real hostname and port you want
to connect to.

- On the "Session" panel, set the hostname and port to the name you
want the host key to be stored under.

What this does: the proxy setup creates a "null proxy" where a TCP
connection to one hostname is used as a proxy for a connection to
another hostname. The hostname/port you configure on the Session panel
get used to decide where the SSH host key is stored / looked up, but are
otherwise ignored, so they don't even have to correspond to a real
hostname.
.



Relevant Pages

  • Re: sockets, gethostname() changing
    ... According to my book, an address is a tuple of the form (hostname, ... port), so I didn't know what you meant by using 127.0.0.1 as the ... produced an addr that contained "127.0.0.1" for the hostname. ... Got socket connection from ...
    (comp.lang.python)
  • ProxyPass does not work with hostnames only IPs. (mod_proxy Apache 1.3)
    ... use ProxyPass in virtual host directives with success. ... ServerName www.foo.org ... Only when I use a hostname all I get is a "500 Proxy Error" ...
    (comp.infosystems.www.servers.unix)
  • 0x8024402C - Possible Fix
    ... connection settings are not set to proxy) BUT the hostname ... of the proxy matched the hostname that my server was set ... measure that blocks windows update v5 from certain IP's. ...
    (microsoft.public.windowsupdate)
  • Re: 0x8024402C - Possible Fix
    ... > connection settings are not set to proxy) BUT the hostname ... > of the proxy matched the hostname that my server was set ... > measure that blocks windows update v5 from certain IP's. ...
    (microsoft.public.windowsupdate)
  • Re: twisted: not doing DNS resolutions?
    ... performing the DNS resolutions. ... From the connection factory's ... IPv4Address(TCP, 'hostname', port) ... My guess is that either it thinks the hostname is a valid ip address, or a callback isn't actually getting called. ...
    (comp.lang.python)