tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `plinkx` repeatedly prompting for password while `plink` does not


From: Randy Morris
Subject: Re: `plinkx` repeatedly prompting for password while `plink` does not
Date: Tue, 21 Aug 2012 10:56:01 -0400

> Could you, please, set `tramp-verbose' to 6, and rerun your test? There
> will be a Tramp debug buffer, which could tell us more.
>
> Tramp should not show any clear password in that buffer. Maybe you
> double-check, before sending.
>
> Best regards, Michael.

Hello Michael,

While waiting for this message to be moderated I was able to
determine the problem through the use of advices.

In this version of tramp the `plinkx` method did not define
`tramp-password-end-of-line` like the `plink` method.  This means
that the entire password does not make it to the server and the
authentication fails.  The latest release of tramp does not have this
issue as this code was revamped about 7 months ago and
`tramp-password-end-of-line` was removed.

A workaround for anyone using tramp 2.2.3 users is to redefine
the `plinkx` method and include the `tramp-password-end-of-line`
as the `plink` method does.

Thanks for your time.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]