October 3

Basic Cisco Switch Configuration Checklist 2

Configuring SSH on a Cisco Device

  1. Create hostname                    hostname abc
  2. Configure a Domain name   ip domain-name abc.com
  3. Generate encryption keys     crypto key generate rsa   -> How many bits in the modulus [512]:
  4. Enable SSH version 2            ip ssh version 2
  5. Create local user account(s) username Peter  secret password
  6. line vty 0 4
  7. Allow telnet or ssh                  transport input telnet ssh
  8. Enable local login                    login local 
  9. Write mem


Posted October 3, 2016 by Ray in category "Cisco

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.