Hello and apologies, this is a repost from gnu.emacs.help, I should have
mailed tramp-devel first.

I've recently installed 24.0.50.1. Previously I could use tramp
with Pageant to authenticate without problems, however now this
doesn't work. I get "FATAL ERROR: Disconnected: No supported
authentication methods available (server sent: publickey)".

Relevant part of my init.el:

(require 'tramp)
(setq tramp-default-method "plinkx")
(add-to-list 'tramp-default-user-alist
        '(nil ".*\\gmk\\.xen\\.prgmr\\.com\\'" "gmk"))
;(prefer-coding-system 'utf-8)
(setq tramp-password-end-of-line "\r\n")
(setq tramp-verbose 10)

Running from the cmd works OK, see:

C:\Documents and Settings\george\My Documents>plink -load
gmk.xen.prgmr.com
login as: gmk
Linux gmk.xen.prgmr.com 2.6.32-5-amd64 #1 SMP Wed Jan 12 03:40:32 UTC
2011 x86_64

The programs included with the Debian GNU/Linux system are free
software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Tue Nov 22 00:23:53 2011 from <hostname>
gmk@gmk:~$ exit
logout

C:\Documents and Settings\george\My Documents>

Using the Putty GUI works OK too.

Any ideas? Debug output follows my sig.

thanks, George

Debug output:

I have to link the output as a file, because some NUL characters
aren't letting me paste in the whole log unfortunately.

https://sites.google.com/site/georgekoliver/Home/debug.txt?attredirec...<http://www.google.com/url?sa=D&q=https://sites.google.com/site/georgekoliver/Home/debug.txt%3Fattredirects%3D0%26d%3D1&usg=AFQjCNGgHblZQMueHdDENzIPQobODIhkUg>
_______________________________________________
Tramp-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to