Video ensinando a instalar e configurar o servidor para iniciantes.
Este video é destinado a estudantes de servidores linux.
Comandos
Comandos do linux
yum update
yum update -y && yum install -y openssh openssh-server
systemctl status sshd
chkconfig sshd on
service sshd start
firewall-cmd --list-service | grep ssh