Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
2 years agossh agent stopped working (MacOS)
hi there, I setup the ssh agent as per guide and was able to login on via ssh on my server.
here is my ~/.ssh/config
```
Include ~/.colima/ssh_config
Host *
IdentityAgent "~/Librar...
Former Member
2 years agoI restarted the server and noticed this message:
debug3: send packet: type 1
debug1: channel 0: free: client-session, nchannels 1
debug3: channel 0: status: The following connections are open:
#0 client-session (t4 r0 i0/0 o0/0 e[write]/0 fd 4/5/6 sock -1 cc -1 io 0x01/0x00)
After restart, I was able to login again using 1password... I guess the server wasn't letting me in because it was seeing an active connection already?