Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nzbr/pam-windowshello
Windows Hello authentication for WSL
https://github.com/nzbr/pam-windowshello
pam windows windows-hello wsl wsl2
Last synced: 3 months ago
JSON representation
Windows Hello authentication for WSL
- Host: GitHub
- URL: https://github.com/nzbr/pam-windowshello
- Owner: nzbr
- License: unlicense
- Created: 2022-04-21T09:04:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:34:29.000Z (about 1 year ago)
- Last Synced: 2023-12-15T12:43:22.174Z (about 1 year ago)
- Topics: pam, windows, windows-hello, wsl, wsl2
- Language: C#
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PAM-WindowsHello
⚠️ You probably do NOT want to use this for anything security-critical ⚠️
I am not responsible for anyone bypassing the login on a system you install this to!This utility allows to authenticate in WSL using Windows Hello
## Installation
1. Download `WindowsHelloAuthenticator.exe` from the Releases page or the Actions tab
2. Save the file to `/usr/local/bin/WindowsHelloAuthenticator.exe` in your WSL distro.
3. Ensure that the file is owned by `root:root` and has `0755` permissions
4. Copy `pam_config` from this repo to `/usr/share/pam-configs/windows-hello`
5. Run `sudo pam-auth-update --package --enable windows-hello`If your distro does not have `pam-auth-update`, you'll need to update the files in `/etc/pam.d/` manually