mirror of
				https://github.com/Burnett01/rsync-deployments.git
				synced 2025-11-04 09:29:04 +01:00 
			
		
		
		
	Merge pull request #24 from jasongill/patch-1
Re-allow RSA host keys with SSH
This commit is contained in:
		
						commit
						a078b62820
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -9,7 +9,7 @@ set -eu
 | 
			
		|||
 | 
			
		||||
# Variables.
 | 
			
		||||
SWITCHES="$INPUT_SWITCHES"
 | 
			
		||||
RSH="ssh -o StrictHostKeyChecking=no -p $INPUT_REMOTE_PORT $INPUT_RSH"
 | 
			
		||||
RSH="ssh -o StrictHostKeyChecking=no -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa -p $INPUT_REMOTE_PORT $INPUT_RSH"
 | 
			
		||||
LOCAL_PATH="$GITHUB_WORKSPACE/$INPUT_PATH"
 | 
			
		||||
DSN="$INPUT_REMOTE_USER@$INPUT_REMOTE_HOST"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue