Password-less submit to SVN

From MSL-Libraries
Revision as of 18:19, 11 February 2014 by Senes (talk | contribs) (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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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