commit:     8392e26a62eb085c9a537560c23c6614a51b62cf
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 08:07:37 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 08:07:43 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8392e26a

net-misc/openssh: note ssh-dss client config options too

 net-misc/openssh/openssh-7.1_p1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openssh/openssh-7.1_p1-r1.ebuild 
b/net-misc/openssh/openssh-7.1_p1-r1.ebuild
index 082440f..41f49c8 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

Reply via email to