Configure Telnet & SSH on Router for Remote access.

To configure Telnet we have to do some steps...

Step1- #line vty 0 4
Step2- #password mypassword
Step3- #login local



To configure SSH on Router we have to do some extra task..

Step1- #ip domain-name <mydomainname>
Step2-#crypto key generate rsa
Step3-#ip ssh version 2       ------------------------------------------- (No required)
Step4#username <myusername> secret <mypassword>
Step5-#line vty 0 15
Step6-#transport input ssh
Step7-#login local

Popular posts from this blog

How to install and configure Apache2 for Webhosting on Linux (Ubuntu 14.04)

How to set Java Path if you want to put your java any directory in linux Computer

Make autoservice for Tomcat