Jump to content

Remote disk unlocking: Difference between revisions

m
Fix more HTML entities (this time < and >)
imported>Fadenb
(syntaxHighlight a code block & fix HTML entities for double quotes that somehow showed up in the process)
imported>Fadenb
m (Fix more HTML entities (this time < and >))
Line 157: Line 157:
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@<onion.id>.onion -p 22 'my-secret-password'</pre>
Anonymous user