From 246c755eaccbf3a963065d6836f3ef60ada84d54 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sat, 7 Jun 2025 23:20:29 -0500 Subject: [PATCH] Add evendim ssh conf --- home/.ssh/config | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/home/.ssh/config b/home/.ssh/config index b912590c..5ffe1d8c 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -10,7 +10,18 @@ host * host moria HostName home.korhonen.cc port 221 - User balrog + User functionalhacker + {%@@ if distro_id != "termux" @@%} + # Forward GPG agent + StreamLocalBindUnlink yes + RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/{{@@ env['UID'] @@}}/gnupg/S.gpg-agent.extra + RemoteForward /run/user/1000/gnupg/S.gpg-agent.ssh /run/user/{{@@ env['UID'] @@}}/gnupg/S.gpg-agent.ssh + {%@@ endif @@%} + +host evendim + HostName evendim.korhonen.cc + port 22 + User functionalhacker {%@@ if distro_id != "termux" @@%} # Forward GPG agent StreamLocalBindUnlink yes