Skip to content

Commit

Permalink
Add gems to use ed25519 ssh keys for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kueda committed Jun 21, 2022
1 parent 348af1d commit 87d7f0d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ group :development do

# using git config to get commits to master since the rubygems-tagged version 1.0.5
gem "capistrano-pm2", git: "https://github.com/creative-workflow/capistrano-pm2"

# These are required for ed25519 ssh keys
gem "bcrypt_pbkdf"
gem "ed25519"
end
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ GEM
specs:
airbrussh (1.3.1)
sshkit (>= 1.6.1, != 1.7.0)
bcrypt_pbkdf (1.1.0)
capistrano (3.11.0)
airbrussh (>= 1.0.0)
i18n
Expand All @@ -18,6 +19,7 @@ GEM
capistrano-npm (1.0.3)
capistrano (>= 3.0.0)
concurrent-ruby (1.1.4)
ed25519 (1.3.0)
i18n (1.5.3)
concurrent-ruby (~> 1.0)
net-scp (1.2.1)
Expand All @@ -32,12 +34,14 @@ PLATFORMS
ruby

DEPENDENCIES
bcrypt_pbkdf
capistrano
capistrano-npm
capistrano-pm2!
ed25519

RUBY VERSION
ruby 2.6.0p0

BUNDLED WITH
1.17.2
1.17.3

0 comments on commit 87d7f0d

Please sign in to comment.