HOW TO SETUP SSH ON A CISCO 2950 SWITCH AFTER UPDATING FIRMWARE
sh run | include hostname
sh run | include domain-name
Ensure that a hostname and domain have been added.
Generate the RSA Keys
config t
crypto key generate rsa
How many bits in the modulus [512]: 1024
line vty 0 4
transport input ssh
login local
username <username> privilege 15 password 0 <password>
line console 0
logging sync
login local
end
wr mem
config t
username <username> privilege 15 password 0 <password>
service password-encryption
sh ip ssh
Test SSH access.
wr mem
copy run start
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.