Thursday, May 19, 2011

How to use ssh client in Cisco devices to access another ssh server

If you want to access ssh server for administration works from cisco switch. You can use the following command to access the ssh server from switch.

cisco# ssh -l username ip_address

e.g output for accessing linux ssh server through cisco switch.
cisco# ssh -l root 192.168.1.1

Password:
Last login: Thu May 19 10:08:04 2011 from 192.168.1.1
[root@linux ~]#

No comments:

Post a Comment