Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a PIX 506 at a remote location and I attempted to setup ssh access to it from my machine.Firewall = PIX 506 - 6.1(1)my machine = RedHat Linux 8.0ssh client = openssh 3.4p1-2.The SSH session is failing with the following error.On the client sid...
A site with a 506 PIX 6.1(2) has an odd issue with FTP outboundPassive mode seems to fail for clients reaching all ftp sites on internet.Active mode still works, however. Both PAT and NAT machines are effected Firewall has fixup protocol ftp 21set.
X11Forwarding was the ticket. Then again it also helped knowing the PIX only supports SSH 1.For anyone else in the same situation, use these settings:/etc/ssh/ssh_config change X11Forwarding to no# ssh -v -c des -l pix -1 [pix ip address]