We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8525aa1 commit 4e8708dCopy full SHA for 4e8708d
guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json
@@ -38,6 +38,10 @@
38
{
39
"name" : "passphrase",
40
"type" : "PASSWORD"
41
+ },
42
+ {
43
+ "name" : "public-key"
44
+ "type" : "MULTILINE"
45
}
46
]
47
},
guacamole/src/main/frontend/src/translations/en.json
@@ -741,6 +741,7 @@
741
"FIELD_HEADER_PASSPHRASE" : "Passphrase:",
742
"FIELD_HEADER_PORT" : "Port:",
743
"FIELD_HEADER_PRIVATE_KEY" : "Private key:",
744
+ "FIELD_HEADER_PUBLIC_KEY" : "Public key:",
745
"FIELD_HEADER_SCROLLBACK" : "Maximum scrollback size:",
746
"FIELD_HEADER_READ_ONLY" : "Read-only:",
747
"FIELD_HEADER_RECORDING_WRITE_EXISTING" : "@:APP.FIELD_HEADER_RECORDING_WRITE_EXISTING",
0 commit comments