![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
![]() |

|
| Security and Firewall Error ! Secuirty and firewall Realted Queries and support |
![]() |
|
SSH configuration on PIX Firewall
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Administrator
Posts: 876
Join Date: Oct 2005
Rep Power: 10
IM:
|
Secure SHell (SSH) provides encrypted terminal sessions, along with a lot of other neat features. www.cisco.com has configuration examples for practically everything under the planet, including the start for this one. To configure a Cisco PIX Firewall to support SSH, enter the following commands: hostname myfirewall domain-name mydomain.mytld ca gen rsa key 1024 ssh 172.18.124.114 255.255.255.255 inside ssh timeout 60 passwd YourPasswordGoesHere ca save all This configuration allows ssh from the 172.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 The "ca save all" is important. This command saves the rsa keys. How do I connect? First, get an SSH client. PuttY isa popular one for Microsoft Windows, and SSH clients are packaged with most Linux distributions. For Linux, the command line (for a pix at IP address 1.1.1.1) is: ssh -1 -c des pix@1.1.1.1 For Solaris (from Cisco's website): ./ssh -c 3des -1 pix -v |
|
|
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cirrus Configuration Manager 3.5 | Virtual | Application Downloads | 0 | 04-Mar-2008 07:24 AM |
| IDM.Net Configuration 1.5.0.0. | Cybershot | Application Downloads | 0 | 28-Feb-2008 01:01 AM |
| Suggest the best configuration | Anilrgowda | Microsoft Windows xp error | 1 | 10-Mar-2007 12:13 AM |
| Win XP: User Configuration | Anilrgowda | Microsoft Windows xp error | 1 | 15-Feb-2007 01:50 AM |
| GPO Difference Between Computer Configuration and User Configuration | Anilrgowda | Microsoft Windows xp error | 1 | 15-Feb-2007 01:30 AM |