mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-600: Add SSH and SFTP timeout client options.
This commit is contained in:
		| @@ -424,6 +424,10 @@ | ||||
|                     "name"  : "sftp-port", | ||||
|                     "type"  : "NUMERIC" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "sftp-timeout", | ||||
|                     "type"  : "NUMERIC" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "sftp-host-key", | ||||
|                     "type"  : "TEXT" | ||||
|   | ||||
| @@ -16,6 +16,10 @@ | ||||
|                 { | ||||
|                     "name"  : "host-key", | ||||
|                     "type"  : "TEXT" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "timeout", | ||||
|                     "type"  : "NUMERIC" | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
|   | ||||
| @@ -175,6 +175,10 @@ | ||||
|                     "name"  : "sftp-port", | ||||
|                     "type"  : "NUMERIC" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "sftp-timeout", | ||||
|                     "type"  : "NUMERIC" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "sftp-host-key", | ||||
|                     "type"  : "TEXT" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user