bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

Blame tests/p_openssh/0-install_sshd.sh

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