You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
Matthew Bowen edited this page Nov 11, 2020
·
2 revisions
windows-fido-bridge requires OpenSSH 8.3 on the client. You can use the following instructions to get a Linux distro that has a version of OpenSSH that's new enough:
Debian 11 (bullseye)
Install Debian 10 (buster) from the Microsoft Store, then run the following commands to upgrade your installation to bullseye:
sudo mv /etc/apt/sources.list /etc/apt/sources.list.orig
cat << EOF | sudo tee /etc/apt/sources.list > /dev/null
deb http://deb.debian.org/debian bullseye main
deb http://security.debian.org/debian-security bullseye-security main
EOF
sudo apt update
sudo apt full-upgrade
sudo apt autoremove --purge