• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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