mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-30 16:43:22 +00:00 
			
		
		
		
	GUACAMOLE-1290: Add public key parameter for SSH and SFTP connections.
This commit is contained in:
		| @@ -440,6 +440,10 @@ | ||||
|                     "name"  : "sftp-passphrase", | ||||
|                     "type"  : "PASSWORD" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "sftp-public-key", | ||||
|                     "type"  : "MULTILINE" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "sftp-root-directory", | ||||
|                     "type"  : "TEXT" | ||||
|   | ||||
| @@ -38,6 +38,10 @@ | ||||
|                 { | ||||
|                     "name"  : "passphrase", | ||||
|                     "type"  : "PASSWORD" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "public-key", | ||||
|                     "type"  : "MULTILINE" | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
|   | ||||
| @@ -195,6 +195,10 @@ | ||||
|                     "name"  : "sftp-passphrase", | ||||
|                     "type"  : "PASSWORD" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "sftp-public-key", | ||||
|                     "type"  : "MULTILINE" | ||||
|                 }, | ||||
|                 { | ||||
|                     "name"  : "sftp-root-directory", | ||||
|                     "type"  : "TEXT" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user