From 1d18198abc82bf023644258c1641b345fc1e7c83 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 7 Feb 2025 13:04:10 -0500 Subject: [PATCH] [ssh] Add proper bastion port --- ssh/.ssh/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index f74b75d..f3b065d 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -83,6 +83,9 @@ Host bastion.unbl.ink User powellc IdentityFile ~/.ssh/2022_h2_powellc +Host bastion.service + Port 33 + Host rss.lab.unbl.ink Port 333 User powellc