From 8f1b932fdc4c8d927f27ff2dbc82a84d2160d1d8 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sat, 1 Jun 2024 17:23:30 +0200 Subject: [PATCH] docs: update unlocking ZFS pool --- docs/unlocking-root.md | 17 ----------------- docs/unlocking-zfs-pool.md | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 17 deletions(-) delete mode 100644 docs/unlocking-root.md create mode 100644 docs/unlocking-zfs-pool.md diff --git a/docs/unlocking-root.md b/docs/unlocking-root.md deleted file mode 100644 index 511d242..0000000 --- a/docs/unlocking-root.md +++ /dev/null @@ -1,17 +0,0 @@ -# Unlocking the root partition on boot - -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@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. diff --git a/docs/unlocking-zfs-pool.md b/docs/unlocking-zfs-pool.md new file mode 100644 index 0000000..686f140 --- /dev/null +++ b/docs/unlocking-zfs-pool.md @@ -0,0 +1,20 @@ +# Unlocking the ZFS pool on boot + +After a reboot, the encrypted ZFS pool will have to be unlocked. This is done by +accessing the server via SSH as user `root` on port 2222. + +Nachtigall: + +``` +ssh root@nachtigall.pub.solar -p2222 +``` + +Metronom: + +``` +ssh root@metronom.pub.solar -p2222 +``` + +After connecting, paste the encryption passphrase you can find in the shared +keepass. This will disconnect the SSH session immediately and the server will +continue to boot into stage 2.