Because who cares about the details. “Just Do It”.
“crypto key generate rsa” will have to be a replied to with at least 1024 or better 2048.
conf t
hostname <HOSTNAME>
ip domain-name <DOMAIN.COM>
crypto key generate rsa
line vty 0 15
transport input ssh
login local
aaa new-model
ip ssh time-out 60
ip ssh authentication-retries 3
ip ssh version 2
service password-encryption
username admin privilege 15 secret <PASSWORD>
enable secret <PASSWORD>
Be First to Comment