Comment on Advice on encrypted storage
ShortN0te@lemmy.ml 9 months agoSteps are basically not more then this (Can not find the original blog i followed but this is the small write up i have made years ago)
- install dropbear
- update config to your liking
- copy public ssh keys over
- run update-initramfs -u (has to be rerun on config change)
- done (for the server part)
For some reason i install busybox too in the personal write up. But i do not think it is necessary.
constantokra@lemmy.one 9 months ago
That’s basically the same as my writeup from when I did it. Except I also had a -k all on update-initramfs. Not sure about the switches, so I’ll look into them. Thanks.