[ssh] Clean up ssh config and add jump hosts
This commit is contained in:
@ -39,34 +39,21 @@ Host jump.local
|
||||
# Cloud
|
||||
Host pandora.unbl.ink
|
||||
|
||||
# Dell Blade
|
||||
Host rhea.local
|
||||
# Bare metal hosts
|
||||
Host dione.local rhea.local phoebe.local prometheus.local iapetus.local titan.local
|
||||
User powellc
|
||||
|
||||
# Macbook Pro
|
||||
Host dione.local
|
||||
# Mopidy VM
|
||||
Host mopidy.local
|
||||
User powellc
|
||||
|
||||
# Honor 6x
|
||||
Host mimas.local
|
||||
User powellc
|
||||
|
||||
# iMac
|
||||
Host phoebe.local
|
||||
User powellc
|
||||
|
||||
# X220
|
||||
Host prometheus.local
|
||||
User powellc
|
||||
|
||||
# T440s
|
||||
Host iapetus.local
|
||||
User powellc
|
||||
|
||||
# X1 Carbon
|
||||
Host titan.local
|
||||
User powellc
|
||||
# Git uses it's own port
|
||||
Host git.local
|
||||
Port 222
|
||||
|
||||
# Jail hosts all need a jump
|
||||
Host *.local
|
||||
Hostname %h
|
||||
User root
|
||||
|
||||
IdentityFile ~/.ssh/jails
|
||||
ProxyJump jump.unbl.ink
|
||||
|
||||
Reference in New Issue
Block a user