Re: Quick question - SSH behind PIX

From: Richard E. Silverman (res_at_qoxp.net)
Date: 11/20/04

  • Next message: Scott Lowe: "Re: Quick question - SSH behind PIX"
    Date: 20 Nov 2004 17:11:29 -0500
    
    

    >>>>> "SL" == Scott Lowe <me@privacy.net> writes:

        SL> When I attempt to connect to the Linux host (running on an
        SL> alternate port), I get a warning about a host key of a different
        SL> type (PIX does not support SSH 2).

    Quote the error message, rather than paraphrasing it, so we know exactly
    what's happening. You have not made it clear what's going on, so I'm
    going to guess that you have previously also connected to the PIX with
    SSH, and now it's confused about the correct host key.

        SL> Is there a workaround, other than using different IP addresses for
        SL> the Linux host and the outside interface of the PIX?

    [~/.ssh/config]

    host pix
      hostname <pix name or address>

    host linux
      hostname <pix name or address>
      port <alternate port>

    ... and let OpenSSH associate the host keys with the names "pix" and
    "linux" (or do it yourself with HostKeyAlias).

    -- 
      Richard Silverman
      res@qoxp.net
    

  • Next message: Scott Lowe: "Re: Quick question - SSH behind PIX"