Added OpenSSH v4.0 test.

This commit is contained in:
Joe Testa
2019-08-22 16:48:23 -04:00
parent 4f138d7f82
commit 4ebccb8068
5 changed files with 162 additions and 2 deletions

View File

@ -1,10 +1,12 @@
FROM ubuntu:16.04
COPY openssh-4.0p1/sshd /openssh/sshd-4.0p1
COPY openssh-5.6p1/sshd /openssh/sshd-5.6p1
COPY openssh-8.0p1/sshd /openssh/sshd-8.0p1
COPY sshd_config* /etc/ssh/
COPY ssh_host_* /etc/ssh/
COPY ssh1_host_* /etc/ssh/
COPY moduli_1024 /usr/local/etc/moduli
COPY debug.sh /debug.sh