infra/docs/unlocking-zfs-pool.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
480 B
Markdown
Raw Normal View History

2024-06-01 15:23:30 +00:00
# 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 -4 root@nachtigall.pub.solar -p2222
2024-06-01 15:23:30 +00:00
```
Metronom:
```
ssh -4 root@metronom.pub.solar -p2222
2024-06-01 15:23:30 +00:00
```
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.