diff options
author | Eric Andersen | 2001-12-20 08:04:56 +0000 |
---|---|---|
committer | Eric Andersen | 2001-12-20 08:04:56 +0000 |
commit | 5a841adf5d359679be47645e730e5333caf929b9 (patch) | |
tree | 1ec5ecbb936a3497faa6cbe00c0ecedb9552b072 /docs/busybox.net/cvs_write.html | |
parent | fb74a4508876d4e11a5d3444fe74d083354d081a (diff) | |
download | busybox-5a841adf5d359679be47645e730e5333caf929b9.zip busybox-5a841adf5d359679be47645e730e5333caf929b9.tar.gz |
Switch from FTP to HTTP for downloads
Diffstat (limited to 'docs/busybox.net/cvs_write.html')
-rw-r--r-- | docs/busybox.net/cvs_write.html | 31 |
1 files changed, 6 insertions, 25 deletions
diff --git a/docs/busybox.net/cvs_write.html b/docs/busybox.net/cvs_write.html index b5df25f..0c22ca8 100644 --- a/docs/busybox.net/cvs_write.html +++ b/docs/busybox.net/cvs_write.html @@ -51,32 +51,13 @@ username... To obtain commit access, you will need to demonstrate you are serious by submitting a few good patches first. Then, you will need to select a user-name to use when committing stuff, and finally, you will -need to either send me a crypted password, which you will use to connect -to the system, or send me an ssh key. -To create a crypted password, you can do something like the following (and -please remember to change your password to something other then<em>foo</em>!): - -<pre> -$ PASSWORD=foo perl -e 'srand ; @salt=(a..z,A..Z,0..9); \ - print crypt($ENV{PASSWORD}, $salt[rand(62)].$salt[rand(62)]), "\n";' -<b>o0naQJuvFx4UA</b> -</pre> - -If you'd like to use MD5 passwords instead, try something like the following: - -<pre> -$ PASSWORD=foo perl -e 'srand ; @salt=(a..z,A..Z,0..9); \ - print crypt($ENV{PASSWORD}, "\$1\$".$salt[rand(62)].$salt[rand(62)]), "\n";' -<b>$1$Kp$rBBvl5cuAeJjJ6U1hCqpU1</b> -</pre> - -Then I take your crypted password as is (i.e., the output of either of -these commands), drop it into the cvs password file, and you are set to -go. +need to send me the username you have selected, an ssh key, and the email +address where you prefer email to be sent (I will forward any email sent +to you, but not store it). <p> -Note that if your are really worried that others might see your crypted -password, or your ssh key, you can encrypt the email containing your -crypted password using my <a href="http://www.codepoet.org/~andersen/erik/gpg.asc">public key</a>. +Note that if your are worried that others might see your ssh key, you can +encrypt the email containing your crypted password using my +<a href="http://www.codepoet.org/~andersen/erik/gpg.asc">public key</a>. <!-- End of Table --> |