rsync with ssh and a different cipher?
pbeckhelm_at_gmail.com
Date: 02/11/05
- Next message: pbeckhelm_at_gmail.com: "Re: rsync with ssh and a different cipher?"
- Previous message: Ian Zimmerman: "Re: Version Control for conf/rc/... files"
- Next in thread: pbeckhelm_at_gmail.com: "Re: rsync with ssh and a different cipher?"
- Reply: pbeckhelm_at_gmail.com: "Re: rsync with ssh and a different cipher?"
- Reply: Dave Hinz: "Re: rsync with ssh and a different cipher?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 11 Feb 2005 11:02:57 -0800
I'm looking to find out if it's possible to change the cipher used with
ssh when rsync'ing over ssh.
Typically an rsync over ssh will be invoked something like this:
rsync -av -e ssh ./localfile user@remotehost:/remotedir
...however, I'm looking to optimize the transfer, but I don't want to
modify the ssh_config, and would rather use a command line option that
would allow me to change the cipher from the default (3DES, I believe)
to something less complicated, and as such, would result in faster
transfer of files.
I can't find anything online about this, but ssh offers the -C option
to allow you change the cipher, but within rsync this doesn't seem to
work. Anyone have any hints? Oh, and please test your hints before
giving them...I've seem more than my share of speculative help, and
it's not +help+ful at all.
Thanks,
Patrick
- Next message: pbeckhelm_at_gmail.com: "Re: rsync with ssh and a different cipher?"
- Previous message: Ian Zimmerman: "Re: Version Control for conf/rc/... files"
- Next in thread: pbeckhelm_at_gmail.com: "Re: rsync with ssh and a different cipher?"
- Reply: pbeckhelm_at_gmail.com: "Re: rsync with ssh and a different cipher?"
- Reply: Dave Hinz: "Re: rsync with ssh and a different cipher?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|