From f8e86bc6f17153b5dd2032d82659186bd8610acb Mon Sep 17 00:00:00 2001 From: Pranshu Sharma Date: Sat, 14 Dec 2024 11:59:06 +1000 Subject: Adding readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md 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. -- cgit v1.2.3