Skip to content
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

missing gems to work with new key encryption type #42

Open
novozhenets opened this issue Jul 15, 2022 · 2 comments
Open

missing gems to work with new key encryption type #42

novozhenets opened this issue Jul 15, 2022 · 2 comments

Comments

@novozhenets
Copy link

After 0d78e2d
I was getting errors about failed authentication via key

net-ssh-7.0.1/lib/net/ssh/authentication/ed[25](https://github.com/novozhenets/trackfolio-backend/runs/7365266070?check_suite_focus=true#step:4:26)519_loader.rb:19:in `raiseUnlessLoaded': OpenSSH keys only supported if ED25519 is available (NotImplementedError)
net-ssh requires the following gems for ed25519 support:
 * ed25519 (>= 1.2, < 2.0)
 * bcrypt_pbkdf (>= 1.0, < 2.0)

Issue is described here net-ssh/net-ssh#565

This should probably be added to README, it took me quite some time to figure this out

@tiagojsag
Copy link

I can confirm I had the same problem, and adding both gems to my Gemfile solved the issue

soemo added a commit to soemo/tippspiel that referenced this issue Oct 3, 2022
@Haguilar91
Copy link

Haguilar91 commented Jan 26, 2023

I can also confirm that fixes it, but my error was different.
cap aborted! SSHKit::Runner::ExecuteError: Exception while executing on host ***: Inappropriate ioctl for device Caused by: Errno::ENOTTY: Inappropriate ioctl for device

@miloserdow miloserdow pinned this issue Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants