From 10b83c2c08eb7b102333d690c31b322dabc0719f Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 17 Sep 2026 15:05:35 +0100 Subject: Set SSH identities for personal and work access --- private_dot_ssh/config | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'private_dot_ssh') diff --git a/private_dot_ssh/config b/private_dot_ssh/config index 0045e68..8df3687 100644 --- a/private_dot_ssh/config +++ b/private_dot_ssh/config @@ -6,11 +6,14 @@ ControlMaster auto ControlPersist 10 AddressFamily inet ServerAliveInterval 120 - -Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" - -IdentityFile ~/.ssh/nym.pub IdentitiesOnly yes Host git.sommerfeld.dev Hostname mandibles.wg + +Include work.config + +Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" + +Match host *.wg,*.pulpo + IdentityFile ~/.ssh/nym.pub -- cgit v1.3.1