diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/faq.html | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 17d3eb615..b0c92aeb4 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -4,6 +4,10 @@ openssh (1:5.9p1-6) UNRELEASED; urgency=low | |||
4 | * Display dynamic part of MOTD from /run/motd.dynamic, if it exists | 4 | * Display dynamic part of MOTD from /run/motd.dynamic, if it exists |
5 | (closes: #669699). | 5 | (closes: #669699). |
6 | 6 | ||
7 | [ Colin Watson ] | ||
8 | * Update OpenSSH FAQ to revision 1.113, fixing missing line break (closes: | ||
9 | #669667). | ||
10 | |||
7 | -- Colin Watson <cjwatson@debian.org> Sat, 21 Apr 2012 10:57:23 +0100 | 11 | -- Colin Watson <cjwatson@debian.org> Sat, 21 Apr 2012 10:57:23 +0100 |
8 | 12 | ||
9 | openssh (1:5.9p1-5) unstable; urgency=low | 13 | openssh (1:5.9p1-5) unstable; urgency=low |
diff --git a/debian/faq.html b/debian/faq.html index f856fa382..d6eb7fda5 100644 --- a/debian/faq.html +++ b/debian/faq.html | |||
@@ -1080,7 +1080,7 @@ In this case, it can be solved by executing the following on the server. | |||
1080 | <tr> | 1080 | <tr> |
1081 | <td nowrap bgcolor="#EEEEEE"> | 1081 | <td nowrap bgcolor="#EEEEEE"> |
1082 | $ <b>chmod go-w $HOME $HOME/.ssh</b><br> | 1082 | $ <b>chmod go-w $HOME $HOME/.ssh</b><br> |
1083 | $ <b>chmod 600 $HOME/.ssh/authorized_keys</b> | 1083 | $ <b>chmod 600 $HOME/.ssh/authorized_keys</b><br> |
1084 | $ <b>chown `whoami` $HOME/.ssh/authorized_keys</b><br> | 1084 | $ <b>chown `whoami` $HOME/.ssh/authorized_keys</b><br> |
1085 | </td> | 1085 | </td> |
1086 | </tr> | 1086 | </tr> |
@@ -1181,7 +1181,7 @@ sshd on an AIX 5.x system and using that. | |||
1181 | <a href="http://www.openssh.org/index.html"><img height=24 width=24 src="back.gif" border=0 alt=OpenSSH></a> | 1181 | <a href="http://www.openssh.org/index.html"><img height=24 width=24 src="back.gif" border=0 alt=OpenSSH></a> |
1182 | <a href="mailto:www@openbsd.org">www@openbsd.org</a> | 1182 | <a href="mailto:www@openbsd.org">www@openbsd.org</a> |
1183 | <br> | 1183 | <br> |
1184 | <small>$OpenBSD: faq.html,v 1.112 2010/09/15 02:41:42 nick Exp $</small> | 1184 | <small>$OpenBSD: faq.html,v 1.113 2012/04/21 12:12:22 dtucker Exp $</small> |
1185 | 1185 | ||
1186 | </body> | 1186 | </body> |
1187 | </html> | 1187 | </html> |