|
Posted by Wayne on April 16, 2005, 6:45 pm
If you were Registered and logged in, you could reply and use other advanced thread options
hostname yourhostname
domain comcast.com (?)
ca zeroize
ca save all
ca gen rsa key 1024
ca save all
ssh 0.0.0.0 0.0.0.0 outside
> I'm attempting to setup SSH access on a PIX506. It's setup for DES & 3DES.
> I created the keys (ca gen rsa key 1024) and saved them (ca save all), and
> also resaved the config (wr mem). The config contains the following ssh
> statement -
>
> ssh 0.0.0.0 0.0.0.0 outside
>
> but I'm unable to connect. I enabled debug on the PIX for ICMP and SSH.
> When I ping the PIX's external interface, I see the debug trace and have
> connectivity. But when I run Putty (configured for SSH) I don't connect
> and have no debug activity. Does Comcast block the SSH port? Any other
> ideas?
>
> Thanks.
>
> John
|