- Boot your server into a rescue environment;
- Download both scripts to a root shell and edit their configuration section to match yours;
- Run
./enter-alpine.sh install-alpine.sh
; - If all goes well, reboot, wait for the network to come up and
ssh -p 422 <server-ip>
; - You can now remote unlock the server by running
unlock-luks
once per disk; if successful, the boot shell will exit and the server will continue the boot sequence.
I hereby claim:
- I am shizmob on github.
- I am shiz (https://keybase.io/shiz) on keybase.
- I have a public key ASBCEhRGPB9yJWVUdLXnRMuulUY3dB_6uNB4UB1bBq8bKAo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
downpomf="https://a.pomf.cat/" | |
uppomf="https://pomf.cat/upload.php" | |
if test $# -lt 1 ; then | |
echo "Usage: `basename $0` FILE [FILE...]" | |
exit 1 | |
fi | |
set= |