fix: correct field mapping in forms and prevent double -o prefix in SSH options

This commit is contained in:
2026-01-04 20:44:01 +01:00
parent 2f9587c8c8
commit def2b4fa8d
4 changed files with 39 additions and 13 deletions

View File

@@ -145,9 +145,9 @@ const (
identityInput
proxyJumpInput
proxyCommandInput
optionsInput
tagsInput
// Advanced tab inputs
optionsInput
remoteCommandInput
requestTTYInput
)