How I create RSA key and enable SSH access in Cisco VG202
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2016 07:53 AM
How I create RSA key and enable SSH access in Cisco VG202, in a Cisco router I use the next commands(but in a VG not exists):
conf t
crypto key generate rsa modulus 1024
ip domain-name domain-name
ip ssh version 2
ip ssh time-out 120
ip ssh authentication-retries 3
line vty 0 4
transport input telnet ssh
end
- Labels:
-
Network Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2016 08:00 PM
What IOS image are you running? Please share the exact image filename.
It needs to include encryption ("k9") in the filename in order to create an RSA key and enable ssh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2016 06:04 AM
The IOS non include "k9", its need to update IOS image to generate RSA key and enable SSH?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2016 06:25 AM
Correct.
An image with strong cryptographic feature set ("k9") is required to generate an RSA key and enable ssh.
