.vvconfig/.ssh/config

24 lines
525 B
Plaintext

# 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
Host autops
HostName autops.eagle.local
User root
ServerAliveInterval 30
Host portal
HostName portal.eagle.local
User root
ServerAliveInterval 30
Host g
HostName git.marsway.red
User ubuntu
ServerAliveInterval 30
Host *
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"