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 |
|
|
Steve Barnes |
d25592 |
# expect is needed by the test
|
|
Steve Barnes |
d25592 |
t_InstallPackage openssh-server expect
|
|
Karanbir Singh |
0b5bb2 |
chkconfig sshd on
|
|
Steve Barnes |
464547 |
t_ServiceControl sshd start
|