[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
|
Host pandora.unbl.ink
|
||||||
|
|
||||||
# Bare metal hosts
|
# 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
|
User powellc
|
||||||
|
|
||||||
# Mopidy VM
|
# Mopidy VM
|
||||||
@ -52,8 +62,8 @@ Host mopidy.local
|
|||||||
Host git.local
|
Host git.local
|
||||||
Port 222
|
Port 222
|
||||||
|
|
||||||
# Jail hosts all need a jump
|
## Jail hosts all need a jump
|
||||||
Host *.local 192.168.8.*
|
Host *.local 192.168.1.*
|
||||||
User root
|
User root
|
||||||
IdentityFile ~/.ssh/jails
|
IdentityFile ~/.ssh/jails
|
||||||
Hostname %h
|
Hostname %h
|
||||||
|
|||||||
Reference in New Issue
Block a user