21 lines
435 B
Plaintext
21 lines
435 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
|
|
|