Search code examples
apache-cloudstack

How to ssh into cloudstack SSVM through public IP address


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!


Solution

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

    PS. This is probably a better question for ServerFault