503
Views
0
Helpful
2
Replies
Verify SSH connectivity from router using a destination IP address
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2023 04:21 AM
What command do I use to verify connectivity using an SSH session from a router using a destination IP address eg. 10.1.3.11?
Labels:
- Labels:
-
LAN Switching
2 Replies 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2023 04:25 AM
Hi @Ian Dewar
If you want to start a SSH session from Router to IP address 10.1.3.11 you can use the command
ssh -l <user> 10.1.3.11
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2023 05:03 AM
You use uasename xxx password yyy
Ssh xxx@1.1.1.1 (1.1.1.1 is IP as example)
