Tags
# conf t
(config)# enable password <your password> encrypted
(config)# username <your username> password <your password> encrypted privilege 15
(config)# aaa authentication ssh console LOCAL
(config)# ssh <ip address> <netmask> inside
(config)# crypto key gen rsa gen mod 2048
(config)# ssh timeout 30
(config)# ssh version 2