From 79226e5413c5b0fda3511351a8511ff457e306d8 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 1 Dec 2017 16:55:35 +1100 Subject: Remove RSA1 host key generation. SSH1 support is now gone, remove SSH1 key generation. Patch from eb at emlix.com. --- Makefile.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index c52ce191..2f6f9818 100644 --- a/Makefile.in +++ b/Makefile.in @@ -375,9 +375,6 @@ host-key: ssh-keygen$(EXEEXT) fi host-key-force: ssh-keygen$(EXEEXT) ssh$(EXEEXT) - if ./ssh -Q protocol-version | grep '^1$$' >/dev/null; then \ - ./ssh-keygen -t rsa1 -f $(DESTDIR)$(sysconfdir)/ssh_host_key -N ""; \ - fi ./ssh-keygen -t dsa -f $(DESTDIR)$(sysconfdir)/ssh_host_dsa_key -N "" ./ssh-keygen -t rsa -f $(DESTDIR)$(sysconfdir)/ssh_host_rsa_key -N "" ./ssh-keygen -t ed25519 -f $(DESTDIR)$(sysconfdir)/ssh_host_ed25519_key -N "" -- cgit v1.2.3