windows-fido-bridge
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.
File Explorer
Download Latest Version (.zip)- BuildFmt.cmake
- BuildGoogleTest.cmake
- BuildMingwStdThreads.cmake
- BuildSpdlog.cmake
- DetectWSL.cmake
- toolchain-mingw64.cmake
- Util.cmake
- copyright
- description.template
- copyright
- description
- Dockerfile
- build-repo-packages
- sk-api-v5.h
- sk-api-v7.h
- sk-api-v9.h
- array.hpp
- integer.hpp
- map.hpp
- null.hpp
- string.hpp
- value.hpp
- detail.hpp
- dump.hpp
- parse.hpp
- parse_fwd.hpp
- binary_io.hpp
- cbor.hpp
- communication.hpp
- exceptions.hpp
- format.hpp
- openssh.hpp
- types.hpp
- util.hpp
- array.cpp
- integer.cpp
- null.cpp
- value.cpp
- detail.cpp
- communication.cpp
- exceptions.cpp
- openssh.cpp
- util.cpp
- test_array.cpp
- test_integer.cpp
- test_map.cpp
- test_string.cpp
- test_value.cpp
- CMakeLists.txt
- bridge.cpp
- bridge.hpp
- dll_entry_points.cpp
- posix_pipe.cpp
- posix_pipe.hpp
- CMakeLists.txt
- webauthn.h
- openssh_sk_middleware.hpp
- windows_error.hpp
- windows_fwd.hpp
- windows_util.hpp
- openssh_sk_middleware.cpp
- undocumented_microsoft_webauthn.hpp
- webauthn.cpp
- webauthn.hpp
- window.cpp
- window.hpp
- windows_error.cpp
- windows_util.cpp
- CMakeLists.txt
- main.cpp
- CMakeLists.txt
- dll_entry_points.cpp
- CMakeLists.txt
- .gitignore
- CMakeLists.txt
- LICENSE
- README.md
# Installation Guide
git clone https://github.com/mgbowen/windows-fido-bridge
Downloads the entire project code from GitHub to your computer.
cd windows-fido-bridge
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- APT (Debian/Ubuntu ๊ณ์ด) Built into Debian/Ubuntu-based Linux distributions.
sudo apt install windows-fido-bridge
Installs directly from the APT package repository (Debian/Ubuntu-based).
sudo apt install build-essential cmake g++-mingw-w64-x86-64 git
Installs directly from the APT package repository (Debian/Ubuntu-based).
sudo apt install debhelper
Installs directly from the APT package repository (Debian/Ubuntu-based).
sudo apt install ./windows-fido-bridge_*_*.deb ./windows-fido-bridge-skapi*_*_*.deb
Installs directly from the APT package repository (Debian/Ubuntu-based).
Pulled directly from this repo's README.
3. Docker
Easy- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -f repo/image/Dockerfile -t windows-fido-bridge .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 windows-fido-bridge
Runs the built image as an actual container.
4. CMake
Mediumsudo apt install build-essential cmake g++-mingw-w64-x86-64 git
Installs directly from the APT package repository (Debian/Ubuntu-based).
cmake -DCMAKE_BUILD_TYPE=Release ..
Type this command into your terminal and run it.
Pulled directly from this repo's README.
