From f982972ce705ab6e1f54a7c91c9830de2f3d759d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Wed, 1 Feb 2023 18:42:26 +0100 Subject: control masters in tmp so portage sandbox does not trip --- root/.ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/.ssh/config b/root/.ssh/config index 157a699..c85b2ee 100644 --- a/root/.ssh/config +++ b/root/.ssh/config @@ -1,4 +1,4 @@ Host * ControlMaster auto - ControlPath %d/.ssh/controlmasters/%r@%h:%p + ControlPath /tmp/%u-%r@%h:%p ControlPersist yes -- cgit v1.2.3