You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
After 0d78e2d
I was getting errors about failed authentication via key
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
The text was updated successfully, but these errors were encountered: