infra/docs/unlocking-root.md

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

18 lines
461 B
Markdown
Raw Normal View History

2023-10-28 23:37:31 +00:00
# Unlocking the root partition on boot
2024-05-29 08:50:24 +00:00
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:
```
2024-05-29 08:50:24 +00:00
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.