Hello together,
i would like to achieve to unlock a LUKS drive at the boot behaviour via SSH. Unlike Debian Jessie the configuration has changed in Debian Stretch to set up dropbear.
Proxmox Version: pve-manager/5.1-38/1e9bc777
Running kernel: 4.13.4-1-pve
- First i installed dropbear-initramfs
- then i added my ssh-key to /etc/dropbear-initramfs/authorized_keys.
- then changed the ssh port in /etc/dropbear-initramfs/config
- update-initramfs -u
@ /etc/default/grub
or static address
At this point there is a problem:
With DHCP Flag it posts:
and then it's gone. No DHCP request to my Router.
With static IP shows:
So it seems to be configured but i'm not able to ping nor connect to the server.
Maybe the interface is not started correctly? Is there a special hint to achieve to start the interface in grub?
I don't know is it related to Proxmox or rather Debian Stretch.
There are several sites they cover the installation for Remote Unlocking. But i don't find anything with this behavior.
Thank You
Ben
i would like to achieve to unlock a LUKS drive at the boot behaviour via SSH. Unlike Debian Jessie the configuration has changed in Debian Stretch to set up dropbear.
Proxmox Version: pve-manager/5.1-38/1e9bc777
Running kernel: 4.13.4-1-pve
- First i installed dropbear-initramfs
- then i added my ssh-key to /etc/dropbear-initramfs/authorized_keys.
- then changed the ssh port in /etc/dropbear-initramfs/config
- update-initramfs -u
@ /etc/default/grub
Code:
GRUB_CMDLINE_LINUX_DEFAULT"ip=dhcp"
Code:
GRUB_CMDLINE_LINUX_DEFAULT"ip=10.255.1.250::10.255.1.254:255.255.255.0::eno1:none"
At this point there is a problem:
With DHCP Flag it posts:
Code:
IP-Config: eno1 hardware adress xx:xx:xx:xx:xx:xx mtu 1500 DHCP RARP
With static IP shows:
Code:
IP-Config: eno1
address: 10.255.1.250 broadcast: 10.255.1.255 netmask 255.255.255.0
gateway: 10.255.1.254
So it seems to be configured but i'm not able to ping nor connect to the server.
Maybe the interface is not started correctly? Is there a special hint to achieve to start the interface in grub?
I don't know is it related to Proxmox or rather Debian Stretch.
There are several sites they cover the installation for Remote Unlocking. But i don't find anything with this behavior.
Thank You
Ben