Dave Abrahams <[email protected]> writes: >> > Okay, I think you can stop working on this and simply add to your >> > documentation: >> > >> > "Tramp (like sshfs, incidentally) doesn't work with WinSSHD. Use Cygwin >> > OpenSSH instead"
I've committed it to the repositories. >> Yes, maybe we must simply accept this. Tramp has also problems with >> cygwin when using it's ssh command, so it might be a more general >> problem on that platform. Are you able to access a cygwin sshd? > > Absolutely! > The only problem so far is a missing getconf: > > http://cygwin.com/ml/cygwin/2010-12/msg00435.html > > Tramp: Found remote shell prompt on `xp' > File error: `echo \"`getconf PATH`\"' does not return a valid Lisp > expression: `sh: getconf: command not found > "" > ' > Tramp: `getconf PATH' not successful, using default value > "/bin:/usr/bin". [3 times] As you see with the messages, Tramp is tolerant with this (using a default value). Maybe I shall add a test to check, whether getconf is existing. If not, the error message shall be suppressed. >> Btw, since since your machine runs MS Windows, you might try to connect >> it via the smb method ... > > Didn't even know there was one. Can you run remote commands over it? Unfortunately not. Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
