• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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