Wednesday, May 30, 2012

Enable sshd on fedora



Enable sshd service.
$ systemctl enable sshd.service
start sshd service
$ systemctl start sshd.service
check sshd status if needed.
$ systemctl status sshd.service
restart sshd service, when needed.
$ systemctl restart sshd.service
stop sshd service and duck down :P
$ systemctl stop sshd.service
well, make sure you have port 22 open.
$ system-config-firewall

No comments: