• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Plesk VPS can't ssh into container.

D

DesignedByDave

Guest
Hi There,

I'm unable to SSH into my VPS container.

- I disabled the default plesk module based firewall, opened the necessary ports in the Virtuozzo firewall.

I've tried using putty, terminal, even the default java SSH client that is built into plesk + virtuozzo. No Luck.

Each client returns "Connection Refused" assuming that my VPS is locking me out.

I've even tried to enable SSH for my domain user, and still connection refused.

It's pretty important that I get root access to my own VPS. Is there any way I can get SSH to work?
 
vzctl into the VE and run
ps -ef | grep sshd
to check that sshd is actually running.
 
Back
Top