summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/myproposal.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2016-08-05 15:32:35 +0000
committerdes <des@FreeBSD.org>2016-08-05 15:32:35 +0000
commit813d5407b97e622a49c8ee425e2b6648464d168a (patch)
treee98e4f7766a93614a3bdd3a13babdc30f600b464 /crypto/openssh/myproposal.h
parent1d777d319c663919ca818660242391db35ebf73a (diff)
downloadFreeBSD-src-813d5407b97e622a49c8ee425e2b6648464d168a.zip
FreeBSD-src-813d5407b97e622a49c8ee425e2b6648464d168a.tar.gz
MFH (r303716, r303719): drop SSH1 support, disable DSA by default
PR: 208254 Approved by: re (gjb) Relnotes: yes
Diffstat (limited to 'crypto/openssh/myproposal.h')
-rw-r--r--crypto/openssh/myproposal.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/openssh/myproposal.h b/crypto/openssh/myproposal.h
index d286691..68d29e8 100644
--- a/crypto/openssh/myproposal.h
+++ b/crypto/openssh/myproposal.h
@@ -100,13 +100,11 @@
HOSTKEY_ECDSA_CERT_METHODS \
"ssh-ed25519-cert-v01@openssh.com," \
"ssh-rsa-cert-v01@openssh.com," \
- "ssh-dss-cert-v01@openssh.com," \
HOSTKEY_ECDSA_METHODS \
"ssh-ed25519," \
"rsa-sha2-512," \
"rsa-sha2-256," \
- "ssh-rsa," \
- "ssh-dss"
+ "ssh-rsa"
/* the actual algorithms */
OpenPOWER on IntegriCloud