Built with Grav - The Modern Flat File CMS
To install the server and client type:
yum -y install openssh-server openssh-clients
Start the service:
chkconfig sshd on service sshd start
Make sure port 22 is opened:
netstat -tulpn | grep :22