mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +00:00 
			
		
		
		
	descriptor/SSHConnection: Expose use_scp parameter
				
					
				
			Allow specifying to use scp for file transfer rather than sftp as this is not supported by all targets.
This commit is contained in:
		| @@ -344,6 +344,13 @@ CONNECTION_PARAMS = { | ||||
|             somewhere in the string it indicate where the command | ||||
|             to be run via sudo is to go. | ||||
|             """), | ||||
|         Parameter( | ||||
|             'use_scp', kind=bool, | ||||
|             default=False, | ||||
|             description=""" | ||||
|             Allow using SCP as method of file transfer instead | ||||
|             of the default SFTP. | ||||
|             """), | ||||
|         # Depreciated Parameters | ||||
|         Parameter( | ||||
|             'telnet', kind=str, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user