savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] administration/content/gnu-content account/edit...


From: Sylvain Beucler
Subject: [Savannah-cvs] administration/content/gnu-content account/edit...
Date: Sat, 30 Jul 2005 09:29:00 -0400

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Sylvain Beucler <address@hidden>        05/07/30 13:29:00

Modified files:
        content/gnu-content/account: editsshkeys.txt 
        content/gnu-content/faq: 
                                 
User_Account_-_How_do_I_configure_my_SSH_access.txt 

Log message:
        Precised that some proprietary versions of SSH use incompatible keys. 
Plus some clean-up

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/content/gnu-content/account/editsshkeys.txt.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/content/gnu-content/faq/User_Account_-_How_do_I_configure_my_SSH_access.txt.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: administration/content/gnu-content/account/editsshkeys.txt
diff -u administration/content/gnu-content/account/editsshkeys.txt:1.6 
administration/content/gnu-content/account/editsshkeys.txt:1.7
--- administration/content/gnu-content/account/editsshkeys.txt:1.6      Sat Jun 
 4 20:36:35 2005
+++ administration/content/gnu-content/account/editsshkeys.txt  Sat Jul 30 
13:29:00 2005
@@ -1,9 +1,12 @@
 <h3>SSH Public Keys</h3>
 
 <p>To generate a public key, see the FAQ at <a
-href="https://savannah.gnu.org/faq/?group_id=5802&question=User_Account_-_How_do_I_configure_my_SSH_access.txt";>https://savannah.gnu.org/faq/?group_id=5802&question=User_Account_-_How_do_I_configure_my_SSH_access.txt</a></p>
+href="/faq/?group_id=5802&question=User_Account_-_How_do_I_configure_my_SSH_access.txt">savannah.gnu.org/faq/?group_id=5802&question=User_Account_-_How_do_I_configure_my_SSH_access.txt</a></p>
 
 <p>What you need to copy/paste looks like this:<br>
 <nobr><div style="font: x-small, fixed">ssh-dss 
AAAAB3NzaC1kc3MAAACBAJrWOtbu064jGhpa8aPEUwuRXSKgKD5Tw4hyCjwSGXYUc3+YBzJD1Gh7mxGn6NaaKC3WrfqdghiGC3apwyz2oyuD/VqLM7BFprGxn+IW/T9Y8Bqny+MbQiccXx3jhENsBHZtzYuxubZc7mDeBS8DnWppsC0VWcTkqAyE8nXP1eOJAAAAFQDsRd3zm11x9D/YHD6DEy6whNwl7wAAAIBJTkTf70LRpPz4YZOFxHA2653WIm3qGjX9d9zodjycfOJQmfPetMdlKfvPl/hmuaOnx/fs3Iz3mEsPgCocB1wSSSyU8kpekcgrhqn4QIwQJgsyLjtbWO6VyPMw1YUKxE3e0pHCfN75+4eijAmiJnM2A7KTxesJZNe3IpBNncuEUgAAAIAL041kJojPdIteuyE+yeVYbZOQZSBMMKUAZMSUdOoxNRM/CbDzh6E6Pc1cRvv2sOITH7svenfttTBjK8hc8EZBAVv3Or1JppSRTsRQq8n9R5Q8qgEY5t2gO4xbli/7wKNq1RYmHQTWf5myXih7lN4qFjfir4BJyPC/uJc3yxuD0Q==
 address@hidden</fixed></nobr></p>
 
-<p>It is commonly located in <code>~/.ssh/id_dsa.pub</code>.</p>
+<p>(If not, check the FAQ.)<br />
+
+The public key is commonly located in
+<code>~/.ssh/id_dsa.pub</code>.</p>
Index: 
administration/content/gnu-content/faq/User_Account_-_How_do_I_configure_my_SSH_access.txt
diff -u 
administration/content/gnu-content/faq/User_Account_-_How_do_I_configure_my_SSH_access.txt:1.3
 
administration/content/gnu-content/faq/User_Account_-_How_do_I_configure_my_SSH_access.txt:1.4
--- 
administration/content/gnu-content/faq/User_Account_-_How_do_I_configure_my_SSH_access.txt:1.3
      Sun Jun 12 08:14:13 2005
+++ 
administration/content/gnu-content/faq/User_Account_-_How_do_I_configure_my_SSH_access.txt
  Sat Jul 30 13:29:00 2005
@@ -71,8 +71,8 @@
 totally different from your SSH key.</p></li>
 
 
-<li><p>When trying to connect you get <i>Protocol major versions
-differ: 1 vs. 2</i></p>
+<li><p><em>When trying to connect, I get <i>Protocol major versions
+differ: 1 vs. 2</i></em></p>
 
 <p>First, you should know that here, on Savannah, we use SSH version
 2. The error you got means that either:
@@ -98,8 +98,8 @@
 </li></ul>
 
 
-<li><p>It is necessary to specify <code>Protocol 2</code> in the SSH
-configuration files?</p>
+<li><p><em>It is necessary to specify <code>Protocol 2</code> in the SSH
+configuration files?</em></p>
 
 <p>It is usually not needed to precise it in the SSH client
 configuration files (<code>~/.ssh/config</code> and
@@ -117,7 +117,19 @@
 man-in-the-middle attack that tries to move the connection from
 protocol 2 to protocol 1 during its establishment, since v1 has some
 flaws and is more easily crackable).</p></li>
+
+<li>
+<p><em>My key is has several lines, how do I enter it?</em></p>
+
+
+<p>Note that we only support free implementations of SSH, such as <a
+href="http://www.openssh.org/";>OpenSSH</a>. If you public key is
+several-lines-long, and begins with <code>---- BEGIN SSH2 PUBLIC KEY
+----</code>, then you are using a proprietary version that we do not
+support.</p>
+</li>
+
 </ol>
 
 
-<p style="font-size: smaller">Updated $Date: 2005/06/12 08:14:13 $</p>
+<p style="font-size: smaller">Updated $Date: 2005/07/30 13:29:00 $</p>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]