• 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.

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