diff options
author | Colin Watson <cjwatson@debian.org> | 2011-09-07 10:32:23 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2011-09-07 10:32:23 +0100 |
commit | cf73467befafd81a2769cd6757bcd5df3efc0ca2 (patch) | |
tree | 2a784aa88a3f665ac67261650b931349fe201f6f | |
parent | a366b0d004f4b371c788df8884e167957fc5bf64 (diff) |
Update OpenSSH FAQ to revision 1.112.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/faq.html | 49 |
2 files changed, 28 insertions, 22 deletions
diff --git a/debian/changelog b/debian/changelog index 108d915bb..938c7fc9c 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -22,6 +22,7 @@ openssh (1:5.9p1-1) UNRELEASED; urgency=low | |||
22 | - Clean up lost-passphrase text in ssh-keygen(1) (closes: #444691). | 22 | - Clean up lost-passphrase text in ssh-keygen(1) (closes: #444691). |
23 | - Say "required" rather than "recommended" in unprotected-private-key | 23 | - Say "required" rather than "recommended" in unprotected-private-key |
24 | warning (LP: #663455). | 24 | warning (LP: #663455). |
25 | * Update OpenSSH FAQ to revision 1.112. | ||
25 | 26 | ||
26 | -- Colin Watson <cjwatson@debian.org> Tue, 06 Sep 2011 10:16:33 +0100 | 27 | -- Colin Watson <cjwatson@debian.org> Tue, 06 Sep 2011 10:16:33 +0100 |
27 | 28 | ||
diff --git a/debian/faq.html b/debian/faq.html index 812234d2f..f856fa382 100644 --- a/debian/faq.html +++ b/debian/faq.html | |||
@@ -8,7 +8,7 @@ | |||
8 | <meta name= "description" content= "the OpenSSH FAQ page"> | 8 | <meta name= "description" content= "the OpenSSH FAQ page"> |
9 | <meta name= "keywords" content= "OpenSSH,SSH,Secure Shell,faq"> | 9 | <meta name= "keywords" content= "OpenSSH,SSH,Secure Shell,faq"> |
10 | <meta name= "distribution" content= "global"> | 10 | <meta name= "distribution" content= "global"> |
11 | <meta name= "copyright" content= "This document copyright 1999-2005 OpenBSD."> | 11 | <meta name= "copyright" content= "This document copyright 1999-2010 OpenBSD."> |
12 | </head> | 12 | </head> |
13 | 13 | ||
14 | <body bgcolor= "#ffffff" text= "#000000" link= "#23238E"> | 14 | <body bgcolor= "#ffffff" text= "#000000" link= "#23238E"> |
@@ -17,8 +17,6 @@ | |||
17 | 17 | ||
18 | <h1>OpenSSH FAQ (Frequently asked questions)</h1> | 18 | <h1>OpenSSH FAQ (Frequently asked questions)</h1> |
19 | 19 | ||
20 | <strong>Date: 2005/09/20</strong> | ||
21 | |||
22 | <hr> | 20 | <hr> |
23 | 21 | ||
24 | <blockquote> | 22 | <blockquote> |
@@ -78,14 +76,13 @@ | |||
78 | 76 | ||
79 | <h2><a name= "1.1">1.1 - What is OpenSSH and where can I download it?</a></h2> | 77 | <h2><a name= "1.1">1.1 - What is OpenSSH and where can I download it?</a></h2> |
80 | 78 | ||
81 | <p> | 79 | OpenSSH provides end-to-end encrypted replacement of applications such as |
82 | OpenSSH is a <b>FREE</b> version of the SSH suite of network connectivity | 80 | telnet, rlogin, and ftp. |
83 | tools that increasing numbers of people on the Internet are coming to | 81 | Unlike these legacy applications, OpenSSH never passes anything |
84 | rely on. Many users of telnet, rlogin, ftp, and other such programs might | 82 | (including username and password) over the wire in unencrypted form, and |
85 | not realize that their password is transmitted across the Internet | 83 | provides host authentication, to verify that you really are talking to |
86 | unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) | 84 | the system that you think you are and that no one else can take over |
87 | to effectively eliminate eavesdropping, connection hijacking, | 85 | that session. |
88 | and other network-level attacks. | ||
89 | 86 | ||
90 | <p> | 87 | <p> |
91 | The OpenSSH suite includes the | 88 | The OpenSSH suite includes the |
@@ -126,17 +123,25 @@ ssh_config(5)</a></i> and individual users' <i>$HOME/.ssh/config</i> files. | |||
126 | <h3>Downloading</h3> | 123 | <h3>Downloading</h3> |
127 | 124 | ||
128 | <p> | 125 | <p> |
129 | OpenSSH comes in two downloadable distributions: the native <a | 126 | The most recent version of OpenSSH is included with the current |
130 | href="http://www.openssh.org/openbsd.html">OpenBSD</a> distribution and the multi-platform | 127 | distribution of <a href="http://www.openbsd.org/">OpenBSD</a>, and |
131 | <a href="http://www.openssh.org/portable.html">Portable</a> distribution. If you want | 128 | installed as part of a basic install. |
132 | OpenSSH for a recent OpenBSD or integration into a product, you | ||
133 | probably want the <a href="http://www.openssh.org/openbsd.html">OpenBSD</a> distribution. | ||
134 | If you want OpenSSH for another platform, or an older OpenBSD, you | ||
135 | probably want the <a href="http://www.openssh.org/portable.html">Portable</a> distribution. | ||
136 | 129 | ||
137 | <p> | 130 | <p> |
138 | When downloading, please use a <a href="http://www.openssh.org/portable.html#mirrors">mirror</a> | 131 | Today, most other operating systems include some version of OpenSSH |
139 | near you. | 132 | (often re-badged or privately labeled), so most users can immediately |
133 | use it. | ||
134 | However, sometimes the included versions are quite old, and missing | ||
135 | features of the current release of OpenSSH, and you may wish to install | ||
136 | the current version, or install it on one of the few OSs that lacked it, | ||
137 | and where the OS publisher does not make a modern version available. | ||
138 | You may also wish to use OpenSSH on your embedded application. | ||
139 | |||
140 | <p> | ||
141 | Non-OpenBSD users will want to download, compile and install the | ||
142 | multi-platform <a href="http://www.openssh.org/portable.html">Portable</a> distribution from a | ||
143 | <a href="http://www.openssh.org/portable.html#mirrors">mirror</a> near you. | ||
144 | |||
140 | 145 | ||
141 | <h2><a name= "1.2">1.2 - Why should it be used?</a></h2> | 146 | <h2><a name= "1.2">1.2 - Why should it be used?</a></h2> |
142 | 147 | ||
@@ -735,7 +740,7 @@ unless you specifically wish to allow empty passwords. | |||
735 | in</a></h2> | 740 | in</a></h2> |
736 | 741 | ||
737 | <p> | 742 | <p> |
738 | Large delays (more that 10 seconds) are typically caused a problem with | 743 | Large delays (more than 10 seconds) are typically caused by a problem with |
739 | name resolution: | 744 | name resolution: |
740 | <ul> | 745 | <ul> |
741 | <li>Some versions of glibc (notably glibc 2.1 shipped with Red Hat 6.1) | 746 | <li>Some versions of glibc (notably glibc 2.1 shipped with Red Hat 6.1) |
@@ -1176,7 +1181,7 @@ sshd on an AIX 5.x system and using that. | |||
1176 | <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> |
1177 | <a href="mailto:www@openbsd.org">www@openbsd.org</a> | 1182 | <a href="mailto:www@openbsd.org">www@openbsd.org</a> |
1178 | <br> | 1183 | <br> |
1179 | <small>$OpenBSD: faq.html,v 1.110 2009/11/23 23:38:17 dtucker Exp $</small> | 1184 | <small>$OpenBSD: faq.html,v 1.112 2010/09/15 02:41:42 nick Exp $</small> |
1180 | 1185 | ||
1181 | </body> | 1186 | </body> |
1182 | </html> | 1187 | </html> |