• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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