• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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