Answers for "notimplementederror: openssh keys only supported if ed25519 is available net-ssh requires the following gems for ed25519 support: * ed25519 (>= 1.2, < 2.0) * bcrypt_pbkdf (>= 1.0, < 2.0)"

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

Code answers related to "notimplementederror: openssh keys only supported if ed25519 is available net-ssh requires the following gems for ed25519 support: * ed25519 (>= 1.2, < 2.0) * bcrypt_pbkdf (>= 1.0, < 2.0)"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language