tramp-devel
[Top][All Lists]
Advanced

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

Re: TRAMP hanging on “Waiting for prompts …”


From: Michael Albinus
Subject: Re: TRAMP hanging on “Waiting for prompts …”
Date: Tue, 27 Sep 2011 12:51:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Sean Whitton <address@hidden> writes:

> Dear Michael,

Hi Sean,

> Also this morning I needed to SSH to a machine other than athena and
> that hung in the same way—this was a password connection rather than a
> SSH key one, but I never got asked for my password.

Password handling is in the way. Do you have some .netrc or .authinfo
files in use? If yes, could you move them somewhere else temporarily?

Additionally, you could add verbosity to the ssh command. Please, eval
this:

(add-to-list 'tramp-methods
  '("sean"
    (tramp-login-program        "ssh")
    (tramp-login-args           (("-v") ("-l" "%u") ("-p" "%p") ("-e" "none") 
("%h")))
    (tramp-async-args           (("-q")))
    (tramp-remote-sh            "/bin/sh")
    (tramp-gw-args              (("-o" "GlobalKnownHostsFile=/dev/null")
                                 ("-o" "UserKnownHostsFile=/dev/null")
                                 ("-o" "StrictHostKeyChecking=no")))
    (tramp-default-port         22)))

Then, you might try to open "C-x C-f /sean:address@hidden:". Hopefully,
there are more information in the Tramp buffers.
 
> S

Best regards, Michael.



reply via email to

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