pam_wtid VS openssh-sk-winhello

Compare pam_wtid vs openssh-sk-winhello and see what are their differences.

pam_wtid

Patch for Apple's pam_tid PAM Touch ID module to add sudo watch authentication (by inickt)

openssh-sk-winhello

A helper for OpenSSH to interact with FIDO2 and U2F security keys through native Windows Hello API (by tavrez)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
pam_wtid openssh-sk-winhello
2 7
57 181
- -
0.0 0.0
almost 2 years ago over 1 year ago
Python C
- GNU Lesser General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pam_wtid

Posts with mentions or reviews of pam_wtid. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-26.

openssh-sk-winhello

Posts with mentions or reviews of openssh-sk-winhello. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-26.
  • Use TouchID to Authenticate Sudo on macOS
    11 projects | news.ycombinator.com | 26 Aug 2022
    For Windows, it seems it's possible[0, see footnote], however there are problems like general incompatibilities [1], and official support status is " We have this in our backlog. At this point it's not prioritized.".

    0: https://github.com/tavrez/openssh-sk-winhello

    0.footnote: "Windows Hello also supports other types of authenticators like internal TPM device(if they support generating ECDSA or Ed25519 keys, they can be used instead of FIDO/U2F security keys)."

    1: https://github.com/tavrez/openssh-sk-winhello/issues

    2: https://github.com/PowerShell/Win32-OpenSSH/issues/1804#issu...

  • Hardening SSH
    2 projects | /r/programming | 5 Aug 2022
    Awesome article! Also found this tool (tavrez/OpenSsh-sk-winhello) for windows that lets you do this without admin access
  • [QUESTION] Is there a best way to manage multiple SSH on multiple Yubikeys?
    1 project | /r/yubikey | 1 Jun 2022
    Which is also how they are generated when retrieving them on a new computer via ssh-keygen -K since I used the application=ssh:yubikey_5 flag when first generating them. So something like ssh-keygen -t ed25519-sk -O resident -O application=ssh:yubikey_5c, but because I am on Windows I also had the -w winhello.dll flag (In case anyone stumbles on this question)
  • Using Yubikey FIDO with ssh-agent on macOS?
    1 project | /r/yubikey | 13 Apr 2022
    This is what i used but YMMV https://github.com/tavrez/openssh-sk-winhello/releases/tag/v2.0.0
  • Tell HN: GitHub no longer supporting unauthenticated `git://`
    10 projects | news.ycombinator.com | 11 Jan 2022
    > Because AFAIK, (Fido) yubikey support is still missing.

    Correct, hopefully Microsoft will provide an updated SSH client soon. It only requires recompiling OpenSSH with the correct flags.

    Alternatively, use these build instruction for openssh with FIDO for windows:

    https://gist.github.com/martelletto/6a7cf806c6433ac9ce71d66a...

    > Using either the PKCS#11 support or the gpg applet requires some extra piece of software

    For those wanting to do that, here are some ways:

    Using a premade dll:

    https://github-wiki-see.page/m/mooltipass/minible/wiki/Setti...

    Or with a middleware:

    https://github.com/mgbowen/windows-fido-bridge

    Using the Hello API:

    https://github.com/tavrez/openssh-sk-winhello

    Given how many people came with their own ways, I believe there's enough demand for Microsoft to fix that.

  • Unable to generate ssh sk keys on Windows 10
    1 project | /r/yubikey | 4 Jul 2021
  • How often should I rotate my SSH keys?
    8 projects | news.ycombinator.com | 25 Feb 2021
    My knowledge of WebAuthn is limited but their invocation of the relevant API seems like it should work for fingerprints also.

    [1] https://github.com/tavrez/openssh-sk-winhello

What are some alternatives?

When comparing pam_wtid and openssh-sk-winhello you can also consider the following projects:

pam-watchid - PAM plugin module that allows the Apple Watch to be used for authentication

libfido2 - Provides library functionality for FIDO2, including communication with a device over USB or NFC.

Qubes-scripts - Scripts that help with administration and usage of Qubes OS

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.

dotfiles.nix - My dotfiles in NIX

wsl2-ssh-pageant - bridge between windows pageant and wsl2

howdy - 🛡️ Windows Hello™ style facial authentication for Linux

secretive - Store SSH keys in the Secure Enclave

sekey - Use Touch ID / Secure Enclave for SSH Authentication!

toucli - Use TouchID and the Secure Enclave to encrypt data from the commandline.

Win32-OpenSSH - Win32 port of OpenSSH