Jump to content

Remote disk unlocking: Difference between revisions

m
fixed a typo from my previous edit
imported>LunarEclipse
(More information on the network setup, the suggested default now replaces the default ssh shell with a password prompt, simplifying it's usage)
imported>LunarEclipse
m (fixed a typo from my previous edit)
Line 155: Line 155:
When your computer boots, and asks for the LUKS password. Now you can unlock your encrypted Hard drive using:
When your computer boots, and asks for the LUKS password. Now you can unlock your encrypted Hard drive using:


<pre>torify ssh root@&lt;onion.id&gt;.onion -p 22 'my-secret-password</pre>
<pre>torify ssh root@&lt;onion.id&gt;.onion -p 22 'my-secret-password'</pre>


== Example ==
== Example ==
An example with an ssh server listening at a tor hidden service address can be found at [https://cgit.euer.krebsco.de/stockholm/tree/krebs/2configs/tor/initrd.nix?id=9919cb25912dfcc50881239f95494dd2f8e7b858 krebs/2configs/tor/initrd.nix in stockholm]
An example with an ssh server listening at a tor hidden service address can be found at [https://cgit.euer.krebsco.de/stockholm/tree/krebs/2configs/tor/initrd.nix?id=9919cb25912dfcc50881239f95494dd2f8e7b858 krebs/2configs/tor/initrd.nix in stockholm]
Anonymous user