I am Dale Hayter, a Microsoft and VMware certified Technical Consultant.

My blog has been built up over the years from my experience of working on an IT helpdesk and also from being out on-site.

SSH to another device from a Cisco Router

Whilst logged into a cisco router you can SSH to another box using the command :

ssh -l Username IP

So if you wanted to SSH to a ESXi server you would need to use the root username

ssh -l root IP