diff options
author | hydrajump <wave@hydrajump.com> | 2014-04-02 21:17:22 +0200 |
---|---|---|
committer | hydrajump <wave@hydrajump.com> | 2014-04-02 21:17:22 +0200 |
commit | 5f5d4ff3b29c40d8d0c86e6eaac2820183daf89b (patch) | |
tree | 95972769d31123ef77ebc1dc1c3439b7d95968a7 /Makefile.am | |
parent | 3b64999fe118407c4645406e3264d70ae7c08d94 (diff) | |
download | vyatta-cfg-system-5f5d4ff3b29c40d8d0c86e6eaac2820183daf89b.tar.gz vyatta-cfg-system-5f5d4ff3b29c40d8d0c86e6eaac2820183daf89b.zip |
Delete SSH blacklists as they are no longer needed
The SSH blacklists were committed 5 years ago and the
original contributor does not recall why they were added.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index e893fa71..e17669eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,8 +95,6 @@ sysconf_DATA += sysconf/ntp.conf sysconf_DATA += sysconf/default_ssh sysconf_DATA += sysconf/securetty sysconf_DATA += sysconf/vyatta-sysctl.conf -sysconf_DATA += sysconf/blacklist.DSA-1024 -sysconf_DATA += sysconf/blacklist.RSA-2048 sysconf_DATA += sysconf/level sysconf_DATA += sysconf/pam_radius.cfg sysconf_DATA += sysconf/filecaps |