[Bug 3423] Regression in ProxyJump functionality since 8.7p1
    bugzilla-daemon at mindrot.org 
    bugzilla-daemon at mindrot.org
       
    Fri May 27 14:11:10 AEST 2022
    
    
  
https://bugzilla.mindrot.org/show_bug.cgi?id=3423
Darren Tucker <dtucker at dtucker.net> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at dtucker.net
--- Comment #4 from Darren Tucker <dtucker at dtucker.net> ---
(In reply to Franck Lefebure from comment #1)
> I should have met this regression too
I just tried to reproduce this with -current (config adjusted to make
local conditions):
IdentitiesOnly yes
host hudson
  Hostname 127.0.0.1
  IdentityFile ~/.ssh/id_rsa_hudson
Host oca
  Hostname 192.168.32.6
  User flefebure
  IdentityFile ~/.ssh/dev0/id_rsa_oca
  ProxyJump hudson
And it's trying the keys I would expect it to with that config:
$ ssh -F /tmp/config -v oca
[...]
debug1: /tmp/config line 3: Applying options for hudson
debug1: Connecting to 127.0.0.1 [127.0.0.1] port 22.
debug1: Connection established.
debug1: identity file /home/dtucker/.ssh/id_rsa_hudson type -1
[...]
debug1: Trying private key: /home/dtucker/.ssh/id_rsa_hudson
[...]
dtucker at 127.0.0.1's password: 
Authenticated to 127.0.0.1 ([127.0.0.1]:22) using "password".
[...]
debug1: Authenticating to 192.168.32.6:22 as 'flefebure'
debug1: Will attempt key: /home/dtucker/.ssh/dev0/id_rsa_oca  explicit
Is there anything else in that config (eg Match Final)?  Could you
please attach a debug "(ssh -vvv oca)"?
-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
    
    
More information about the openssh-bugs
mailing list