GUACAMOLE-203: Add configuration option for SSH keepalives in SFTP connections.

This commit is contained in:
Nick Couchman
2017-05-31 21:07:14 -04:00
parent 5e9c2c6689
commit 605ff4f615
3 changed files with 10 additions and 0 deletions

View File

@@ -318,6 +318,10 @@
{
"name" : "sftp-directory",
"type" : "TEXT"
},
{
"name" : "sftp-keepalive",
"type" : "NUMERIC"
}
]
}

View File

@@ -131,6 +131,10 @@
{
"name" : "sftp-directory",
"type" : "TEXT"
},
{
"name" : "sftp-keepalive",
"type" : "NUMERIC"
}
]
},

View File

@@ -355,6 +355,7 @@
"FIELD_HEADER_SERVER_LAYOUT" : "Keyboard layout:",
"FIELD_HEADER_SFTP_DIRECTORY" : "Default upload directory:",
"FIELD_HEADER_SFTP_HOSTNAME" : "Hostname:",
"FIELD_HEADER_SFTP_KEEPALIVE" : "SFTP Keepalive Interval:",
"FIELD_HEADER_SFTP_PASSPHRASE" : "Passphrase:",
"FIELD_HEADER_SFTP_PASSWORD" : "Password:",
"FIELD_HEADER_SFTP_PORT" : "Port:",
@@ -532,6 +533,7 @@
"FIELD_HEADER_RECORDING_PATH" : "Recording path:",
"FIELD_HEADER_SFTP_DIRECTORY" : "Default upload directory:",
"FIELD_HEADER_SFTP_HOSTNAME" : "Hostname:",
"FIELD_HEADER_SFTP_KEEPALIVE" : "SFTP Keepalive Interval:",
"FIELD_HEADER_SFTP_PASSPHRASE" : "Passphrase:",
"FIELD_HEADER_SFTP_PASSWORD" : "Password:",
"FIELD_HEADER_SFTP_PORT" : "Port:",