summaryrefslogtreecommitdiff
path: root/common/ssh
diff options
context:
space:
mode:
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