$ ssh-keygen -t rsa1
(accept paraphraseless input)
$ ssh-keygen -t rsa
(accept paraphraseless input)
$ ssh-keygen -t dsa
(accept paraphraseless input)
add identity.pub to authorized_keys
$ cat identity.pub >> authorized_keys
add id_dsa.pub to authorized_keys2
$ cat id_dsa.pub >> authorized_keys2
some svn pointers,
checkout: svn co
checkout with revision arg: svn co -r HEAD
checkout with user credentials: --username --password
take note:
in linux, for passwords with escape characters, enclose the password with double quotes and add a \ prefix to the special character (i.e., "ohmy\!password")
No comments:
Post a Comment