HI,
And dont forget to enable local authentication:
aaa authentication ssh console LOCAL
Best regards,
Istvan
Main Topics
Browse All TopicsI'm trying to configure SSH access to our ASA 5505 and ultimately disable telnet.
I've gone into the ASDM and configured it to allow SSH. However it doesn't work. Any suggestions?
Show running shows:
ssh 192.168.10.0 255.255.255.0 inside
ssh 192.168.20.0 255.255.255.0 inside
Doesn't the device have to create an SSH key?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: PeteLongPosted on 2009-10-12 at 07:51:20ID: 25551728
Allow SSH to PIX / ASA
First allow an IP address (Or network)
eg
ciscoasa(config)#ssh 217.22.146.123 255.255.255.255 outside
or
ciscoasa(config)#ssh 217.22.146.0 255.255.255.0 outside
or
ciscoasa(config)#ssh 192.168.1.1 255.255.255.255 inside
or
ciscoasa(config)#ssh 192.168.1.0 255.255.255.0 inside
Then (Only do this once) Create an RSA key on the Firewall
ciscoasa(config)# crypto key generate rsa
INFO: The name for the keys will be: <Default-RSA-Key>
Keypair generation process begin. Please wait...
Ciscoasa(config)#
Load an SSH Client on your PC e.g. PuTTy http://www.putty.nl/
Under "HostName (or IP Address) enter the Firewalls details
Tick SSH
Select Open
Note: You can give the connection and Save it for use again.
The first time is connects it will give you a warning about
trusting the other end accept it.
The username is pix
The Password is the Firewalls telent password
Note: The telnet password is set to cisco by default change it
using the passwd command
ciscoasa(config)#passwd newpassword.
Note if there is a problem with the keys, they might have corrupted. To repair
PIX7 / ASA (v7)
crypto key zeroize rsa
crypto key generate rsa modulus 1024
To telnet down a VPN tunnel to a firewalls inside interface you need the followjng command
management-access inside