PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > comp.security.ssh > How to change rsync to run upon rsh ?
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
comp.security.ssh SSH secure remote login and tunneling tools.

How to change rsync to run upon rsh ?

Réponse
 
LinkBack Outils de la discussion
Vieux 20/12/2006, 15h59   #1
linq936@hotmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut How to change rsync to run upon rsh ?

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?

Or change to some other light encryption algorithm?

Thanks.

  Réponse avec citation
Vieux 20/12/2006, 16h48   #2
Richard E. Silverman
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to change rsync to run upon rsh ?

>>>>> "linq936" == linq936 <linq936@hotmail.com> writes:

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

linq936> Or change to some other light encryption algorithm?

linq936> Thanks.


rsync -e, as is documented in the rsync man page.

--
Richard Silverman
res@qoxp.net

  Réponse avec citation
Vieux 20/12/2006, 20h51   #3
Luis P. Mendes
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to change rsync to run upon rsh ?

Em Wed, 20 Dec 2006 07:59:16 -0800, linq936 escreveu:

> 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?
>
> Or change to some other light encryption algorithm?
>
> Thanks.


As an example:

rsync --archive \
--verbose \
--progress \
--rsh='ssh -p 2256' \
--password-file='/home/jj/scripts/rsync_chave.txt' \
--update
--exclude-from='/home/jj/scripts/rsync_copia_home_excluidos.txt'
/home/jj ibm.verde:/home/jj/lin_backup/

Luis P. Mendes
  Réponse avec citation
Vieux 20/12/2006, 21h36   #4
Unruh
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to change rsync to run upon rsh ?

linq936@hotmail.com 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?



  Réponse avec citation
Vieux 20/12/2006, 22h19   #5
Michael van Elst
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to change rsync to run upon rsh ?

Unruh <unruh-spam@physics.ubc.ca> writes:

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


You seem to be used to pretty slow disks.

>> Or change to some other light encryption algorithm?

>And ssh is heavy how?


The heavy thing is called encryption.

--
--
Michael van Elst
Internet: mlelstv@serpens.de
"A potential Snark may lurk in every tree."
  Réponse avec citation
Vieux 23/12/2006, 14h56   #6
Nico
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to change rsync to run upon rsh ?


Michael van Elst wrote:

> Unruh <unruh-spam@physics.ubc.ca> writes:
>
> >Bad idea. I suspect that the system resources required are primarily disk
> >read/write, not ssh.

>
> You seem to be used to pretty slow disks.
>
> >> Or change to some other light encryption algorithm?

> >And ssh is heavy how?

>
> The heavy thing is called encryption.


Why not simply use an rsyncd server on the target host? Get away from
rsh/SSH altogether, if you're not deeply concerned about security, and
restrict write access to only designated hosts?

  Réponse avec citation
Vieux 26/12/2006, 07h33   #7
Unruh
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to change rsync to run upon rsh ?

"Nico" <nkadel@gmail.com> writes:


>Michael van Elst wrote:


>> Unruh <unruh-spam@physics.ubc.ca> writes:
>>
>> >Bad idea. I suspect that the system resources required are primarily disk
>> >read/write, not ssh.

>>
>> You seem to be used to pretty slow disks.


Disks are ALWAYS slower than memory computations.

>>
>> >> Or change to some other light encryption algorithm?
>> >And ssh is heavy how?

>>
>> The heavy thing is called encryption.


You know this how?


>Why not simply use an rsyncd server on the target host? Get away from
>rsh/SSH altogether, if you're not deeply concerned about security, and
>restrict write access to only designated hosts?


agreed.

  Réponse avec citation
Vieux 26/12/2006, 08h09   #8
Michael van Elst
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to change rsync to run upon rsh ?

Unruh <unruh-spam@physics.ubc.ca> writes:

>Disks are ALWAYS slower than memory computations.


Nonsense. A computation in memory can be arbitrarily complex
and therefore outweigh any kind of disk I/O.

>>> The heavy thing is called encryption.


>You know this how?


I can measure how much time (CPU time and real time) is used for
encryption and how much is used for data transport, disk I/O or
network activity.

--
--
Michael van Elst
Internet: mlelstv@serpens.de
"A potential Snark may lurk in every tree."
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 13h36.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,13836 seconds with 16 queries