[Bug 3334] document `none` keyword for ProxyJump

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sat Aug 7 02:53:23 AEST 2021


https://bugzilla.mindrot.org/show_bug.cgi?id=3334

--- Comment #2 from Christoph Anton Mitterer <calestyo at scientia.net> ---
> Host *.example.org
>    ProxyJump login.example.org
> 
> to not end up in an endless loop.


That should then also be documented,... plus more concrete what's
actually happening like:

If one *just* have:

> Host *.example.org
>    ProxyJump login.example.org

=> it's clear... no recursion

but what when one has:

> Host login.example.org
>    SomeOtherStuff
> Host *.example.org
>    ProxyJump login.example.org

In that case, would SomeOtherStuff still be loaded?
Or similarly if login.example.org had another ProxyJump to another
host?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list