• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question How do I restart the ssh service from Plesk?

I put a snapshot of the scheduled task. It did not solve the problem. The following error continues:
ssh: connect to host xxx port 22: Connection timed out
 

Attachments

  • Anotación 2019-02-22 094353.jpg
    Anotación 2019-02-22 094353.jpg
    117.1 KB · Views: 57
Try to get the output of your command with pipe to mail.
 
The basic problem is that I can not connect by ssh. I already checked the ssh service and it's running normally on port 22.

ssh adminweb@<ip>
ssh: connect to host <ip> port 22: Connection timed out
 
Maybe ssh port is firewalled? Have you checked this? And what about command output? Have you got it on your email?
 
This discussion does not answer the title question - how to restart the SSH service on a Plesk server?
 
Hello, @MHC_1 . You can restart the SSH service like any other service:
Red Hat-based:
Code:
systemctl restart sshd
Debian/Ubuntu:
Code:
systemctl restart ssh
 
Back
Top