From cf27313af5b4289154d78968e3f31561ac1a397c Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 29 Dec 2022 10:59:06 -0500 Subject: [PATCH] [ssh] Update local config and add new pubkey --- .gitignore | 2 +- ssh/.ssh/2022_q4_sure.pub | 1 + ssh/.ssh/config | 11 ++++++++--- 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 ssh/.ssh/2022_q4_sure.pub diff --git a/.gitignore b/.gitignore index 902458f..9cd8759 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,7 @@ powellc 1904_powellc 2022_git 2022_h2_powellc -2022_q4_sureapp +2022_q4_sure jails jails-git known_hosts diff --git a/ssh/.ssh/2022_q4_sure.pub b/ssh/.ssh/2022_q4_sure.pub new file mode 100644 index 0000000..8fca3b2 --- /dev/null +++ b/ssh/.ssh/2022_q4_sure.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIECO9SFmpc2zkPXFZjQ6L0H3R1EW/PD7ITzk59VnP8xU colin.powell@sureapp.com diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 3ba1f3d..1f9d4f8 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -1,13 +1,12 @@ #CanonicalizeHostname yes #CanonicalDomains elationemr.com internal.elationemr.com unbl.ink onec.me -Host * +Host *.local + IdentityFile ~/.ssh/2022_h2_powellc ServerAliveInterval 300 ServerAliveCountMax 2 AddKeysToAgent yes - IdentityFile ~/.ssh/2022_h2_powellc VerifyHostKeyDNS no - IdentitiesOnly=yes Host github.com ServerAliveInterval 300 @@ -31,6 +30,9 @@ Host gogs* Host box.* User root +Host akna.local + User pi + Host sdf.org User secstate @@ -51,6 +53,9 @@ Host tilde.club Host bastion1.local User powellc +Host snap-*.local + User poewllc + # ChicagoVPS Host pandora.unbl.ink User root