BackupPC-users

Re: [BackupPC-users] cheap encryption

2012-05-31 04:28:42
Subject: Re: [BackupPC-users] cheap encryption
From: Tim Fletcher <tim AT night-shade.org DOT uk>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Thu, 31 May 2012 09:26:22 +0100
On Wed, 2012-05-30 at 14:05 -0400, Neal Becker wrote:
> Using rsync (via ssh), default is aes encryption, which is expensive.
> 
> I wanted to try setting
> 
> Host * Ciphers arcfour,blowfish-cbc
> 
> I put that in user backuppc .ssh/config, but that didn't seem to work 
> (according 
> to the output of ps, not showing the args to ssh).
> 
> I did find that putting it in 
> 
> $Conf{RsyncArgs}
> 
> as
> 
>   '-e "ssh -c arcfour,blowfish-cbc"'
> 
> (note the quotes)
> 
> appears to be working (I can see the args in ps, and the backup is running).

I normally use the following to enable arcfour for a particular target:

$Conf{RsyncClientCmd} = '$sshPath -q -x -C -c arcfour -l root $host
$rsyncPath $argList+';


-- 
Tim Fletcher <tim AT night-shade.org DOT uk>


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>