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