Skip to content

Instantly share code, notes, and snippets.

@jampajeen
Created January 26, 2017 20:56
Show Gist options
  • Save jampajeen/442fbe2902a98fdb44582985f52c56f5 to your computer and use it in GitHub Desktop.
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
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