• 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 having issues ssh'ing into my VPS container. I turned off the default plesk firewall, opened up the ports in the virtuozzo firewall.

I've tried using Putty to connect, Terminal to connect, even the SSH java web applet that comes with plesk & virtuozzo.

all 3 ssh clients return "connection refused"

I've even enabled ssh for my domains, and still returns "connection refused"

does this have to do something with my host? or my vps firewall setting? I need get root access into my VPS.
 
defined

nmap -P0 server_IP -p 22

nmap = network map

-PO = switches

server_IP = enter your server i.p. address

-p = switch

22 = a port number

put it all together and it looks like this

nmap -PO 74.125.47.99 -p 22

its output looks like this

nmap -PO 209.251.xxx.xxx -p 22

Starting Nmap 5.00 ( http://nmap.org ) at 2010-09-03 21:12 EDT
Interesting ports on 209.251.xxx.xxx:
PORT STATE SERVICE
22/tcp open ssh

Nmap done: 1 IP address (1 host up) scanned in 0.10 seconds
 
Back
Top