projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2e9882
)
net-misc/openssh: note ssh-dss client config options too
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 26 Sep 2015 08:07:37 +0000
(
04:07
-0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 26 Sep 2015 08:07:43 +0000
(
04:07
-0400)
net-misc/openssh/openssh-7.1_p1-r1.ebuild
patch
|
blob
|
history
diff --git
a/net-misc/openssh/openssh-7.1_p1-r1.ebuild
b/net-misc/openssh/openssh-7.1_p1-r1.ebuild
index 082440f46347ea07b045741a775ae48e014b8595..41f49c8d28f5616a658e182f323e939ead3e5466 100644
(file)
--- 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