Information Technology Reference
In-Depth Information
Figure 12-2 . Succesfully uploaded keys are listed under SSH Keys
The configuration is finished. You can verify this by cloning the arbitrary public re-
pository using SSH protocol. If the command:
$ git clone git@github.com:jquery/jquery.git
succeeds, then your keys are correct. You can use SSH protocol to access repositories
hosted on Github.
How It Works
SSH protocol doesn't allow anonymous access. To use it you need an account on the
server. Github uses a single account named git for all users. That's why all clone com-
mands include git@github, as in:
$ git clone git@github.com:jquery/jquery.git
 
Search WWH ::




Custom Search