From f1f47ef79bb1b028ed46a4435be74291d7fd4afb Mon Sep 17 00:00:00 2001 From: Laurent Stacul Date: Tue, 18 May 2021 17:18:06 +0200 Subject: [PATCH] tests: Makefile.am: Add missing tests client keys in distribution tarball (#604) Notes: Added missing test keys. Credit: Laurent Stacul --- tests/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 6cd7934d..27ddc2df 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -28,8 +28,18 @@ EXTRA_DIST = \ key_dsa.pub \ key_dsa_wrong \ key_dsa_wrong.pub \ + key_ecdsa \ + key_ecdsa.pub \ + key_ed25519 \ + key_ed25519.pub \ + key_ed25519_encrypted \ + key_ed25519_encrypted.pub \ key_rsa \ key_rsa.pub \ + key_rsa_encrypted \ + key_rsa_encrypted.pub \ + key_rsa_openssh \ + key_rsa_openssh.pub \ libssh2_config_cmake.h.in \ mansyntax.sh \ openssh_fixture.c \