Difference between revisions of "Password-less submit to SVN"

From MSL-Libraries
Jump to navigationJump to search
(Created page with "=== On your linux computer === * Create a private/public key. '''NOTE:''' set the passphrase to blank. ssh-keygen -t rsa * Print the content of the newly created public key ...")
 
(No difference)

Latest revision as of 18:19, 11 February 2014

On your linux computer

  • Create a private/public key. NOTE: set the passphrase to blank.
ssh-keygen -t rsa
  • Print the content of the newly created public key
cat .ssh/id_rsa.pub
  • Copy the public key (without line breaks)

On SourceForge