mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 00:14:02 +00:00
doc/savannah.txt: Use RSA instead of DSA
The documentation on savannah recommends using only RSA keys, not DSA. (reference http://savannah.gnu.org/maintenance/SshAccess/) Thus update the doc/savannah.txt to us RSA instead. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
parent
fa9082116f
commit
31c71fee46
@ -29,12 +29,12 @@ Or, obtain a specific (fixed) release as follows:
|
|||||||
The Savannah server uses SSH (Secure Shell) protocol 2 authentication and encryption.
|
The Savannah server uses SSH (Secure Shell) protocol 2 authentication and encryption.
|
||||||
As such, Git commits to the server occur through a SSH tunnel for project members.
|
As such, Git commits to the server occur through a SSH tunnel for project members.
|
||||||
To create a SSH2 key pair in UNIX-like environments, do this:
|
To create a SSH2 key pair in UNIX-like environments, do this:
|
||||||
ssh-keygen -t dsa
|
ssh-keygen
|
||||||
|
|
||||||
Under Windows, a recommended SSH client is "PuTTY", freely available with good
|
Under Windows, a recommended SSH client is "PuTTY", freely available with good
|
||||||
documentation and a graphic user interface. Use its key generator.
|
documentation and a graphic user interface. Use its key generator.
|
||||||
|
|
||||||
Now paste the id_dsa.pub contents into your Savannah account public key list. Wait
|
Now paste the id_rsa.pub contents into your Savannah account public key list. Wait
|
||||||
a while so that Savannah can update its configuration (This can take minutes).
|
a while so that Savannah can update its configuration (This can take minutes).
|
||||||
|
|
||||||
Try to login using SSH:
|
Try to login using SSH:
|
||||||
|
Loading…
Reference in New Issue
Block a user