From b986cf9df8cee8ddfea637eff34ee1facc70afe2 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 18 Oct 2021 21:34:38 -0400 Subject: [PATCH] [ssh] Add new metal hosts --- ssh/.ssh/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index f5d5f36..de89e26 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -62,6 +62,10 @@ Host paaliaq.local User powellc Host kiviuq.local User powellc +Host kari.local + User powellc +Host atlas.local + User powellc Host telesto.local User root @@ -106,3 +110,6 @@ Host bastion.cloud51.15five.com IdentityFile ~/.ssh/ff_cloud51_rsa Port 155 AddKeysToAgent yes + +Host 192.168.1.238 + Port 2222