config 422 B

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