# become super user
su -
# to activate it
systemctl start sshd.service
# to run it at boot
systemctl enable sshd.service
#enable it on the firewall
system-config-firewall
su -
# to activate it
systemctl start sshd.service
# to run it at boot
systemctl enable sshd.service
#enable it on the firewall
system-config-firewall
No comments:
Post a Comment