Changes between Version 6 and Version 7 of SourceCodeGit
- Timestamp:
- Jul 20, 2012, 4:52:55 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SourceCodeGit
v6 v7 88 88 If you had to use a different key filename because of an existing key that you don't want to overwrite or reuse, you can define a so called ssh host alias that allows you to specify which key to use when accessing the BOINC repo. In order to do so, add the following to {{{~/.ssh/config}}} (create the file if necessary), assuming that you created the ssh key as {{{~/.ssh/boinc-key}}}: 89 89 {{{ 90 host boinc-git 90 host boinc-git-server 91 91 Hostname isaac.ssl.berkeley.edu 92 92 Port 22 … … 98 98 99 99 {{{ 100 git clone boinc-git :boinc.git100 git clone boinc-git-server:boinc.git 101 101 }}} 102 102