Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
jpanderson-keldin
3 days agoNew Member
SSH Agent Forwarding to Remote Mac
Okay! I have a Mac Mini that I use as a home server (it was effectively free after trade ins of old stuff). I do have 1Password and its SSH agent running there for when i'm using it with a screen att...
jpanderson-keldin
3 hours agoNew Member
Ok I actually discovered the problem. I needed the following in `~/.ssh/config` on the laptop.
Host *
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"there's a chance a less aggressive host configuration might work. Maybe it needs to be `Host <the Mac mini's host name` to enable forwarding?