1
vote
0answers
69 views

Full disk encryption - adding disk

I've installed Ubuntu 12.04 Server using the encrypted volume with LVM option. I've now added another harddrive, that I wish to encrypt using the same key - and only supply key once during boot. How ...
0
votes
1answer
265 views

transparent home directory encryption

#1 I'm very new to the ubuntu home directory encryption or rather ecryptfs folder encryption. I read about the same within Dustin's blog & tried implementing it. Problem or query is my home ...
0
votes
2answers
2k views

How large should I make root, home, usr, var, and tmp partitions?

i install ubuntu server 10.04, have 64 Gb VHD. And want to separate partitions in this mode: /dev/xvda0 p on swap (2 Gb) /dev/xvda1a0 e on /boot (128 Mb) /dev/xvda1a1 e on / type ffs (local) ...
0
votes
2answers
273 views

How do I remotely patch openSSH to allow handshake obfuscation?

I believe that my Chinese ISP has started detecting and bandwidth-limiting SSH connections. I'm not using the default SSH port so I suspect that they are using deep packet filtering to detect the ...
3
votes
1answer
355 views

Prevent users from encrypting their home folders

How can I prevent users from encrypting their home folder on a server inside our company without removing the respective packages? Are there any policies I can enable to prevent this? Edit: the ...
4
votes
3answers
584 views

How to encrypt /var/www?

I want encrypt my /var/www folder so I and apache had access. How can I done this? I tried use ecryptfs, but my sites does not work. Please write example, or link for manual.
1
vote
3answers
449 views

How can I access my http site (non-Apache) through https?

I'm using the open source Motion CCTV/webcam software to allow me to view my camera live over a network. Internally, I can go to my web browser, type in the URL which is something like ...
4
votes
1answer
1k views

how to mount / with encrypted lvm root during installation?

In order to understand Linux better, I'm trying to manually configure an encrypted root lvm partition . I have already tried this with the Ubuntu server installer by choosing the lvm encrypted option ...
0
votes
1answer
368 views

Won't decrypt home folder, Ubuntu server 11.04

I have a big problem with Ubuntu Server 11.04. When I log into the server with ssh or ftp the files in my Home folder is encrypted. This happened yesterday too, but a reboot fixed it. I just ...
2
votes
1answer
137 views

Does Ubuntu support the OpenBSD Crypto Framework?

I can't seem to find an answer to this question. There is the Linux Crypto API, and the OpenBSD Crypto Framework (OCF). I can't find anyting on Google as to whether Ubuntu supports OCF or if the ...