Getting the most out of YubiKeys for your business
blog.congruentlabs.co
Getting the most out of YubiKeys for your business
1–10 of 77 posts
Re: Getting the most out of YubiKeys for your business
#2Re: Getting the most out of YubiKeys for your business
#3Re: Getting the most out of YubiKeys for your business
#4Anyone know how to use a Yubikey for FIDO or WebAuthN from INSIDE an RDP session?
There are products like Silverfort (https://www.silverfort.com/) that can handle agentless auth, and might be able to do that kind of MFA inside an RDP session. But, products like this usually require some 3rd device (i.e. your phone) to perform the MFA action, which is kind of not really just a simple WebAuthn logon...
Re: Getting the most out of YubiKeys for your business
#5Does anyone use YubiKeys on OSX for business use? I've tried integrating them on my personal mac before, but the U2F PAM experience was pretty clunky, and caused weird messages from services like Keychain that (I guess) couldn't decrypt without normal credentials being provided at logon.
Re: Getting the most out of YubiKeys for your business
#6Does anyone use YubiKeys on OSX for business use? I've tried integrating them on my personal mac before, but the U2F PAM experience was pretty clunky, and caused weird messages from services like Keychain that (I guess) couldn't decrypt without normal credentials being provided at logon.
Re: Getting the most out of YubiKeys for your business
#7Does anyone use YubiKeys on OSX for business use? I've tried integrating them on my personal mac before, but the U2F PAM experience was pretty clunky, and caused weird messages from services like Keychain that (I guess) couldn't decrypt without normal credentials being provided at logon.
How were you integrating them on your personal OSX system?
brew install pam-u2f
mkdir -p ~/.config/Yubico/
pamu2fcfg > ~/.config/Yubico/u2f_keys
cat ~/.config/Yubico/u2f_keys # should output :
In /etc/pam.d/screensaver
Add to the top:
auth sufficient pam_u2f.so
In /etc/pam.d/authorization
Add to the top:
auth sufficient pam_u2f.soRe: Getting the most out of YubiKeys for your business
#8Re: Getting the most out of YubiKeys for your business
#9Anyone know how to use a Yubikey for FIDO or WebAuthN from INSIDE an RDP session?
https://queensidecastle.com/guides/use-a-yubikey-remotely-ov...