forked from Fachschaft/nixConfig
work in progress
This commit is contained in:
parent
74a64b6791
commit
cfa1d45b61
1 changed files with 6 additions and 4 deletions
|
@ -24,14 +24,16 @@ self explenatory
|
||||||
- Set correct rights for `.ssh/` and `authorized_keys`
|
- Set correct rights for `.ssh/` and `authorized_keys`
|
||||||
- The following has worked
|
- The following has worked
|
||||||
- `chown -R dennis:dennis .ssh/`
|
- `chown -R dennis:dennis .ssh/`
|
||||||
- `chmod 755 .ssh/`
|
- `chmod 700 .ssh/`
|
||||||
- `chmod 644 .ssh/authorized_keys`
|
- `chmod 600 .ssh/authorized_keys`
|
||||||
- You can now connect with `ssh dennis@fb04184.mathematik.tu-darmstadt.de`
|
- You can connect now with `ssh dennis@fb04184.mathematik.tu-darmstadt.de`
|
||||||
|
|
||||||
# get access to the pass on azatoth
|
# get access to the pass on azatoth
|
||||||
Right there is one gpg key on azatoth that is secured with a password.
|
Right now there is one gpg key on azatoth that is secured with a password.
|
||||||
You should get the password.
|
You should get the password.
|
||||||
|
|
||||||
# get access to the git repo
|
# get access to the git repo
|
||||||
|
- You need to get an account at [git.mathebau.de](https://git.mathebau.de).
|
||||||
|
- You need to get added to the Server Minions
|
||||||
|
|
||||||
# get your credentials placed in the git repo
|
# get your credentials placed in the git repo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue