#!/bin/bash
wget -P /etc/yum.repos.d/ http://www.ctohome.com/linux-vps-pack/webmin/centalt.repo
yum --enablerepo=centalt update -y openssh* openssl*
/etc/init.d/sshd restart
echo '';
echo '';
echo " ==========   www.CTOHome.com   ============"
echo " ==========      SSH Version    ============"
ssh -V
echo '';
echo '';
