David Civera
David Civera
I tried and it still doesn't work. I'm pretty sure I'm in the same boat here. In my case, I'm trying to use the SSH2 feature in WordPress to install...
After running the application submitted by the OP, I got the same error message. However, I noticed an error message in my sshd logs saying that rsa-ssh was not in...
After generating keys using the following formats: ``` rsa-sha2-512 rsa-sha2-256 ecdsa-sha2-nistp256 ssh-ed25519 ``` Only `ecdsa-sha2-nistp256` and `ssh-ed25519` are accepted. For each, I used the following command `ssh-keygen -m PEM -t...
Thank you! I appreciate your quick reply and your direction. I'll move this conversation to libssh2. Hopefully, they can sort this out :)
Ended up finding the solution. It has to do with permissions, generating the right key, and set the right configuration in WordPress. https://wordpress.org/support/topic/ssh2-not-working-wont-accept-keys/#post-17772194
I just tried it with Big Sur 11.2.3 and everything works. However, I did encounter this issue in macOS previously. Fixed it by restarting and disabling-> re-enabling unlock with Apple...
Can confirm that the code also works on Monterey
Are you still interested in this issue? I am encountering the same problem. I have the same configuration and install method as @henrysingleton. When I tried to use FreeDNS, I...