News

Change to the git user with: su git Change into the git users’ HOME directory with: cd Create the .ssh directory and give it the proper permissions: mkdir .ssh chmod 700 .ssh ...