summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/ssh/.ssh/config10
1 files changed, 3 insertions, 7 deletions
diff --git a/common/ssh/.ssh/config b/common/ssh/.ssh/config
index 2300f0d..6929e57 100644
--- a/common/ssh/.ssh/config
+++ b/common/ssh/.ssh/config
@@ -2,18 +2,14 @@ Host homelab
User cmc
HostName 192.168.0.97
Port 22
-Host homelab-remote
- User cmc
- HostName 70.187.29.187
- Port 58219
Host hutch
User cmc
HostName 159.203.91.165
Port 22
Host *
- #AddKeysToAgent yes
- #UseKeychain yes
- #IdentityFile ~/.ssh/id_ed25519
+ AddKeysToAgent yes
+ UseKeychain yes
+ IdentityFile ~/.ssh/id_ed25519
#ControlMaster auto
#ControlPath ~/.ssh/master-%r@%h:%p
#ControlPersist 300