Sunday, March 3, 2013

Enable SSH on Fedora 16

Ref: http://mdshaonimran.wordpress.com/2012/02/13/enable-ssh-on-fedora-16/


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
….and that’s all for this quick note.

No comments: