Trucrypt and remote access - how to?

1

I have encrypted whole system partition drive via truecrypt but now I can't remote access my computer. I need to be physically be in front of computer, to enter password.

Is there possible to enter password from remote computer via SSH ? I mean, I know it is, but first off course I need enter to the system (win7) and then I can connect via VNC/remote access and then eventually give password to truecrypt to decrypt files. But how to enter to the system when I need give truecrypt a pass first...

Any idea on this ?

user309568

Posted 2014-03-21T18:51:00.390

Reputation: 11

1with a ip kvm it's possible. – chaput – 2014-03-21T18:54:06.063

The Truecrypt bootloader runs before the OS is loaded - so direct SSH access to it is not possible. – LawrenceC – 2014-03-24T03:15:07.367

Answers

2

Nope, not unless your setup includes some form of Out-Of-Band Management, as the password prompt appears before the OS is loaded.

As folks have suggested in the comments, you'd need something like an IP KVM, or a computer that includes something like Intel's AMT/vPro, or HP's ILO, Dell's DRAC, etc.

Ƭᴇcʜιᴇ007

Posted 2014-03-21T18:51:00.390

Reputation: 103 763

0

This would be very difficult to achive because you need a system to remote connect to... Truecrypt bootloader starts before the OS. However, if this is a server like environment where you do not physically use the computer, you could partition the drive and run windows on one partition and store all your files on a seperate partition, then encrypt only the storage partition, at which point windows would boot normally and you can remote connect to it. The only other option i see is to run the OS virtually on top of another os, so that you could remote connect to the host and control the virtual os... something like a small/light linux distro and windows on top...

Daniel

Posted 2014-03-21T18:51:00.390

Reputation: 517

-1

Nah... it's way more simpler. You dont need special hardware pieces - http://www.howtoforge.com/unlock-a-luks-encrypted-root-partition-via-ssh-on-ubuntu

I have read that you don't even need a second system - you just encrypt piece of partition and then decrypt it when system is loaded.

Thanks for comments!

user309568

Posted 2014-03-21T18:51:00.390

Reputation: 11

That's for LUKS, not Truecrypt FDE. – LawrenceC – 2014-03-24T03:10:54.563