Answers for "capistrano NotImplementedError: OpenSSH keys only supported if ED25519 is available"

1

NotImplementedError: OpenSSH keys only supported if ED25519 is available net-ssh requires the following gems for ed25519 suppor

echo "add your ssh private key path"
ssh-add ~/.ssh/id_rsa
Posted by: Guest on June-05-2020
0

Gem::LoadError : "ed25519 is not part of the bundle. Add it to your Gemfile."

echo "add your private key path"
ssh-add ~/.ssh/id_rsa
Posted by: Guest on June-05-2020

Code answers related to "capistrano NotImplementedError: OpenSSH keys only supported if ED25519 is available"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language