diff options
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 b5df25f76..0c22ca8ae 100644 --- a/docs/busybox.net/cvs_write.html +++ b/docs/busybox.net/cvs_write.html | |||
@@ -51,32 +51,13 @@ username... | |||
51 | To obtain commit access, you will need to demonstrate you are | 51 | To obtain commit access, you will need to demonstrate you are |
52 | serious by submitting a few good patches first. Then, you will need to | 52 | serious by submitting a few good patches first. Then, you will need to |
53 | select a user-name to use when committing stuff, and finally, you will | 53 | select a user-name to use when committing stuff, and finally, you will |
54 | need to either send me a crypted password, which you will use to connect | 54 | need to send me the username you have selected, an ssh key, and the email |
55 | to the system, or send me an ssh key. | 55 | address where you prefer email to be sent (I will forward any email sent |
56 | To create a crypted password, you can do something like the following (and | 56 | to you, but not store it). |
57 | please remember to change your password to something other then<em>foo</em>!): | ||
58 | |||
59 | <pre> | ||
60 | $ PASSWORD=foo perl -e 'srand ; @salt=(a..z,A..Z,0..9); \ | ||
61 | print crypt($ENV{PASSWORD}, $salt[rand(62)].$salt[rand(62)]), "\n";' | ||
62 | <b>o0naQJuvFx4UA</b> | ||
63 | </pre> | ||
64 | |||
65 | If you'd like to use MD5 passwords instead, try something like the following: | ||
66 | |||
67 | <pre> | ||
68 | $ PASSWORD=foo perl -e 'srand ; @salt=(a..z,A..Z,0..9); \ | ||
69 | print crypt($ENV{PASSWORD}, "\$1\$".$salt[rand(62)].$salt[rand(62)]), "\n";' | ||
70 | <b>$1$Kp$rBBvl5cuAeJjJ6U1hCqpU1</b> | ||
71 | </pre> | ||
72 | |||
73 | Then I take your crypted password as is (i.e., the output of either of | ||
74 | these commands), drop it into the cvs password file, and you are set to | ||
75 | go. | ||
76 | <p> | 57 | <p> |
77 | Note that if your are really worried that others might see your crypted | 58 | Note that if your are worried that others might see your ssh key, you can |
78 | password, or your ssh key, you can encrypt the email containing your | 59 | encrypt the email containing your crypted password using my |
79 | crypted password using my <a href="http://www.codepoet.org/~andersen/erik/gpg.asc">public key</a>. | 60 | <a href="http://www.codepoet.org/~andersen/erik/gpg.asc">public key</a>. |
80 | 61 | ||
81 | 62 | ||
82 | <!-- End of Table --> | 63 | <!-- End of Table --> |