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 ApacheTomcat and Integrate with apache2 on Linux (Ubuntu 14.04)

PawwordLess SSH Login (Ubuntu 14.04)

Setup DHCP Server on Linux