65646/how-to-configure-ssh-server-in-rhel-centos
I am trying to remote login in a different system to run some program. But I am not able to do SSH in that system.
Thank You
Hi@MD,
To configure SSH server to your system, follow the below given steps.
Install openssh-server
$ yum install openssh-server
Open /etc/ssh/sshd_config file.
Uncomment Port 22
Start service.
$ systemctl start sshd $ systemctl enable sshd
Hi@akhtar, To install nginx in your system, you ...READ MORE
Hi@akhtar, First you have to configure SSH server ...READ MORE
Hi@akhtar, Reboot the system and interrupt the boot ...READ MORE
Hi@akhtar, To configure NFS server in your system, ...READ MORE
Hi@akhtar, You need to install vsftpd software in ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
Here is what you can do.Just use packagesmatching to ...READ MORE
I just started working professionally as a ...READ MORE
You can use $(command), which in my ...READ MORE
Hi@MD, On Linux, group information is held in the /etc/group file. ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.