docs: updates for metronom / mail
Some checks failed
Flake checks / Check (pull_request) Failing after 2m16s

This commit is contained in:
teutat3s 2024-05-29 10:50:24 +02:00
parent 4763bb96ce
commit 4cf1a69120
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 14 additions and 2 deletions

4
docs/mail.md Normal file
View file

@ -0,0 +1,4 @@
### Mail
mail.pub.solar aka metronom.pub.solar hosts our internal mails.
This is a small Hetzner cloud instance on https://console.hetzner.cloud.

View file

@ -1,9 +1,17 @@
# Unlocking the root partition on boot # Unlocking the root partition on boot
After a boot, the encrypted root partition will have to be unlocked. This is done by accessing the server via SSH with user root on port 2222. After a reboot, the encrypted ZFS pool will have to be unlocked. This is done by accessing the server via SSH with user `root` on port 2222.
Nachtigall:
``` ```
ssh root@nachtigall.pub.solar -p2222 ssh root@138.201.80.102 -p2222
```
Metronom:
```
ssh root@49.13.236.167 -p2222
``` ```
After connecting, paste the crypt passphrase you can find in the shared keepass. This will disconnect the SSH session right away and the server will keep booting into stage 2. After connecting, paste the crypt passphrase you can find in the shared keepass. This will disconnect the SSH session right away and the server will keep booting into stage 2.