bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#43250: 28.0.50; tramp ignores .ssh/config


From: Michael Albinus
Subject: bug#43250: 28.0.50; tramp ignores .ssh/config
Date: Mon, 07 Sep 2020 10:41:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Sam Steingold <sds@gnu.org> writes:

Hi Sam,

> This looks like a newly introduced bug.

I've tried to reproduce the problem. I have modified my .ssh/config to

--8<---------------cut here---------------start------------->8---
Host fence
HostName        fencepost.gnu.org

Host            *
Compression     yes
ForwardAgent    yes
ForwardX11      no
User            sds
VisualHostKey   no
#GSSAPIDelegateCredentials yes
--8<---------------cut here---------------end--------------->8---

User "sds" is invalid in my case :-) Then I have applied

--8<---------------cut here---------------start------------->8---
(copy-file "/scp:fence:~/.forward" "~/.forward")
--8<---------------cut here---------------end--------------->8---

This fails with

--8<---------------cut here---------------start------------->8---
sds@fencepost.gnu.org: Permission denied (publickey).
--8<---------------cut here---------------end--------------->8---

as expected. What happens, if you call from your shell

--8<---------------cut here---------------start------------->8---
# ssh -o ControlMaster=auto -o ControlPath='tramp.%C' \
  -o ControlPersist=no -e none fence
--8<---------------cut here---------------end--------------->8---

> Thank you.

Best regards, Michael.





reply via email to

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