How To Configure Ssh On Cisco Switch Packet Tracer?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Log into the Cisco switch.
2. Enter the enable mode.
3. Type “configure terminal” and hit enter.
4. Type “ip domain name <domain_name>” and hit enter.
5. Type “crypto key generate rsa” and hit enter.
6. Type “ip ssh version 2” and hit enter.
7. Type “line vty 0 4” and hit enter.
8. Type “transport input ssh” and hit enter.
9. Type “login local” and hit enter.
10. Type “exit” to exit the configuration and hit enter.
11. Type “write memory” and hit enter to save the changes.