• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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