.vvconfig/.ssh/config

30 lines
612 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 hk
HostName 43.100.134.241
User root
Host al
HostName 101.132.88.20
User root
Host *
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"