From 5fef8ade6aa8f36b5cf59f7186563631a8f4f9e5 Mon Sep 17 00:00:00 2001 From: Kelvin Schoofs Date: Tue, 5 Jun 2018 20:45:25 +0200 Subject: [PATCH] Add the optional hop field (for connection hopping) --- configschema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configschema.json b/configschema.json index 491eede..2e83cd1 100644 --- a/configschema.json +++ b/configschema.json @@ -58,6 +58,10 @@ "boolean" ], "description": "(Windows only) Use the settings from the given PuTTY session (set this to true to find one using the other settings)" + }, + "hop": { + "type": "string", + "description": "Use another SSH configuration as intermediate proxy (connection hopping)" } }, "basic": { @@ -68,6 +72,9 @@ }, "root": { "$ref": "#/definitions/fields/root" + }, + "hop": { + "$ref": "#/definitions/fields/hop" } } },