YubiKey ykman
automation
Disable enter on both OTP slots
#!/bin/sh
for x in 1 2; do yes | ykman otp settings --no-enter $x; done
Auto-load OATH codes onto key
⭐topic/⌗shell/zsh
Codes must be Google totp://
scheme, one per line.