On Wed, May 30, 2012 at 1:05 PM, Neal Becker <[email protected]> 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).

Sss is very pick about permissions.  Make sure the config file is
owned by backuppc and not accessible by others.  If you don't mind
changing the default for other users on the server you can make the
change in /etc/ssh/ssh_config.

-- 
   Les Mikesell
    [email protected]

------------------------------------------------------------------------------
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
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to