Ich benutze dropbear um ein verschluesseltes System auf einem fremden Rechner frei zu schalten

david@laptop-peaq:~\$ ssh root@192.168.178.22
Enter passphrase for key '/home/david/.ssh/id_rsa':
To unlock root partition, and maybe others like swap, run `cryptroot-unlock`.

BusyBox v1.35.0 (Debian 1:1.35.0-4+b3) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ # cryptroot-unlock
Please unlock disk nvme0n1p3_crypt:
cryptsetup: nvme0n1p3_crypt set up successfully
~ # Connection to 192.168.178.22 closed by remote host.
Connection to 192.168.178.22 closed.
david@laptop-peaq:~\$