--- tags: - 🚩purpose/🗺️guide - 🏷️topic/⚙️hardware/🔑security-key --- ## 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)