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!

有帮助吗?

解决方案 2

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

PS. This is probably a better question for ServerFault

其他提示

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)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top