February 2016
Intermediate to advanced
240 pages
5h 46m
English
It's pretty easy to set up a basic Git server. While this is rarely enough in a large organization, it is a good exercise before moving on to more advanced solutions.
Let's first of all specify an overview of the steps we will take and the bits and pieces we will need to complete them:
git and ssh packages should be installed.The SSH protocol features prominently as a base transport for other protocols, which is also is the case for Git.
You need your SSH public keys handy. If you don't have the keys for some reason, use ssh-keygen to create them.
We need two users, because we will simulate two users talking to a central server. Make keys for both test users.
Read now
Unlock full access