summaryrefslogtreecommitdiff
path: root/dotfiles/system/.ssh/config
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-05-08 18:26:10 -0500
committerCraig Jennings <c@cjennings.net>2025-05-08 18:26:10 -0500
commit8c0a193e163d59a77f85b05ea8a09e7666ed80a6 (patch)
tree60cd0e0c3e9fb2e986d3dd3dd096e44d367bc745 /dotfiles/system/.ssh/config
parent9f24c4c00e8e97eab995b75aecd92c4090822e49 (diff)
adding ssh files
Diffstat (limited to 'dotfiles/system/.ssh/config')
-rw-r--r--dotfiles/system/.ssh/config5
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/system/.ssh/config b/dotfiles/system/.ssh/config
new file mode 100644
index 0000000..673fffb
--- /dev/null
+++ b/dotfiles/system/.ssh/config
@@ -0,0 +1,5 @@
+ControlMaster auto
+ControlPath ~/.ssh/%r@%h:%p
+IdentityFile ~/.ssh/id_ed25519
+ServerAliveCountMax=30
+ServerAliveInterval=5