Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 years agossh-agent Compatibility with Ruby Net::SSH Desired
I am highly interested in the new 1P8 ssh-agent functionality and I'm hoping this message is received as attempting to help make it better.
Problem:
When attempting to pass authentication from ...
RISCfuture
3 years agoNew Contributor
Update, this fixed it:
``` diff
diff --git a/Gemfile b/Gemfile
index 66eacd0..6eac71d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -51,6 +51,8 @@ group :development do
gem 'capistrano-rvm', require: false
gem 'capistrano-sidekiq', require: false
gem 'capistrano-webpacker-precompile', require: false
+ gem 'ed25519', require: false
+ gem 'bcrypt_pbkdf', require: false
end
group :test do
```