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_configChange Config# PermitRootLogin without-password to PermitRootLogin yesRestart SSH Service# service ssh restart