-
Notifications
You must be signed in to change notification settings - Fork 169
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
Error: OpenSSH keys only supported if ED25519 is available #586
Comments
Hi already tried to read this related issue #510 ? |
BTW I think that it's a https://github.com/welaika/photocopier 's fault. I'd be ok to try to update its dependencies, just want to be sure that you already followed past troubleshooting paths. :) Let me know |
As per #510 (comment) the issue appeared to be related to macOs no longer keeping my SSH key persistent after a reboot. |
Thanks a lot for sharing your solution :) |
@pioneerskies Tried wordmove and I'm also hitting this and not on mac. Tried the fix metioned by @paulmist but I still get this error when trying to do a pull against a google cloud instance (the mysqldump step is failing) so I think it might be an issue with photocopier as you mentioned. rsync steps seems to run fine.
|
Ok, got it working. I used the docker image welaika/wordmove To get it working against an ssh host with ed25519 key, I had to add launch the ssh-agent:
|
@gormv if you modified the image in order to Thanks for sharing |
This worked for me. Thanks! |
OS: macOs Catalina 10.15.4
Ruby: 2.6.3p62
Wordmove: 5.0.2
Using RVM
I've got a new install on a new mac - hitting the following problem when trying to push a database.
Have tried installing the mentioned gems rbnacl (5.0), rbnacl-libsodium, bcrypt_pbkdf.
No change.
The text was updated successfully, but these errors were encountered: