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

Allow rbnacl 4 and better description on what to install #479

Merged
merged 1 commit into from Jan 1, 2017

Conversation

mfazekas
Copy link
Collaborator

@mfazekas mfazekas commented Jan 1, 2017

Closes: #476

Improves error message if required dependencies not yet installed.

$ BUNDLE_GEMFILE=./Gemfile.norbnacl bundle exec irb
2.3.0 :001 > require 'net/ssh'
 => true 
2.3.0 :002 > Net::SSH.start('localhost','foo', {keys: 'test/keys/id_ed25519_pwd'})
NotImplementedError: unsupported key type `ssh-ed25519'
net-ssh requires the following gems for ed25519 support:
 * rbnacl (>= 3.2, < 5.0)
 * rbnacl-libsodium, if your system doesn't have libsodium installed.
 * bcrypt_pbkdf (>= 1.0, < 2.0)
See https://github.com/net-ssh/net-ssh/issues/478 for more information
Gem::LoadError : "rbnacl is not part of the bundle. Add it to Gemfile."

@mfazekas mfazekas force-pushed the rbnacl-4-and-dependecy-install branch 3 times, most recently from 255c561 to 4774717 Compare January 1, 2017 12:39
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

Successfully merging this pull request may close these issues.

None yet

1 participant