[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tramp hangs
From: |
Michael Albinus |
Subject: |
Re: Tramp hangs |
Date: |
Sun, 05 Apr 2020 10:07:29 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Ryan Chipman <address@hidden> writes:
Hi Ryan,
> I updated to emacs 27.0.90 (and tramp 2.4.3.27.1) in case that would
> solve the problem. It didn't fix the issue, but the attached log is
> the one generated by those versions.
Well, the log file tells us, that there is *no* response from the ssh
command at all. And if I call it in my terminal, the same happens: no
response from the ssh command, until I the timeout:
--8<---------------cut here---------------start------------->8---
# ssh -l root -o ControlMaster=auto -o ControlPath='tramp.%C' -o
ControlPersist=no -e none ec2-3-88-31-114.compute-1.amazonaws.com
ssh: connect to host ec2-3-88-31-114.compute-1.amazonaws.com port 22:
Connection timed out
--8<---------------cut here---------------end--------------->8---
Well, this is AWS. I don't use it myself, but IIRC, you need a special
environment. For example, you must set the AWS_PROFILE environment
variable, and possibly you need another private ssh key. Have you set
this in your Emacs?
What happens, if you open a shell inside Emacs with "M-x shell", and
call the ssh command there?
> Thanks again for the help!
Best regards, Michael.