Re: How to change rsync to run upon rsh ?



linq936@xxxxxxxxxxx writes:

Hi,
The rsync on my system relies on SSH, this takes a lot of system
resource and I think it runs slower . Because I am running it on a
secured network, I do not need so much consideration of security, I am
wondering how to change it so that it relies on RSH instead?

Bad idea. I suspect that the system resources required are primarily disk
read/write, not ssh.

Anyway man rsync
Look for rsh


Or change to some other light encryption algorithm?

And ssh is heavy how?



.



Relevant Pages

  • Re: How to change rsync to run upon rsh ?
    ... The rsync on my system relies on SSH, this takes a lot of system ... resource and I think it runs slower. ...
    (comp.security.ssh)
  • How to change rsync to run upon rsh ?
    ... The rsync on my system relies on SSH, this takes a lot of system ... resource and I think it runs slower. ...
    (comp.security.ssh)
  • Re: Rsync problem - still unsolved
    ... not an ssh problem rather than an rsync problem. ... debug: client supports 1 auth methods: 'keyboard-interactive' ... Using keyboard-interactive authentication. ...
    (comp.security.ssh)
  • Re: sending large amount of data securely
    ... We mirror about 300GB worth of data accross one master and three slave servers using rsync, we do not use ssh as it's a local-only gigabit ethernet link between servers, but it's not overly difficult to accomplish in your case. ... If you do need to use ssh with rsync, then you could try out the latest openssh-portable port which now seems to support the HPN patches. ...
    (freebsd-questions)
  • How can I restrict incoming root rsync over ssh to specified command?
    ... will use rsync over ssh to pull certain directories from the ssh ... Here's an example of the command, ... Even with the server locked up in a room with no user ...
    (comp.os.linux.security)