ssh installation

 how to installation ssh in yum or dnf based system ?

 


 installation ssh :
--------------------
sudo dnf -y install openssh-server

installation start :
---------------------
systemctl start sshd.service

installation enable in that system :
------------------------------------
systemctl enable sshd.service 

No comments:

Post a Comment