diff --git a/ssh/.ssh/config b/ssh/.ssh/config index db3b6d3..e5c85b0 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -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