From ffb5e91d6d3ce907fd4390091643af2dd4efaf96 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 6 Dec 2023 19:28:06 +0100 Subject: [PATCH] Add shortcut to loge and update local IPs --- ssh/.ssh/config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 66095a4..23bdee4 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -16,6 +16,11 @@ Host *.local AddKeysToAgent yes VerifyHostKeyDNS no +Host rss.lab.unbl.ink + Port 333 + User powellc + IdentityFile ~/.ssh/2022_h2_powellc + Host github.com ServerAliveInterval 300 ServerAliveCountMax 2 @@ -98,7 +103,7 @@ Host bastion.unbl.ink IdentityFile ~/.ssh/2022_h2_powellc ## Jail hosts all need a jump -Host *.local 192.168.1.* *.service +Host *.local 192.168.40.* *.service User root IdentityFile ~/.ssh/jails Hostname %h