SSH configuration on PIX Firewall
To configure a Cisco PIX Firewall to support SSH, enter the following commands:
hostname firewall
domain-name karahanoglu.info
ca gen rsa key 1024
ssh 212.18.124.114 255.255.255.255 inside
ssh timeout 60
passwd SIFRENIZ
This configuration allows ssh from the 212.18.124.114 address on the inside interface. Change this address to something that makes sense for your network. If desired, you can use this line to allow access from any address on the outside interface:
ssh 0.0.0.0 0.0.0.0 outside
Important : You should be aware that which interface of firewall you try to connect, inside or outside
Comments
Post a Comment