Dave Abrahams <[email protected]> writes: > The 2nd command yields this prompt: > > $ PS2=
That's the problem. Tramp expects "$ " as prompt in this case. Somehow, your shell on the remote system does not like a command like # exec env ENV='' PROMPT_COMMAND='' PS1=\$\ PS2='' PS3='' /bin/sh Which shell do you run after login? Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
