October
3
Basic Cisco Switch Configuration Checklist 2
Configuring SSH on a Cisco Device
- Create hostname hostname abc
- Configure a Domain name ip domain-name abc.com
- Generate encryption keys crypto key generate rsa -> How many bits in the modulus [512]:
- Enable SSH version 2 ip ssh version 2
- Create local user account(s) username Peter secret password
- line vty 0 4
- Allow telnet or ssh transport input telnet ssh
- Enable local login login local
- Write mem