windows-fido-bridge icon indicating copy to clipboard operation
windows-fido-bridge copied to clipboard

An OpenSSH SK middleware that allows you to use a FIDO/U2F security key (e.g. a YubiKey) to SSH into a remote server from WSL or Cygwin.

Results 13 windows-fido-bridge issues
Sort by recently updated
recently updated
newest added

There's been quite a few changes since the last release in November 2020, notably Cygwin and Ed25519 support. A new release would be convenient. Before releasing a new version, remember...

Hi, I have updated my copy of ssh on Windows to 8.9, which does support fido2 keys. I notice that when I am connecting to a server that uses my...

Thanks for project, it's very helpful! Do you have any advice on if it's possible somehow to copy resident keys? e.g. ```shell $ ssh-add -K -v -S /usr/lib/libwindowsfidobridge.so Enter PIN...

For key generation i use following: ```SSH_SK_PROVIDER=libwindowsfidobridge.so ssh-keygen -t ecdsa-sk -Oapplication=ssh:windows-fido-bridge-verify-required``` Then it asks me to confirm the key, with success. ![image](https://user-images.githubusercontent.com/11144322/151018027-c92b266a-262a-4bd0-8bfa-ae3becf9f2b7.png) ![image](https://user-images.githubusercontent.com/11144322/151018048-2dc019cc-ddb1-4f3f-9e74-381fcb3afab8.png) ![image](https://user-images.githubusercontent.com/11144322/151018164-dc4c2fb6-a68f-421f-9b78-b5c297b99f24.png) Then i add public key to...

Hi, I'm using the bridge (installed from apt-repository) using the Ubuntu on Windows Community Preview WSL image (basically Ubuntu 21.04) on Windows 11. The good news is that the bridge...

Added section about the in my opinion easiest way to use this library. I find this a neat way that doesn't require environment variables or anything.

I tried your bridge code and it works as expected locally. Out of curiosity I checked if key signing also works over remote desktop. I expect the windows dialog to...

I am not sure when exactly it happened but at some point recently OpenSSH 8.4 was added to the `buster-backports` repository. See here: https://packages.debian.org/buster-backports/ssh and its dependencies. My suggestion is...

I was unsure of whether to call it version `10` or version `a`, but went with `10`. I will happily change it if you prefer `a`.

Hello. Hopefully you can help me get this working. I'm trying to use Windows Hello (fingerprint, specifically) to an SSH to use with Github. I built from source, following the...