72 lines
1.2 KiB
Plaintext
72 lines
1.2 KiB
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 xxl
|
|
HostName xxl.marsway.red
|
|
User ubuntu
|
|
ServerAliveInterval 30
|
|
|
|
Host hk
|
|
HostName 43.100.134.241
|
|
User root
|
|
|
|
Host api
|
|
HostName api.eagle.local
|
|
User root
|
|
ProxyCommand ssh -W %h:%p autops
|
|
Host al
|
|
HostName 101.132.88.20
|
|
User root
|
|
|
|
Host cmdb
|
|
HostName cmdb.senasic.cn
|
|
User ubuntu
|
|
|
|
Host ali
|
|
HostName 106.14.9.238
|
|
User root
|
|
|
|
Host gali
|
|
HostName 47.91.86.52
|
|
User root
|
|
|
|
Host esxi01
|
|
HostName esxi01.senasic.cn
|
|
User root
|
|
|
|
Host bosch
|
|
HostName mft.bosch.com
|
|
User 6knhu3f_e
|
|
IdentityFile ~/.ssh/bosch
|
|
ProxyJump gali
|
|
|
|
Host ss
|
|
HostName ss.senasic.cn
|
|
User ubuntu
|
|
|
|
Host aidev01
|
|
HostName aidev01.aflowx.com
|
|
User ycw
|
|
|
|
Host aidev02
|
|
HostName aidev02.aflowx.com
|
|
User ycw
|
|
|
|
Host jjali
|
|
HostName 47.103.200.114
|
|
User root
|
|
Host *
|
|
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|