This article will describe installing openssh-server.
Table of Contents
1 Install openssh-server
Install openssh-server and open port.
$ sudo dnf install -y openssh-server $ sudo systemctl enable sshd $ sudo systemctl restart sshd $ sudo firewall-cmd --add-service=ssh --permanent $ sudo firewall-cmd --reload