Results 1 to 1 of 1

Thread: Unable to unlock LUKS encrypted drive remotely with SSH

  1. #1
    Join Date
    2018-Jul
    Posts
    1

    Unable to unlock LUKS encrypted drive remotely with SSH

    Hi, I have followed this guide:
    https://hamy.io/post/0005/remote-unl...ubuntu-debian/
    My local mahines .ssh folder contains these files:
    id_rsa id_rsa.pub known_hosts known_hosts.old
    The key in id_rsa.pub are the same as in /etc/dropbear-initramfs/authorized_keys, so that should be correct.
    /etc/dropbear-initramfs/authorized_keys contains the RSA key and the name of my local computer in this format:
    line 1: ssh-rsa AAAAxxxxxxxxxxxxxxxxxxxxxx lxxxxx@xxxxxxThinkPad-X230
    line 2: no-port-forwarding,no-agent-forwarding,no-X11-forwarding,command="/bin/cryptroot-unlock" ssh-rsa ...




    I am unable to connect to my remote machine using :
    ssh -o "HostKeyAlgorithms ssh-rsa" -p 4748 [email protected]


    The boot display:
    https://www.dropbox.com/s/vf76giobkv...62615.jpg?dl=0

    Has anyone any clue on what the error is ?

    -----------------
    Edit: I got it to work, had to reinstall dropbear-initramfs because it wanted the files mentioned in the how-to already present.
    Last edited by Supermag357; 2018-07-16 at 21:00.

Similar Threads

  1. unlock raspberry 3 luks from network (wifi and LAN)
    By AtheroS in forum ARM Archive
    Replies: 0
    Last Post: 2017-06-21, 19:42
  2. Dual boot Kali with Linux Mint on LUKS encrypted Hard Drive
    By Zepher in forum Installing Archive
    Replies: 0
    Last Post: 2016-04-04, 18:25
  3. EFI Boot Repair (Luks Encrypted LVM)
    By initEchelon in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-04-09, 21:54

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •