Open ccy opened 1 year ago
On the server you are trying to connect to (the Debian 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: https://wiki.archlinux.org/title/SSH_keys#:~:text=Additionally%2C,authorized_keys
I have tried both, editing ssh config and adding no-touch-required to authorized_keys. none of them worked.
I have the same issue
debug1: identity_sign: sshkey_sign: requested feature not supported
sign_and_send_pubkey: signing failed for ECDSA-SK ".\\id_ecdsa_sk_no-touch-required": requested feature not supported
Using :
ssh-keygen -t ecdsa-sk -O resident -O application=ssh:key-touch-required -O verify-required -O no-touch-required
Same issue here, any luck?
debug1: Server accepts key: C:\Users\Admin\.ssh\id_ed25519_sk_notouch ED25519-SK SHA256:0ynUvuILoRAERXsWjcDNszAtfTbzCUrF+xmrsHfCZfM explicit authenticator debug1: find_helper: using "C:\Program Files\OpenSSH\ssh-sk-helper.exe" as helper debug1: client_converse: helper returned error -59 debug1: identity_sign: sshkey_sign: requested feature not supported sign_and_send_pubkey: signing failed for ED25519-SK "C:\Users\Admin\.ssh\id_ed25519_sk_notouch": requested feature not supported debug2: we did not send a packet, disable method debug1: No more authentication methods to try. aubrey@localhost: Permission denied (publickey).
Same issue still
Seems like its the same issue as here: https://bugzilla.mindrot.org/show_bug.cgi?id=3355
Same issue still. It works on linux and macos.
Prerequisites
Steps to reproduce
Here is my environment
5.4.3
OpenSSH_for_Windows_9.2p1, LibreSSL 3.6.1
OpenSSH_8.4p1 Debian-5+deb11u1, OpenSSL 1.1.1n
I create a new key in Windows 11:
I add the public key to
~/.ssh/authorized_keys
:When I try to establish a ssh session, I encounter error:
If I don't use
-O no-touch-required
when create key, the ssh session can start as usual.Here is the full debug log:
Expected behavior
Actual behavior
Error details
No response
Environment data
Version
OpenSSH_for_Windows_9.2p1, LibreSSL 3.6.1
Visuals
No response