tests: added check for restrict-user-to-ports negation options

This commit is contained in:
Nikos Mavrogiannopoulos
2015-12-07 11:34:27 +01:00
parent 14d19b3e9a
commit 4df69f49b9
6 changed files with 483 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ RUN yum install -y bash openssh-server nuttcp net-tools
RUN yum install -y libnl3 libtalloc
RUN yum install -y freeradius-client
RUN yum install -y lz4 radcli liboauth oathtool procps-ng iputils
RUN yum install -y krb5-libs less
RUN yum install -y krb5-libs less libev
RUN systemctl enable sshd
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config