From ee775da219f19113be8c38bb52f5fe1d3daa682c Mon Sep 17 00:00:00 2001 From: teutat3s Date: Wed, 29 May 2024 10:50:24 +0200 Subject: [PATCH] docs: updates for metronom / mail --- docs/mail.md | 4 ++++ docs/unlocking-root.md | 10 ++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 docs/mail.md diff --git a/docs/mail.md b/docs/mail.md new file mode 100644 index 0000000..7719ac6 --- /dev/null +++ b/docs/mail.md @@ -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. diff --git a/docs/unlocking-root.md b/docs/unlocking-root.md index 463bd1b..dbcccb0 100644 --- a/docs/unlocking-root.md +++ b/docs/unlocking-root.md @@ -1,9 +1,15 @@ # 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.