Вопрос

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