Re: [BackupPC-users] cheap encryption

2012-05-31 Thread Tim Fletcher
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 outp

Re: [BackupPC-users] cheap encryption

2012-05-30 Thread Les Mikesell
On Wed, May 30, 2012 at 1:05 PM, 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

[BackupPC-users] cheap encryption

2012-05-30 Thread Neal Becker
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