# How to access You will need your public ssh key: ~/.ssh/id_rsa.pub If you don't have one use `ssh-keygen` ``` shell ssh root@bauherren.ovh su git nano ~/.ssh/authorized_keys # go to end and paste the contents of your local ~/.ssh/id_rsa.pub exit # GO TO YOUR LOCAL MACHINE NOW git clone ssh://git@bauherren.ovh:/var/git/bauherren ``` Now you should be able to edit and push when done.