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?

link|improve this question

67% accept rate
feedback

2 Answers

up vote 0 down vote accepted

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

link|improve this answer
Agree, +1. Also, @JPrescottSanders, you may want to look at accepting some answers to older questions. – Shane Madden May 26 '11 at 3:04
feedback

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
link|improve this answer
Are there any other requirements? This is a "blank slate" scenario. – JPrescottSanders May 26 '11 at 2:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.