• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

How do I access SSH on my server?

D

dvision

Guest
I'v tried to log into the SSH of my server with SSH SECURE SHELL and with the Plesk terminal (by www.ssh.com).

The error messege is: "connection timed out" or "the host is unreachable"

What setting do i need to put into the terminal in addition to connect correctly?

thanX..
 
I don't know the built-in client, but on my terminal I just type this:

Code:
ssh <user>@<hostname>

And then I get prompted for a password (or passphrase, since I'm using public key authentication exclusively). Make sure that the user you're logging in as has a login shell setup. If the login shell is set to /bin/false for a user, then that user won't be able to login via SSH.
 
Thank you but i'v managed to enter this SSH, my server providers had to open my ports.

but i don't know how to open the PHP.ini for the local site.

I just see the global settings.

Do you know where this file is located and how to open it?
 
Back
Top