From: Mike Frysinger Date: Sat, 26 Sep 2015 08:07:37 +0000 (-0400) Subject: net-misc/openssh: note ssh-dss client config options too X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8392e26a62eb085c9a537560c23c6614a51b62cf;p=gentoo.git net-misc/openssh: note ssh-dss client config options too --- diff --git a/net-misc/openssh/openssh-7.1_p1-r1.ebuild b/net-misc/openssh/openssh-7.1_p1-r1.ebuild index 082440f46347..41f49c8d28f5 100644 --- a/net-misc/openssh/openssh-7.1_p1-r1.ebuild +++ b/net-misc/openssh/openssh-7.1_p1-r1.ebuild @@ -315,7 +315,7 @@ pkg_postinst() { if has_version "<${CATEGORY}/${PN}-7.1_p1" ; then #557388 elog "Starting with openssh-7.0, support for ssh-dss keys were disabled due to their" elog "weak sizes. If you rely on these key types, you can re-enable the key types by" - elog "adding to your sshd_config:" + elog "adding to your sshd_config or ~/.ssh/config files:" elog " PubkeyAcceptedKeyTypes=+ssh-dss" elog "You should however generate new keys using rsa or ed25519." fi