Changes between Version 6 and Version 7 of SourceCodeGit


Ignore:
Timestamp:
Jul 20, 2012, 4:52:55 AM (12 years ago)
Author:
brevilo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SourceCodeGit

    v6 v7  
    8888If 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}}}:
    8989{{{
    90 host boinc-git
     90host boinc-git-server
    9191       Hostname isaac.ssl.berkeley.edu
    9292       Port 22
     
    9898
    9999{{{
    100 git clone boinc-git:boinc.git
     100git clone boinc-git-server:boinc.git
    101101}}}
    102102