infra/docs/unlocking-zfs-pool.md
teutat3s 8f1b932fdc
All checks were successful
Flake checks / Check (pull_request) Successful in 3m43s
docs: update unlocking ZFS pool
2024-06-03 12:30:08 +02:00

21 lines
474 B
Markdown

# 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.