Add the optional hop field (for connection hopping)

schemas
Kelvin Schoofs 7 years ago
parent f9940ae1ad
commit 5fef8ade6a

@ -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"
}
}
},

Loading…
Cancel
Save