Wednesday 29 February 2012

How to enable SSH on Fedora 16

# 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

No comments: