search for: interstel

Displaying 3 results from an estimated 3 matches for "interstel".

Did you mean: intersted
2001 Nov 06
3
rsync over different ssh port
hey folks, rsync is a great tool! i use it mostly to sync up Documents between several machines. i use it like this: rsync --progress -vrae ssh /home/bill/Graphics/ bill@vortex:/home/rmckown/Graphics/ the problem i have, is i want to specifiy a specific ssh port other than 22. i want to connect to a specific ssh server behind the firewall on the remote end. it would be nice to use the
2013 Feb 15
20
[Bug 2071] New: sshd closes stderr but not stdout when child process exits
...assified Product: Portable OpenSSH Version: 6.1p1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter: jdpaul at interstel.net Created attachment 2220 --> https://bugzilla.mindrot.org/attachment.cgi?id=2220&action=edit strace output and code fragments demonstrating stderr-vs-stdout bug Description ----------- When using ssh to run a remote command which forks a child process and then exits, the behavior of...
2001 Nov 20
2
rsync server over SSH [includes code patches]
...#39;rsync [options] source [user@]host::module[/dest]') are unaffected by the addition of the ':::' transfer mode. Context diffs (against 2.4.6) for the code and documentation changes are provided below, after some notes and gory details. Share and enjoy -- JD Paul jdpaul@interstel.net P.S. Does one have to explicitly petition to get changes merged into the main development branch, or is submitting code changes considered that petition? -------------------------------------------------------------------------- NOTES: This functionality was inquired about back in June of...