View previous topic :: View next topic |
Author |
Message |
humbletech99 Veteran


Joined: 26 May 2005 Posts: 1229 Location: London
|
Posted: Wed Dec 21, 2005 5:37 pm Post subject: rsync -e rsh ? |
|
|
Hi, I'm wondering if anyone can help me, I'm not used to using rsync and rsh ( a little before my time). I get the folowing error
rsync -e rsh * mybox:/somedir
Permission denied.
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(189)
I don't have a clue why this error message is here. |
|
Back to top |
|
 |
nlindblad Guru


Joined: 30 Jun 2005 Posts: 476 Location: Lund, Sweden
|
Posted: Thu Dec 22, 2005 9:03 pm Post subject: |
|
|
Why remote shell and not secure shell?
Code: | rsync -avz -e ssh user@host:/mydir /local/dir |
_________________ Please provide detailed tracebacks and your emerge --info when posting compile errors.
Add [SOLVED] to the thread's topic if you feel that your question has been anwered or your problem is solved. |
|
Back to top |
|
 |
groovin Guru


Joined: 07 Feb 2004 Posts: 429 Location: California, USA
|
Posted: Fri Dec 23, 2005 8:01 am Post subject: |
|
|
yeah, why not just use ssh? isnt rsh considered dangerous now? |
|
Back to top |
|
 |
humbletech99 Veteran


Joined: 26 May 2005 Posts: 1229 Location: London
|
Posted: Fri Dec 23, 2005 9:08 am Post subject: |
|
|
I would love to, I don't know how this old stuff works, but this box doesn't have it for some unknown reason.... It's quite old as well so it'll probably be retired and isn't worth wasting time putting ssh on it... |
|
Back to top |
|
 |
|