• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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