summaryrefslogtreecommitdiff
path: root/common/ssh
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-27 21:24:12 -0500
committerChristian Cleberg <[email protected]>2026-03-27 21:24:23 -0500
commitf1ef816d122faaa9df9fdf5e846bf31801d63a16 (patch)
tree694ecd97aa5fd0390d3934f3dd0a9d3a4e781757 /common/ssh
parentaa9c273c1edd8acc12034936256422047a62a9d3 (diff)
downloaddotfiles-f1ef816d122faaa9df9fdf5e846bf31801d63a16.tar.gz
dotfiles-f1ef816d122faaa9df9fdf5e846bf31801d63a16.tar.bz2
dotfiles-f1ef816d122faaa9df9fdf5e846bf31801d63a16.zip
ssh and git updates
Diffstat (limited to 'common/ssh')
-rw-r--r--common/ssh/.ssh/config5
1 files changed, 4 insertions, 1 deletions
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