From 224ad0bc9815409b20692b6e7f4787f37edd396a Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 25 Aug 2020 13:27:52 -0400 Subject: [PATCH] [ssh] Update local hosts and jails --- ssh/.ssh/config | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index f7d7d4f..479050b 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -16,12 +16,7 @@ Host git.unbl.ink PasswordAuthentication no IdentitiesOnly yes -Host rhea.unbl.ink - Port 220 - -Host rhea.local - Port 220 - +# Mailinabox uses root by default Host box.* User root @@ -38,34 +33,40 @@ Host cosmic.voyage User secstate IdentityFile ~/.ssh/cosmic.voyage -Host fifteen5.local - User root - -Host pbp.local - User root +Host jump.local + User powellc # Cloud Host pandora.unbl.ink - -# Mac Pro -Host rhea.unbl.ink +# Dell Blade +Host rhea.local + User powellc # Macbook Pro Host dione.local + User powellc # Honor 6x Host mimas.local + User powellc # 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 + +Host *.local + User root