--- tags: - "\U0001F6A9purpose/\U0001F5FA️guide" - "⭐topic/⚙️hardware/\U0001F511security-key" - ⭐topic/ --- # 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 `{_obsidian_pattern_tag_⭐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)