-
I am trying to setup a SSH connection to a machine, which uses a Yubikey as second factor. When Setting up my connection
i get an error "Don't know how to decode key:unknown" Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The error seems to indicate we are unable to determine the type of the public host key sent from the server. In general we should support authenticating with public key authentication by retrieving the private key from Yubikey to authenticate reading the Footnotes |
Beta Was this translation helpful? Give feedback.
-
Is there anything i can do to provide further helpful information? Or do i have to alter something with my setup, to be able to make it work? |
Beta Was this translation helpful? Give feedback.
The error seems to indicate we are unable to determine the type of the public host key sent from the server. In general we should support authenticating with public key authentication by retrieving the private key from Yubikey to authenticate reading the
IdentityAgent
directive from your OpenSSH configuration file in~/.ssh/config
(Documentation pending). If the Yubikey is used to generate one-time passcodes the server should prompt with using a challenge-response authentication which is supported 1.Footnotes
https://docs.cyberduck.io/protocols/sftp/#one-time-passcodes-2fa ↩