0
0

More than 3 years have passed since last update.

「OpenSSH keys only supported if ED25519 is available」のエラーの解決方法

Last updated at Posted at 2020-12-23

目標

エラーを解決してデプロイを完了させる。

本番環境

・Ruby: 2.5.7
・Rails: 5.2.4
・AWS:EC2
・OS: macOS Catalina

解決方法

開発環境にてGemを追加

1.Gemを追加

Gemfile
gem 'ed25519'
gem 'bcrypt_pbkdf'

bundleインストールを行い、再度capistranoの自動デプロイコマンドを実行する

ターミナル
$ bundle install
$ bundle exec cap production deploy

エラー文にもこのgemファイルを入れろという指示があったので試してみたら治りました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0