- # Added by OrbStack: 'orb' SSH host for Linux machines
- # This only works if it's at the top of ssh_config (before any Host blocks).
- # This won't be added again if you remove it.
- Include ~/.orbstack/ssh/config
- StrictHostKeyChecking no
- HashKnownHosts no
- IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
- ControlMaster auto
- ControlPath ~/.ssh/%r@%h:%p
- ControlPersist 5
- ServerAliveInterval 180
|