Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
terecned
10 months agoNew Contributor
Disable biometrics when logged in via ssh
Hi,
Is there a way to disable biometrics when logged into a machine via ssh?
I often ssh into my desktop (a Mac Mini) from my laptop (a MacBook), but whenever I try to use the 1Password cli, it ...
Michael_Mercuri
10 months agoFrequent Contributor
In that case, I highly recommend you consider switching from authenticating using password for SSH and instead configure your Mac for public key authentication. This will allow you to ssh into your Mac without needing a login password (once your ssh key is unlocked, easy if you're using 1Password for managing your SSH keys). You then forward the ssh agent (with your keys) from your local laptop to your Mac Mini.
Since you're already using 1Password to manage your SSH key with GitHub, you can also configure your Mac to allow SSH via that same public key (or create a different one if you want to or feel you need to.)
If you need more info on configuring SSH keys and configuring 1Password's SSH Agent the 1Password docs are here:
https://developer.1password.com/docs/ssh/get-started
But assumes you already know how to use and configure SSH. If you need more details about that this guide is not bad:
http://www.unixwiz.net/techtips/ssh-agent-forwarding.html