eternaltyro / cryptsetup

Since Google code is shuttering...
http://code.google.com/p/cryptsetup
GNU General Public License v2.0
0 stars 0 forks source link

Passkey outside current host #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi guys, i need to create an encripted volume, but i want mount it using a 
external server passkey
example...

setup /dev/sda 
cryptmount /dev/sda

here crypt will connect to "https://www.somehost.com/get.php?UUID=xxxxxxx" and 
get the password
with password it can mount the /dev/sda
without it , just give a error "can't get passkey"

after mounted we don't need passkey, after reboot server will mount again, and 
need the passkey contact again
with this i can turn on/off some servers

we can have internet problems, in this case a cryptmount --password=xxxxx could 
solve a 'offline' mount 

anyone know something like it? maybe i'm talking about something that already 
exists

tahnks

Original issue reported on code.google.com by robe...@spadim.com.br on 30 Jun 2013 at 7:54

GoogleCodeExporter commented 9 years ago
Please use mailing list http://www.saout.de/mailman/listinfo/dm-crypt for this 
kind of questions (more people reading the list and I am sure someone tried 
something similar).
Issues here are just for tracking bugs and features.

(Anyway, you can surely implement this with wget or licurl but I am afraid it 
will not be secure.)

Original comment by gmazyl...@gmail.com on 30 Jun 2013 at 8:44