-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to negotiate with *** port ***: no matching host key type found. #49
Comments
Hi, @wpplumber Can you please try a non-released version of this action: release/5.3
https://github.com/Burnett01/rsync-deployments/tree/release/5.3 Because it could be related to #24. Please report back if it works with release/5.3 for you :) Thanks |
I need to connect to a rather old server with Ubuntu 14. Using the current version 6.0 results in an error:
server says in /var/log/auth.log
which is an interesting error-message, since we are using the key for authorization, not a password. Using |
thanks for the feedback @cklm ! I will thus make an official release for 5.3 soon |
With the latest release 7.0.0 it is now possible to use legacy RSA hostkeys as an official feature of this action. Feel free to update to the latest release and activate the support:
More about that in the README.md |
I run the following action but give the error below:
FYI I'm able to connect via terminal from my local machine:
The successful cmd is:
ssh user@ip -pXXXXX
The text was updated successfully, but these errors were encountered: