[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rdiff-backup-users] Data Privacy from system administrator withrdif
From: |
Andreas Olsson |
Subject: |
Re: [rdiff-backup-users] Data Privacy from system administrator withrdiff-backup |
Date: |
Mon, 29 Dec 2008 14:04:53 +0100 |
User-agent: |
KMail/1.9.10 |
On Monday 29 December 2008 13:49:11 Dominic wrote:
> ... But I don't understand why it is not secure to use
> encfs directly on the third party remote server (assuming that it is
> available of course)? Something like this (sorry this is from a Windows
> client hence use of plink and unusual escapes):
>
> rdiff-backup --remote-schema "plink.exe -ssh -i mykey.ppk %s echo
> ""S3cr3tP4s5w0rd""^| encfs -S ~/archives-enc/ ~/archives/; rdiff-backup
> --server; fusermount -u ~/archives/" "C:/Documents and Settings/Dominic/My
> Documents" address@hidden::~/archives/mydocs;
> My idea is that this will first mount the encrypted directory
> (~/archives-enc/) so that it can be read and written to unencrypted (as
> ~/archives/), then run rdiff-backup into this directory, then unmount so
> that thereafter the data can only be seen encrypted - unless you have the
> password.
>
> Of course this way we have sent the password to the remote server, but we
> have done so using ssh and I don't think this can be sniffed or found by
> the server's system administrator (it is not saved in .bash_history) - or
> can it be?
Well, assuming it works, that solution will theoreticly give the sysadmin in
question access to all your data. In the space between where your ssh-session
ends and your encfs begins all your data, as well as your encfs-password,
will exist in the servers memory.
If this is a purely theoretical danger or a real threat most likely depends on
what sysadmin you are dealing with, the sensitivity of the data, etc.
--
Andreas Olsson
http://www.andreasolsson.se/
signature.asc
Description: This is a digitally signed message part.
- [rdiff-backup-users] Data Privacy from system administrator with rdiff-backup, Dominic, 2008/12/28
- Re: [rdiff-backup-users] Data Privacy from system administrator withrdiff-backup, Andreas Olsson, 2008/12/28
- Re: [rdiff-backup-users] Data Privacy from system administrator withrdiff-backup, Greg Freemyer, 2008/12/28
- Re: [rdiff-backup-users] Data Privacy from system administrator withrdiff-backup, Dominic, 2008/12/29
- Re: [rdiff-backup-users] Data Privacy from system administrator withrdiff-backup,
Andreas Olsson <=
- Re: [rdiff-backup-users] Data Privacy from system administrator withrdiff-backup, Dominic, 2008/12/29
- Re: [rdiff-backup-users] Data Privacy from system administrator withrdiff-backup, Ryan How, 2008/12/29
- Re: [rdiff-backup-users] Data Privacy from system administrator withrdiff-backup, Dominic, 2008/12/29
- Re: [rdiff-backup-users] Data Privacy from system administrator with rdiff-backup, Simon Hobson, 2008/12/29
- Re: [rdiff-backup-users] Data Privacy from system administrator withrdiff-backup, Greg Freemyer, 2008/12/29
- Re: [rdiff-backup-users] Data Privacy from system administrator withrdiff-backup, Dominic, 2008/12/30
Re: [a0] Re: [rdiff-backup-users] Data Privacy from system administrator withrdiff-backup, Dominic, 2008/12/29