This article will describe installing openssh.
Table of Contents
1 Install openssh
Install openssh and open port.
> sudo zypper -n in openssh > sudo systemctl enable sshd > sudo systemctl restart sshd > sudo firewall-cmd --add-service=ssh --permanent > sudo firewall-cmd --reload