Frederick Bartlett <[email protected]> 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 > [email protected]: 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.
