From f1ef816d122faaa9df9fdf5e846bf31801d63a16 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 27 Mar 2026 21:24:12 -0500 Subject: ssh and git updates --- common/ssh/.ssh/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'common/ssh') diff --git a/common/ssh/.ssh/config b/common/ssh/.ssh/config index 5a66743..d54acd0 100644 --- a/common/ssh/.ssh/config +++ b/common/ssh/.ssh/config @@ -5,12 +5,15 @@ Host homelab Host homelab-remote User cmc HostName 70.187.29.187 - Port 2169 + Port 58219 Host dell User cmc HostName 192.168.0.251 Port 22 Host * + AddKeysToAgent yes + UseKeychain yes + IdentityFile ~/.ssh/id_ed25519 #ControlMaster auto #ControlPath ~/.ssh/master-%r@%h:%p #ControlPersist 300 -- cgit v1.2.3