-
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
SSH Key RbNaCl::LengthError pulling db #510
Comments
Hey there,
you can't imagine how much we're glad to hear that! That said: first thing first I'd ask to try out w/ the latest 2.5.x ruby version, since I've not yet set up the CI for ruby 2.6 neither I've tried the gem with the shiny new ruby version. Before troubleshooting, I'd like to be sure that you reproduce the same problem with 2.5. Woudl you like to give it a try? |
Hey, I downgraded it to Ruby 2.5.0 and get unfortunately the same result:
I created a normal RSA key. Or is a ed25519 key necessary? |
fyi: same result with Ruby 2.4.2. |
an update: i generated an ed25519 key. but...
But this is another problem, and this thread can be closed, right? |
Oh god, nevermind :D you have posted while I was on the page and not noticed your iteration...let me read that :D |
I do not have much knowledge about This is the best ref I've found net-ssh/net-ssh#478 About the other error you are getting: could you paste |
i get this:
but since i have the other key (the connection is working), i get on top of every wordmove echo this:
Weird thing is, that after |
sorry, always pressing the wrong button by mistake. |
This sounds "interesting". Do you have exclude:
# [...]
- 'wp-config.php'
# [...] |
Yes, it is excluded. But after more tests I have a theory: But anyways and for the record: the original problem is now solved with a ed25519 key. Thank you! |
This could require to specify the Thanks for your summary. I'm going to close this one, but ping me if you need help. |
Check this comment out.. If you generated an ed255.. key, delete it, then add your private ssh key to the ssh agent using add-ssh ssh-add ~/.ssh/rsa_id Now it should work. |
I just added that line to the end of my .zshrc file |
For anyone else with this issue I ended up needing to add the following to my addSSHKey() {
ssh-add /Users/tylerbarnes/.ssh/id_rsa
}
addSSHKEY &> /dev/null |
I have a problem while executing
wordmove pull -d
via SSH.First I got, after trying to connect to remote:
Then i installed:
after this i got:
And now, i don't know what to do...
The rest worked fine, i could pull all files without any problems with
wordmove pull --all
I'm working on
OSX 10.14.2
Ruby 2.6.0
wordmove 4.0.0
Any idea how to solve this?
PS: thank you very much for your work. Wordmove helps me a lot!
The text was updated successfully, but these errors were encountered: