Skip to content

Commit 4e8708d

Browse files
committed
GUACAMOLE-1290: Add parameter for SSH public key.
1 parent 8525aa1 commit 4e8708d

File tree

2 files changed

+5
-0
lines changed
  • guacamole/src/main/frontend/src/translations
  • guacamole-ext/src/main/resources/org/apache/guacamole/protocols

2 files changed

+5
-0
lines changed

guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
{
3939
"name" : "passphrase",
4040
"type" : "PASSWORD"
41+
},
42+
{
43+
"name" : "public-key"
44+
"type" : "MULTILINE"
4145
}
4246
]
4347
},

guacamole/src/main/frontend/src/translations/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,7 @@
741741
"FIELD_HEADER_PASSPHRASE" : "Passphrase:",
742742
"FIELD_HEADER_PORT" : "Port:",
743743
"FIELD_HEADER_PRIVATE_KEY" : "Private key:",
744+
"FIELD_HEADER_PUBLIC_KEY" : "Public key:",
744745
"FIELD_HEADER_SCROLLBACK" : "Maximum scrollback size:",
745746
"FIELD_HEADER_READ_ONLY" : "Read-only:",
746747
"FIELD_HEADER_RECORDING_WRITE_EXISTING" : "@:APP.FIELD_HEADER_RECORDING_WRITE_EXISTING",

0 commit comments

Comments
 (0)