[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cannot connect with tramp when ssh works
From: |
Michael Albinus |
Subject: |
Re: Cannot connect with tramp when ssh works |
Date: |
Tue, 11 Oct 2011 11:56:26 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Harry Putnam <address@hidden> 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.