A very quick post, I needed after a fresh Fedora 16 install.
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, if needed.
$ systemctl restart sshd.service
stop sshd service and duck down
$ systemctl stop sshd.service
well, make sure you have port 22 open.
$ system-config-firewall
….and that’s all for this quick note.