Bugzilla – Attachment 3290 Details for
Bug 3015
ssh: usability issue with -J and multiple jump hosts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
slightly more helpful error message
bz3015.diff (text/plain), 544 bytes, created by
Damien Miller
on 2019-06-07 14:08:46 AEST
(
hide
)
Description:
slightly more helpful error message
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2019-06-07 14:08:46 AEST
Size:
544 bytes
patch
obsolete
>diff --git a/ssh.c b/ssh.c >index 91e7c351..6f4a8f92 100644 >--- a/ssh.c >+++ b/ssh.c >@@ -790,8 +790,11 @@ main(int ac, char **av) > #endif > break; > case 'J': >- if (options.jump_host != NULL) >- fatal("Only a single -J option permitted"); >+ if (options.jump_host != NULL) { >+ fatal("Only a single -J option is permitted " >+ "(use commas to separate multiple " >+ "jump hops)"); >+ } > if (options.proxy_command != NULL) > fatal("Cannot specify -J with ProxyCommand"); > if (parse_jump(optarg, &options, 1) == -1)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3015
: 3290