• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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