Created
January 26, 2017 20:56
-
-
Save jampajeen/442fbe2902a98fdb44582985f52c56f5 to your computer and use it in GitHub Desktop.
SSH to System VM from the Host on which the VM is running - cloudstack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Format: ssh -i <path-to-private-key> <link-local-ip> -p 3922 | |
Example: root@faith:~# ssh -i /root/.ssh/id_rsa.cloud 169.254.3.93 -p 3922 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment