2019/07/19

Cisco Switch SSH commands

[IOS general commands]

#enable password cisco                                       # Enable Password
#username cisco password cisco                           # User / Password
#aaa new-model                                                # AAA
#ip domain-name cisco.com                                 # Domain name
#crypto key generate rsa                                      # RSA key
#ip ssh version 2                                                # SSH version 2
#line vty 0 4
    #transport input ssh                                         # SSH terminal setup


[IOS XE addtional commands]

#aaa authentication login default local                     # authenticate AAA at local device
#line vty 0 4
    #login authentication default                              #  setup AAA as default authentication

No comments:

Post a Comment