cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
489
Views
0
Helpful
2
Replies

Verify SSH connectivity from router using a destination IP address

Ian Dewar
Level 1
Level 1

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?

2 Replies 2

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

You use uasename xxx password yyy

Ssh xxx@1.1.1.1 (1.1.1.1 is IP as  example)