• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Ssh port problem !!!

N

NEW Visions

Guest
Hi, I change the ssh config to port 443 for security reasons..... and now I can't login with port 443 or 22 !!!
I think there is somthing with the firewall not open in that port or my ISP block my 443 connection.... I'm a little lost about that....
How can I edit the ssh config file again WITHOUT SSH connection???? How can I restore SSHD default config file from Plesk control panel?
I have Plesk 9.3 on CentOs.
Thanks! it´s urgent!
 
443 port is used for https connections and you shouldn't use it for any other purposes!
I'm afraid that you can fix it only with direct access to server if you haven't ssh access.
 
I don't have direct access..... I have all the plesk can give me :(
How can I solve this please?
Making some php scrtipt? some crontab script? something? I'm not an expert but please guide me!
Thanks
 
You can try stop httpd service via Plesk interface now and start sshd. The problem in conflict between these two services. All customer's sites will be down but you will be able login via ssh to 443 port and revert 22 back in sshd config file. After that restart httpd ad sshd services via Plesk interface.
 
ok, and how can i start sshd service with plesk?

Create scheduled task for root with following command:

/etc/init.d/sshd start

And note, that Apache should be stopped when you will start sshd.
 
Back
Top