Is it possible on Linux (Debian 6) to use full disk encryption and passwordless SSH?
From what I can tell, you can encrypt a /home folder and use symbolic links to authorized_keys to make passwordless ssh work, but we'd prefer to encrypt the whole schmear (RAID1, LVM, /boot not encrypted, remaining LVM encrypted).
FYI - we are not taking about a "headless" server, so we are fine with putting in the encryption password on boot. Rather, want to be able to ssh into the machine remotely once it's up.
Our guess is this may not be possible, but any suggestions (or links) appreciated!
Thanks!