tramp-devel
[Top][All Lists]
Advanced

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

Re: tramp (2.0.49); tramp times out when connecting


From: Michael Albinus
Subject: Re: tramp (2.0.49); tramp times out when connecting
Date: Thu, 25 Aug 2005 10:23:14 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/20.7 (hpux)

Kurt Steinkraus <address@hidden> writes:

> Hi,

Hi,

> I'm trying for the first time to use tramp on a mac running OS X 10.4,
> and it doesn't work.  The symptoms are that tramp waits 60s, then
> times out.  Looking at the *tramp/scp* buffer, it seems that somehow
> tramp isn't recognizing the password prompt, or isn't able to
> communicate with it.  The prompt is right there, and I can enter my
> password into that buffer (after tramp times out) and login (but then
> commands at the prompt don't work).

[...]

>  tramp-password-prompt-regexp 
> "^.*\\([pP]assword\\|passphrase.*\\):address@hidden *"

[...]

> Password for address@hidden:

Tramps password prompt does not match your case. You might try the
following:

(setq tramp-password-prompt-regexp
      "^.*\\([pP]assword\\|passphrase\\).*:address@hidden *")

Best regards, Michael.





reply via email to

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