mirror of
				https://github.com/easingthemes/ssh-deploy.git
				synced 2025-10-31 23:40:10 +08:00 
			
		
		
		
	merge sshCmdArgs
This commit is contained in:
		
							parent
							
								
									6a0bdabd30
								
							
						
					
					
						commit
						8a5ca58984
					
				| @ -14,9 +14,7 @@ const { | |||||||
| const defaultOptions = { | const defaultOptions = { | ||||||
|   ssh: true, |   ssh: true, | ||||||
|   sshCmdArgs: [ |   sshCmdArgs: [ | ||||||
|     '-o StrictHostKeyChecking=no', |     `-o StrictHostKeyChecking=no -o HostKeyAlgorithms=${REMOTE_KEY_TYPES || '+ssh-rsa'} -o PubkeyAcceptedKeyTypes=${REMOTE_KEY_TYPES || '+ssh-rsa'}`, | ||||||
|     `-o HostKeyAlgorithms=${REMOTE_KEY_TYPES || '+ssh-rsa'}`, |  | ||||||
|     `-o PubkeyAcceptedKeyTypes=${REMOTE_KEY_TYPES || '+ssh-rsa'}`, |  | ||||||
|   ], |   ], | ||||||
|   recursive: true |   recursive: true | ||||||
| }; | }; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Alan Vasquez
						Alan Vasquez