Essentially Telnet is the same - but that will ONLY work from the inside - and you dont need to generate a key
the default password is cisco (unless you changed it with a passwd command
ciscoasa(config)#telnet 192.168.1.0 255.255.255.0 inside
is all you need
heres some bedtime reading on my website http://www.petenetlive.com
Main Topics
Browse All Topics





by: PeteLongPosted on 2008-04-06 at 13:40:51ID: 21293079
OK Im assuming you are trying to access the asa from the inside?
SSH will not work till you generate a key
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