03-05-2011 10:49 AM - edited 03-11-2019 01:01 PM
Just wanted to know if someone could show me step-by-step how to configure SSH access on my PIX 506e. I would like to use local authentication with no AAA server. Also I would like to have telnet disabled completely. Thank you.
Thomas
Solved! Go to Solution.
03-05-2011 08:16 PM
You're right... for example to use AAA with local authentication you do:
aaa authentication ssh console LOCAL
And let's say that you only want the network 1.1.1.0/24 to be able to SSH to the outside interface, you do:
ssh 1.1.1.0 255.255.255.0 outside
Hope it helps.
Federico.
03-05-2011 10:53 AM
Hi Thomas,
Telnet is not possible to the outside interface of the PIX (only via a tunnel).
To configure SSH follow these steps:
1. Configure a name (hostname mypix)
2. Configure a domain-name (domain-name myname.com)
3. Generate RSA keys (crypto ca generate rsa)
4. Enable SSH (ssh 0 0 outside)
You can tune timers and restrictions, but for SSH to work you can do the above.
If there's no command:
telnet 0 0 inside or equivalent, then the PIX won't accept telnet connections.
Hope it helps.
Federico.
03-05-2011 07:17 PM
Thank you, Federico. I was wondering about setting up AAA for authentication and also configuring the IP addresses allowed to SSH into the PIX.
Thank you,
Thomas
03-05-2011 08:16 PM
You're right... for example to use AAA with local authentication you do:
aaa authentication ssh console LOCAL
And let's say that you only want the network 1.1.1.0/24 to be able to SSH to the outside interface, you do:
ssh 1.1.1.0 255.255.255.0 outside
Hope it helps.
Federico.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide