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
$ 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:
Post a Comment