PIX506 - SSH setup

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

Reply to
John
Loading thread data ...

Did you put in a domain name first?

Reply to
Munpe Q

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

Reply to
Wayne

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.