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?
Asked
Active
Viewed 750 times
2 Answers
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
-
Are there any other requirements? This is a "blank slate" scenario. – JPrescottSanders May 26 '11 at 02:46
0
I'm answering and downvoting for laziness, because this is clearly a case of LMGTFY:

Max Alginin
- 3,284
- 15
- 11
-
Agree, +1. Also, @JPrescottSanders, you may want to look at accepting some answers to older questions. – Shane Madden May 26 '11 at 03:04