01-13-2005 05:59 PM - edited 03-09-2019 09:59 AM
Hi,
Can someone tell me whether SSH is supported on all IOS feature sets? I can't seem to find the commands that are required to configure SSH access.
Also, I have been trying to configure SSH access for my PIX-515E, but after following the configuration guides, I still can't get it to work. Does anyone have a step-by-step guide?
Thanks!
01-13-2005 08:54 PM
SSH is not supported on all versions, You have to make sure that the image you choose has a "K" in the name (for instance gsr-k4p-mz.12.0-21.ST7).
Enabling SSH is prettty easy:
1. make sure you have a hostname:
hostname router1
2. configure domain name:
ip domain-name secure-router.org
3. generate keys:
crypto key generate rsa
4. enter ssh commands:
ip ssh time-out 60
ip ssh authentication-retries 2
Depending on your AAA method, you may need the following:
username xxx password xxx
That is about it,
HTH, Marek
01-14-2005 04:13 AM
Hi,
On the PIX its slightly different to IOS.
hostname
domain-name
ca gen rsa key 1024
!--- The RSA key will not be saved without
!--- the ca save all command.
Also, you need to make sure that you allow your admin hosts IP address to access the PIX using SSH
e.g.
ssh
Initiate a connection and then check your logs, if you are still having problems try using "debug ssh"
HTH
PD
01-15-2005 07:23 PM
Hi,
Yep, it is slightly different on a PIX. In the end, I had to include the following command too
aaa authentication ssh console LOCAL
Thanks for the helps people! :)
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