Blob Blame History Raw
#!/bin/bash
# Author: Athmane Madjoudj <athmanem@gmail.com>

# SSH
t_InstallPackage openssh-server
chkconfig sshd on
t_ServiceControl sshd start