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

Shell Access

C

comptech520

Guest
What setting to I use under enable SSH Access

What command is good to use for all access?

I don't know what the commands mean

bin/bash


Can you tell me what they all mena?
 
Hi comptech520,
By default login by SSH is allowed for all users.
But if it is not so, you can do it on your own:
Add this user name to SSH configuration file in section "AllowUsers" like this:
-----------------------
AllowUsers username
-----------------------

Then restart SSH service:
/etc/init.d/sshd restart

Also, please, make sure that 22 port is opened on your server, it is used for SSH connection.

It should help.
But could you please explain, why do you think that SSH access is disabled? How did you try to ge access by SSH and what error did you get?
 
SSH configuration file located here:
# /etc/ssh/sshd_config
 
Back
Top