Harry Putnam <[email protected]> writes: > From putty interface if I double click m1, I get a password prompt > immediately and am logged in after inserting it. > > In emacs I try C-x d > then /plinkx:m1:/<RET> > > Password prompt appears. I insert passwd. Password prompt appears > after a moment, I insert passwd.... and onward.
What happens, if you call the following from a CMD window: plink -load m1 -t env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ ' /bin/sh Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
