Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 years agoTimeout for 1P auth on SSH changed to be super short
I've had SSH auth working well for a few months and I use it every day, but today something seems to have changed. When I initiate a connection I will get the TouchID prompt for a short time (less th...
Former Member
4 years agoRelevant excerpt of my .ssh/config
file too:
```
Core SSH Config
Host uzfs u
HostName 10.0.1.2
User nick
Host *
AddKeysToAgent yes
ForwardX11 no
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
```