--- tags: - "\U0001F6A9purpose/\U0001F5FA️guide" - "\U0001F3F7️topic/⚙️hardware/\U0001F511security-key" --- # YubiKey ykman automation ## Disable enter on both OTP slots ```sh #!/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. [Open in Gitweb](https://git.sev.monster/~sev/dotfiles.git/blob/HEAD:/bin/ykman-oath-reload)