Michael Albinus <michael.albi...@gmx.de> writes:

> Harry Putnam <rea...@newsguy.com> writes:
>
> Hi Harry,
>
>> Tramp Buffer is blank in two tests
>>
>> Tramp Debug attached:
>
> Tramp has problems already with the first commands. Could you, please,
> check what happens if you apply the following commands from a local
> shell, in this order (there might be also a password prompt):
>
> # /bin/sh -i
> # exec ssh -l harry  -o ControlPath=/tmp/tramp.6131DW.%r@%h:%p -o 
> ControlMaster=yes -e none m2
> # exec env ENV='' PROMPT_COMMAND='' PS1=\#\$\  PS2='' PS3='' /bin/sh
>
> Best regards, Michael.

Michael, what are we trying to get to here.  I can tell you that ssh
from local linux host to remote windowshost works just fine.

Here is the tty output from the above commands you requested.
Also attached is copy/pasted commands and output in xterm window.

   /bin/sh -i
   \[\033[01;31m\]HOST:\h \[\033[01;33m\]\w\n\u  \[\033[00m\]

My complicated PS1 value is shown as escape characters.  I've
shortened it to [ PS1 ] for clarity:

   /bin/sh -i
   [ PS1 ]

(all on one line but wrapped for mail)
   [ PS1 ]exec ssh -l harry  -o ControlPath=/tmp/tramp.6131DW.%r@%h:%p
   -o ControlMaster=yes -e none m2

   harry@m2's password: SECRET <RET>

   ControlSocket /tmp/tramp.6131DW.harry@m2:22 already exists,
   disabling multiplexing
   
   Last login: Thu Jan 26 09:19:34 2012 from reader.local.lan

   [ PS1 ]exec env ENV='' PROMPT_COMMAND='' PS1=\#\$\  PS2='' PS3='' /bin/sh
   #$ 

Attachment: AboutTramp_shell-out
Description: Binary data

_______________________________________________
Tramp-devel mailing list
Tramp-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to