summaryrefslogtreecommitdiff
path: root/debian/faq.html
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-01-02 03:08:06 +0000
committerColin Watson <cjwatson@debian.org>2010-01-02 03:08:06 +0000
commite919d33a6d6f1ae02d95ef31ab837e98134fdd15 (patch)
tree6d60682d5d083d0f9b4aa581d7a675f7c4e7e596 /debian/faq.html
parent23fd392b5f28610124dc7b302c3113058521cf4e (diff)
Update OpenSSH FAQ to revision 1.110.
Diffstat (limited to 'debian/faq.html')
-rw-r--r--debian/faq.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/debian/faq.html b/debian/faq.html
index 67d55cb52..812234d2f 100644
--- a/debian/faq.html
+++ b/debian/faq.html
@@ -29,6 +29,7 @@
29<li><a href= "#1.3">1.3 - What Operating Systems are supported?</a> 29<li><a href= "#1.3">1.3 - What Operating Systems are supported?</a>
30<li><a href= "#1.4">1.4 - What about copyright, usage and patents?</a> 30<li><a href= "#1.4">1.4 - What about copyright, usage and patents?</a>
31<li><a href= "#1.5">1.5 - Where should I ask for help?</a> 31<li><a href= "#1.5">1.5 - Where should I ask for help?</a>
32<li><a href= "#1.6">1.6 - I have found a bug. Where do I report it?</a>
32</ul> 33</ul>
33 34
34<h3><a href= "#2.0">2.0 - General Questions</a></h3> 35<h3><a href= "#2.0">2.0 - General Questions</a></h3>
@@ -264,9 +265,13 @@ put in searchable form and can be found at
264For more information on subscribing to OpenSSH related mailing lists, 265For more information on subscribing to OpenSSH related mailing lists,
265please see <a href="http://www.openssh.org/list.html">OpenSSH Mailing lists</a>. 266please see <a href="http://www.openssh.org/list.html">OpenSSH Mailing lists</a>.
266 267
268<h2><a name= "1.6">1.6 - I have found a bug. Where do I report it?</a></h2>
267<p> 269<p>
268Information about submitting bug reports can be found at the OpenSSH 270Information about submitting bug reports can be found at the OpenSSH
269<a href="http://www.openssh.org/report.html">Reporting bugs</a> page. 271<a href="http://www.openssh.org/report.html">Reporting bugs</a> page.
272<p>
273If you wish to report a security bug, please contact the private developers
274list &lt;<a href="mailto:openssh@openssh.com">openssh@openssh.com</a>&gt;.
270 275
271<h2><u><a name= "2.0">2.0 - General Questions</a></u></h2> 276<h2><u><a name= "2.0">2.0 - General Questions</a></u></h2>
272 277
@@ -535,7 +540,7 @@ implementations.
535 540
536<p> 541<p>
537New features are more likely in sftp, since the protocol is standardized 542New features are more likely in sftp, since the protocol is standardized
538(well, a <a href="http://www.ietf.org/html.charters/secsh-charter.html"> 543(well, a <a href="http://www.ietf.org/html.charters/OLD/secsh-charter.html">
539draft standard</a>), extensible, and the client and server are decoupled. 544draft standard</a>), extensible, and the client and server are decoupled.
540 545
541<h2><a name= "2.11">2.11 - How do I use port forwarding?</a></h2> 546<h2><a name= "2.11">2.11 - How do I use port forwarding?</a></h2>
@@ -659,8 +664,8 @@ SSH-2.0-OpenSSH_3.9
659This information is used by clients and servers to enable protocol 664This information is used by clients and servers to enable protocol
660compatibility tweaks to work around changed, buggy or missing features in 665compatibility tweaks to work around changed, buggy or missing features in
661the implementation they are talking to. This protocol feature checking is 666the implementation they are talking to. This protocol feature checking is
662still required at present because the SSH protocol has not been yet published 667still required at present because versions with incompatibilities are still
663as a RFC and more incompatible changes may be made before this happens. 668in wide use.
664</p> 669</p>
665 670
666<h2><u><a name= "3.0">3.0 - Portable OpenSSH Questions</a></u></h2> 671<h2><u><a name= "3.0">3.0 - Portable OpenSSH Questions</a></u></h2>
@@ -1071,6 +1076,7 @@ In this case, it can be solved by executing the following on the server.
1071 <td nowrap bgcolor="#EEEEEE"> 1076 <td nowrap bgcolor="#EEEEEE">
1072$ <b>chmod go-w $HOME $HOME/.ssh</b><br> 1077$ <b>chmod go-w $HOME $HOME/.ssh</b><br>
1073$ <b>chmod 600 $HOME/.ssh/authorized_keys</b> 1078$ <b>chmod 600 $HOME/.ssh/authorized_keys</b>
1079$ <b>chown `whoami` $HOME/.ssh/authorized_keys</b><br>
1074 </td> 1080 </td>
1075</tr> 1081</tr>
1076</table> 1082</table>
@@ -1170,7 +1176,7 @@ sshd on an AIX 5.x system and using that.
1170<a href="http://www.openssh.org/index.html"><img height=24 width=24 src="back.gif" border=0 alt=OpenSSH></a> 1176<a href="http://www.openssh.org/index.html"><img height=24 width=24 src="back.gif" border=0 alt=OpenSSH></a>
1171<a href="mailto:www@openbsd.org">www@openbsd.org</a> 1177<a href="mailto:www@openbsd.org">www@openbsd.org</a>
1172<br> 1178<br>
1173<small>$OpenBSD: faq.html,v 1.107 2007/06/20 18:14:15 miod Exp $</small> 1179<small>$OpenBSD: faq.html,v 1.110 2009/11/23 23:38:17 dtucker Exp $</small>
1174 1180
1175</body> 1181</body>
1176</html> 1182</html>