Tomato rocks!
So I installed Tomato (good tutorial), and optware (good tutorial), got rsync installed and can ssh in with keys without a problem but rsync fails. Is this just an ssh key issue?
The raw SSH command that works is:
ssh -lMYUSER -pMYPORT MYHOST.dyndns.org
Windows 7 rsync —version:
$ rsync —version
rsync version 3.0.7 protocol version 30
Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 32-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
append, ACLs, no xattrs, iconv, symtimes
rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you
are welcome to redistribute it under certain conditions. See the GNU
General Public Licence for details.
Tomato USB rsync —version
@unknown:/tmp/mnt/Expansion_Drive/git# rsync —version
rsync version 3.0.7 protocol version 30
Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 32-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
append, no ACLs, xattrs, iconv, no symtimes
rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you
are welcome to redistribute it under certain conditions. See the GNU
General Public Licence for details.
RSYNC COMMAND:
rsync -lrvz —rsh='ssh -lMYUSER -pMYPORT' —progress —del MYHOST.dyndns.org:/tmp/mnt/Expansion_Drive/DIR
ERROR RESPONSE
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(601) [Receiver=3.0.7]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(610) [sender=3.0.7]
Thanks!