From b4463015b97912658d630377fafbf630f7588d1e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 21 May 2025 22:01:35 -0500 Subject: moving arch dotfiles into archsetup --- dotfiles/system/.ssh/config | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dotfiles/system/.ssh/config (limited to 'dotfiles/system/.ssh/config') 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 -- cgit v1.2.3