-1

What configuration lines/steps are required to enable WAN side SSH for the Cisco PIX? In addition what considerations should be made to ensure your connections are secure?

JPrescottSanders
  • 519
  • 2
  • 5
  • 12

2 Answers2

1

If you want to allow the entire internet:

ssh 0.0.0.0 0.0.0.0 waninterfacename

Or just a specific host:

ssh 77.7.7.7 255.255.255.255 waninterfacename
Shane Madden
  • 114,520
  • 13
  • 181
  • 251
0

I'm answering and downvoting for laziness, because this is clearly a case of LMGTFY:

http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a008069bf1b.shtml

Max Alginin
  • 3,284
  • 15
  • 11