From 1e19a0c7cbb87302bbe7fa6a60ad53738719a095 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 22 Sep 2026 13:57:08 +0100 Subject: Default corporate SSH connections to the work identity --- private_dot_ssh/config.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'private_dot_ssh') diff --git a/private_dot_ssh/config.tmpl b/private_dot_ssh/config.tmpl index 7bb6887..eb910d1 100644 --- a/private_dot_ssh/config.tmpl +++ b/private_dot_ssh/config.tmpl @@ -1,6 +1,8 @@ {{ if eq (default "host" (index . "machineRole")) "canonical" }} Include config.local Host * + IdentityFile ~/.ssh/work.pub + IdentitiesOnly yes HashKnownHosts yes ForwardAgent no ServerAliveInterval 120 -- cgit v1.3.1