• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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