From b40f2c5ec40a31971c03fa8e103141cd490da348 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 19 Aug 2025 20:15:46 +0200 Subject: add ssh config --- .ssh/config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .ssh/config diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..7e3a1bc --- /dev/null +++ b/.ssh/config @@ -0,0 +1,2 @@ +match user git host pipeframe.xyz + requesttty no -- cgit v1.2.3