bugzilla-daemon at bugzilla.mindrot.org
2019-May-28 23:55 UTC
[Bug 3015] New: ssh: usability issue with -J and multiple jump hosts
https://bugzilla.mindrot.org/show_bug.cgi?id=3015
Bug ID: 3015
Summary: ssh: usability issue with -J and multiple jump hosts
Product: Portable OpenSSH
Version: 7.9p1
Hardware: All
URL: https://bugs.debian.org/929669
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: pabs3 at bonedaddy.net
When I try to proxy jump through multiple hosts using the most
intuitive way to do that (multiple -J options), ssh misleads me into
believing that ssh only supports a single jump host but if I use the
right syntax by separating the hosts with commas then it works fine.
I suggest that ssh either automatically combine the values of all the
proxy jump options using commas or print an error directing the user to
manually combine the values of all the proxy jump options using commas.
$ ssh -J master.debian.org -J paradis.debian.org draghi.debian.org
echo yay
Only a single -J option permitted
$ ssh -J master.debian.org,paradis.debian.org draghi.debian.org echo
yay
yay
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2019-May-31 03:30 UTC
[Bug 3015] ssh: usability issue with -J and multiple jump hosts
https://bugzilla.mindrot.org/show_bug.cgi?id=3015
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |djm at mindrot.org
Resolution|--- |WONTFIX
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
Unfortunately, combining options as you suggest would make the handling
of -J inconsistent with other command-line options as everything is
first-match-wins. I don't think introducing an inconsistency is worth
it for this case.
--
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.
bugzilla-daemon at bugzilla.mindrot.org
2019-May-31 03:40 UTC
[Bug 3015] ssh: usability issue with -J and multiple jump hosts
https://bugzilla.mindrot.org/show_bug.cgi?id=3015 --- Comment #2 from Paul Wise <pabs3 at bonedaddy.net> --- What about my other suggestion?> print an error directing the user to manually combine the values of all the proxy jump options using commas.-- 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.
bugzilla-daemon at bugzilla.mindrot.org
2019-May-31 03:46 UTC
[Bug 3015] ssh: usability issue with -J and multiple jump hosts
https://bugzilla.mindrot.org/show_bug.cgi?id=3015
Paul Wise <pabs3 at bonedaddy.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|WONTFIX |---
Status|RESOLVED |REOPENED
--
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.
bugzilla-daemon at bugzilla.mindrot.org
2019-Jun-07 04:08 UTC
[Bug 3015] ssh: usability issue with -J and multiple jump hosts
https://bugzilla.mindrot.org/show_bug.cgi?id=3015
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at dtucker.net
Attachment #3290| |ok?(dtucker at dtucker.net)
Flags| |
--- Comment #3 from Damien Miller <djm at mindrot.org> ---
Created attachment 3290
--> https://bugzilla.mindrot.org/attachment.cgi?id=3290&action=edit
slightly more helpful error message
--
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.
bugzilla-daemon at bugzilla.mindrot.org
2019-Jun-07 04:08 UTC
[Bug 3015] ssh: usability issue with -J and multiple jump hosts
https://bugzilla.mindrot.org/show_bug.cgi?id=3015
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2988
Referenced Bugs:
https://bugzilla.mindrot.org/show_bug.cgi?id=2988
[Bug 2988] Tracking bug for 8.1 release
--
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.
bugzilla-daemon at bugzilla.mindrot.org
2019-Jun-07 04:20 UTC
[Bug 3015] ssh: usability issue with -J and multiple jump hosts
https://bugzilla.mindrot.org/show_bug.cgi?id=3015 --- Comment #4 from Paul Wise <pabs3 at bonedaddy.net> --- Looks good, thanks. -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2019-Jul-19 03:05 UTC
[Bug 3015] ssh: usability issue with -J and multiple jump hosts
https://bugzilla.mindrot.org/show_bug.cgi?id=3015
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Damien Miller <djm at mindrot.org> ---
This is applied and will be in OpenSSH 8.1.
--
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.
bugzilla-daemon at bugzilla.mindrot.org
2019-Oct-09 04:11 UTC
[Bug 3015] ssh: usability issue with -J and multiple jump hosts
https://bugzilla.mindrot.org/show_bug.cgi?id=3015
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Damien Miller <djm at mindrot.org> ---
Close bugs fixed in openssh-8.1 release cycle
--
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.
bugzilla-daemon at mindrot.org
2023-Jan-13 02:42 UTC
[Bug 3015] ssh: usability issue with -J and multiple jump hosts
https://bugzilla.mindrot.org/show_bug.cgi?id=3015
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3290|ok?(dtucker at dtucker.net) |
Flags| |
--
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.