• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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