How To Enable Ssh On Cisco Switch 3750?
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.
To enable SSH on a Cisco Switch 3750, first enter global configuration mode by typing “configure terminal”. Then, type the following command to enable SSH:
ip ssh version 2
Next, create a local user account with a username and a password by typing the following command:
username username password password
Finally, type the following command to enable SSH on the switch:
ip ssh authentication-retries 2
Once these commands have been entered, you can use SSH to remotely access the switch.