[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tramp no longer connects to aws instances
From: |
Michael Albinus |
Subject: |
Re: Tramp no longer connects to aws instances |
Date: |
Sat, 26 Oct 2019 09:34:40 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Frederick Bartlett <address@hidden> writes:
> Hi!
Hi Fred,
> I have not changed anything in my .emacs; however, I did recently
> reboot and upgrade to kernel 5.3.6-200.fc30.x86_64. So far as I know,
> AWS hasn't changed: I can still connect via ssh.
>
> Tramp's main complaint is
> address@hidden: Permission denied
> (publickey,gssapi-keyex,gssapi-with-mic).
Yes, that's the problem (also visible in Tramp's debug buffer). Your
remote host seems to have a problem with your public key.
Could you pls check the command Tramp has sent, in a shell terminal? The
command is
# ssh -l ec2-user -o ControlMaster=auto -o ControlPath='tramp.%C' -o
ControlPersist=no -e none xx.xxx.xxx.xxx
How do you call ssh in a shell manually?
> Thanks for your stellar work,
> Fred
Best regards, Michael.