It seems to happen more often now that Tramp doesn't grok a shell prompt after "exec /bin/sh" on the remote end. I wonder if "exec /bin/sh" could be replaced by something else which can be expected to work better?
How about, for example, the following? exec env PS1='$ ' /bin/sh I think it works under csh-like shells as well as under Bourne-ish shells. (Note that this command is expected to start a Bourne-ish shell, so at this point we're not allowed to assume that we are talking to a Bourne-ish shell already.) What about zsh? Does it work there, too? And what about people with really unusual login shells, such as scsh or this Plan9 thing? Does Tramp currently work for them? Will the above command work there? kai -- A large number of young women don't trust men with beards. (BFBS Radio) _______________________________________________ Tramp-devel mailing list [EMAIL PROTECTED] http://mail.freesoftware.fsf.org/mailman/listinfo/tramp-devel