Tuesday 20 November 2012

Configure ssh so you can use it

yum install openssh-server
chkconfig --level 2345 sshd on
service sshd restart

sudo system-config-firewall
  un-tick then re-tick the ssh box, apply changes, then:
sudo service sshd restart

No comments:

Post a Comment