To develop, it is very confortable and secure to use SSH keys with GIT. In this case, an authentification by username and password are not necessary.
The first step to configure your environmment is to have generated SSH keys. If you don't have keys generated, you can follow all the process descri...
The objective of the generation and export of the SSH keys is the possibility to connect to the server without typing a login / password.
Server
On the server, .ssh
directory must be present in home directory of the user used by the client. For instance, if the client use vincent
account to...