Add support for hmac-ripemd-160

This commit is contained in:
Jeroen van Erp
2018-03-05 12:57:59 +01:00
parent 3bcd3530cf
commit 84a7677a62
7 changed files with 230 additions and 10 deletions

View File

@@ -4,6 +4,7 @@ ADD id_rsa.pub /home/sshj/.ssh/authorized_keys
ADD test-container/ssh_host_ecdsa_key /etc/ssh/ssh_host_ecdsa_key
ADD test-container/ssh_host_ecdsa_key.pub /etc/ssh/ssh_host_ecdsa_key.pub
ADD test-container/sshd_config /etc/ssh/sshd_config
RUN \
echo "root:smile" | chpasswd && \