1001
Views
0
Helpful
3
Replies
SSH ( secure shelling )

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Labels:
- Labels:
-
Other Switching
3 Replies 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 |
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2017 07:51 PM
HI
this command is not reqiured
login local
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2017 11:08 PM
Here is a guide for configuring SSH: Guide to better SSH-Security
