#!/bin/bash # Author: Athmane Madjoudj <athmanem@gmail.com> # SSH yum -y openssh-server chkconfig sshd on service sshd start