Unable to SSH to HostFav's LXC Ubuntu 14.x and 16.x VPS Print

  • 4

By default it’s not possible to establish a direct SSH connection to a HostFav's LXC VPS.

In order to SSH into a Ubuntu 14.x and 16.x LXC VPS you need to login to HostFav's account and use NoVNC Console to apply following commands:

Modify /etc/ssh/sshd_config
# nano /etc/ssh/sshd_config

Change Config
# PermitRootLogin without-password to PermitRootLogin yes

Restart SSH Service
# service ssh restart

Was this answer helpful?

« Back