02-02-2017 07:39 PM - edited 03-08-2019 09:09 AM
what is the command to login to a router via ssh ? only need login command such as in telnet # telnet 1.1.1.1
02-02-2017 07:50 PM
HI !
please try these commands .
| username xxx password xxx |
| ip domain-name test.com |
| crypto key generate rsa |
| line vty 0 15 |
| logging synchronous |
| exec-timeout 180 |
| transport input ssh |
| login local |
02-02-2017 07:51 PM
HI
this command is not reqiured
login local
02-02-2017 11:08 PM
Here is a guide for configuring SSH: Guide to better SSH-Security
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide