https://bugzilla.mindrot.org/show_bug.cgi?id=3334
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution|--- |FIXED Blocks| |3302 --- Comment #1 from Darren Tucker <[email protected]> --- (In reply to Christoph Anton Mitterer from comment #0) > I think ssh_config’s ProxyJump should also mention the apparently > working `none` keyword (just like ProxyCommand). Yep, it's handled in parse_jump(). Added to man page. > to not end up in an endless loop. ssh will now detect trivial loops for you: $ cat tmp Host *.example.org ProxyJump login.example.org $ ./ssh -F tmp login.example.org jumphost loop via login.example.org You can still construct non-trivial ones though. Thanks for the report. Referenced Bugs: https://bugzilla.mindrot.org/show_bug.cgi?id=3302 [Bug 3302] Tracking bug for openssh-8.7 -- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
