[ssh] New base dhcp IPs and separate out local hosts
This commit is contained in:
@ -41,7 +41,17 @@ Host jump.local
|
||||
Host pandora.unbl.ink
|
||||
|
||||
# Bare metal hosts
|
||||
Host dione.local rhea.local phoebe.local prometheus.local iapetus.local titan.local
|
||||
Host dione.local
|
||||
User powellc
|
||||
Host rhea.local
|
||||
User powellc
|
||||
Host phoebe.local
|
||||
User powellc
|
||||
Host prometheus.local
|
||||
User powellc
|
||||
Host iapetus.local
|
||||
User powellc
|
||||
Host titan.local
|
||||
User powellc
|
||||
|
||||
# Mopidy VM
|
||||
@ -52,8 +62,8 @@ Host mopidy.local
|
||||
Host git.local
|
||||
Port 222
|
||||
|
||||
# Jail hosts all need a jump
|
||||
Host *.local 192.168.8.*
|
||||
## Jail hosts all need a jump
|
||||
Host *.local 192.168.1.*
|
||||
User root
|
||||
IdentityFile ~/.ssh/jails
|
||||
Hostname %h
|
||||
|
||||
Reference in New Issue
Block a user