• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue SSH ISSUE

hassan.akhtar

New Pleskian
Server operating system version
CentOS Linux 7.9.2009 (Core)
Plesk version and microupdate number
Plesk Obsidian v18.0.43
it is my fresh account i try everything but unable to ssh even from plesk panel

  • ssh is allow from firewall
  • Enable access to the server over SSH
image.PNG
 
Make sure that sshd service is up and running on your server with:

# systemctl status sshd
 
how run this command , if i am unable to ssh
If you do have not ssh access to your server, you can do nothing. In this case, you have to contact your service provider support to check the status of sshd service and attempt to run it. They should have direct access to your server.
 
it is my fresh account i try everything but unable to ssh even from plesk panel

  • ssh is allow from firewall
  • Enable access to the server over SSH
View attachment 20707

Issue here is probably that PermitRootLogin in the sshd_config file is set to "no". You need an exception for 127.0.0.1 for it as described in https://support.plesk.com/hc/en-us/...-identification-read-Connection-reset-by-peer
But as IgorG said if you do not have SSH access, your provider needs to set-up the exception in SSH configuration for you.
 
Back
Top