diff options
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7fb435b --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ + + +# 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. |