On Wed, Feb 16, 2011 at 02:36:16PM -0500, Richard Hipp wrote: > On Wed, Feb 16, 2011 at 12:03 PM, Chad Perrin <[email protected]> wrote: > > > I'm new to this list. Be gentle. > > > > I've been rummaging through the list archives, and sifting through the > > Web documentation, but I am still not clear on the status of using SSH to > > encrypt connections for push/pull and other operations using Fossil. Is > > it stable? Does it require special configuration? Is there anything > > about it in the Web docs or in any documentation that comes with it? Is > > it not discussed outside of the mailing list? > > > > Any help in answering these (and related) questions would be appreciated. > > > > OK, so I've made some tweaks to the SSH code based on the many helpful > suggestions sent in by readers. (Thanks!) Now the ball is back over to > you, Chad. Go forth and test. Let us know about both your successes and > failures. Looking forward to you report!
Regarding the comment on [7c8519003d], I still think that fossil should not try to deal with any MOTD. Running "ssh -T -e none remote sh" will get rid of that (adding " sh", basically). And /bin/sh is a requirement of glibc for system() to work, so I imagine sh will be available in most unix systems. Don't you think so? Regards, Lluís. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

