diff options
author | Pranshu Sharma <pranshu@pebl> | 2024-12-14 11:59:06 +1000 |
---|---|---|
committer | Pranshu Sharma <pranshu@pebl> | 2024-12-14 11:59:31 +1000 |
commit | f8e86bc6f17153b5dd2032d82659186bd8610acb (patch) | |
tree | 4eda7212020880ec1df3d3e7957aa9d15b2cfa5a | |
parent | a48192f1fa4a1d6dd641f3bce6c7715c56a864a9 (diff) |
Adding readme
-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. |