-
Notifications
You must be signed in to change notification settings - Fork 24
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
Support new format for SSH private keys #389
Comments
This is as of OpenSSH 7.8 the default.
Workaround is to use |
The failure is a message like |
Stack trace is: db/tunnel.go:61: fail to connect to SSH server |
Soulou
added a commit
that referenced
this issue
Feb 22, 2019
Soulou
added a commit
that referenced
this issue
Feb 22, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ssh-keygen on some system seems to generate
OPENSSH PRIVATE KEY
instead ofRSA PRIVATE KEY
in the private key, we need to add the compatibility.Some references:
hierynomus/sshj#276
duplicati/duplicati#3360
The text was updated successfully, but these errors were encountered: