Question

Is there anyone know how to ssh into cloudstack SSVM through public IP address?My hypervisor is KVM and I have binded public IP address to SSVM and I can ssh -i ~/.ssh/id_rsa.cloud -p 3922 root@,but I just can't ssh SSVM through public IP address.Many thanks!

Was it helpful?

Solution 2

AFAIK, for security reasons you cannot. Use the management IP address instead.

PS. This is probably a better question for ServerFault

OTHER TIPS

If your main goal is to Login to SSVM, then you can do it using linklocalip of SSVM.

First SSH to your host and then from the host, you can SSH to SSVM using linklocalip in the same manner (ssh -i ~/.ssh/id_rsa.cloud -p 3922 root@linklocalipOfSSVM)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top