- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2012 05:15 PM - edited 03-11-2019 03:36 PM
Hi,
My mistake I enabled ssh by following commands but forgot to create a local username. Is there anyway to recover from this? The config was already saved so reboot will not take me to previous state.
config term
crypto key generate rsa modulas 1024
ip ssh version 2
line vty 0 4
transport input ssh
password xyz
On PIX/ASA when there is no username defined, the default username is cisco. However cisco username doesn't seem to work on this router. What are my options for recovery at this point other than router passwor recovery process?
Thanks,
Sam
Solved! Go to Solution.
- Labels:
-
NGFW Firewalls
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2012 08:42 AM
The line vty commands only affect remote access. Login on console and add the username from that input locale. If you have "ip http server" setup you can use that as a third access method via which you can change the configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2012 08:42 AM
The line vty commands only affect remote access. Login on console and add the username from that input locale. If you have "ip http server" setup you can use that as a third access method via which you can change the configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2012 05:20 PM
I have http disabled now but console is a way. Thanks for the response.
