From d3f4c8e9fbc00b6d85caf09eb63bb566d48f741d Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 3 Feb 2021 15:29:26 -0500 Subject: [PATCH] [ssh] Update new hosts --- ssh/.ssh/config | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index f79bfe4..58f6116 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -34,11 +34,16 @@ Host cosmic.voyage User secstate IdentityFile ~/.ssh/cosmic.voyage +Host tilde.club + User secstate + IdentityFile ~/.ssh/powellc + Host jump.local User powellc # Cloud Host pandora.unbl.ink + User root # Bare metal hosts Host dione.local @@ -53,12 +58,24 @@ Host iapetus.local User powellc Host titan.local User powellc -Host telesto.local - IdentityFile ~/.ssh/1904_powellc +Host paaliaq.local + User powellc -# Mopidy VM +Host telesto.local + User root + IdentityFile ~/.ssh/1904_powellc +Host fifteen5.local + User root +Host anthe.local + User root +Host penobscotbaypress.com + User root + +# bhyve VMs Host mopidy.local User powellc +Host jellyfin.local + User ubuntu # Git uses it's own port Host git.local @@ -80,6 +97,3 @@ Host *.cloud10 IdentityFile ~/.ssh/ff_cloud10_rsa ProxyJump bastion.cloud10.15five.com Port 155 - -Host penobscotbaypress.com - User root