Changes between Version 4 and Version 5 of SubversionAccess
- Timestamp:
- May 10, 2009, 9:35:08 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SubversionAccess
v4 v5 14 14 Two files will be created '''username_dsa''' is your '''private key''', keep it safe and use it for access. The file '''username_dsa.pub''' is your '''public key''', email a copy of this to us so we can add it to /home/svnuser/.ssh/authorized_keys. Please read SubversionUsage and CodingConventions. 15 15 16 The private key is used like this in : ~/.subversion/config16 The private key is used like this in the [tunnels] section of: ~/.subversion/config 17 17 {{{ 18 18 sshusername = /usr/bin/ssh -l username -i ~/.ssh/username_dsa