Skip to content

Decrypts a filesystem with key from ssh-server. Integrated in initramfs

License

Notifications You must be signed in to change notification settings

mxbode/Crypt-Keyserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Decrypt Keyserver

Decrypts a filesystem with key from ssh-server. Integrated in initramfs

Configure initramfs for networking (/etc/initramfs-tools/initramfs.conf)

DEVICE=eth0 IP=[IP]::[GATEWAY]:[NETMASK]:[HOSTNAME]:eth0:off

Where the configured hostname is the keyservers ssh username.

Install

  • Place dropbear private key file to /root/id_dropbear
  • Configure known_hosts and nameservers in /usr/share/initramfs-tools/hooks/crypt-keyserver
  • Configure keyservers host/ip address in /usr/share/initramfs-tools/scripts/local-top/decrypt
  • and fire it up with:

update-initramfs -u

About

Decrypts a filesystem with key from ssh-server. Integrated in initramfs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages