• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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