Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Facing the exact same issue here, I can create the key but I can't use it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
On the server you are trying to connect to (the Linux host), do you have the option "no-touch-required" specified before and on the same line as your public key in ~/.ssh/authorized_keys? sshd's default behaviour is to reject no-touch-required keys. More info here: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have v9.1.0.0p1-Beta installed on a Windows 10 machine and generated a key with the command:
ssh-keygen -t ed25519-sk -O no-touch-required -O verify-required -f my-key
I added the pub key to my authorized_keys file on my Linux server with the no-touch-required option and tried to ssh from Windows with this being the result:
sign_and_send_pubkey: signing failed for ED25519-SK "my-key": requested feature not supported
I then tried to use the key from another Linux machine and I can ssh into the server without any problem so I'm a little bit confused. I can generate a working key with no-touch-required on Windows 10 but I can't actually use it? Google hasn't been very helpful at trying to solve my problem so I'm hoping someone here can help. I hope this made sense...
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions