Tom Lees wrote:
  >1. Put a file "passwd" in $CVSROOT/CVSROOT/,
  >   containing a line like this:-
  >   
  >anonymous:tLE75Q0w/AnU2
  >
  >The password is "anonymous". Generate it like this:-
  >
  >echo 'main(){printf("%s\n",crypt("password","tL"));}'>t.c; \
  >     gcc -o t t.c -lcrypt; ./t; rm t t.c
  >
  >NB, replace "tL" with two random characters, and "password" with your desire
      >d
  >password.
 
The package `makepasswd' provides an easier command line...

   makepasswd --crypt --clear=your_password

-- 
Oliver Elphick                                [EMAIL PROTECTED]
Isle of Wight                              http://www.lfix.co.uk/oliver
               PGP key from public servers; key ID 32B8FAA1
                 ========================================
     "He that giveth unto the poor shall not lack..."       
                         Proverbs 28:27 


Reply via email to