• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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