From 0aa1487827910698888a8fce311df61da77ca35c Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 7 Jan 2024 21:43:06 +0100 Subject: [PATCH] Let's use ProxyJump as a safer alternative to ForwardAgent. https://infosec.mozilla.org/guidelines/openssh --- .ssh/config | 3 --- 1 file changed, 3 deletions(-) diff --git a/.ssh/config b/.ssh/config index fb9a2a4..cd4604e 100644 --- a/.ssh/config +++ b/.ssh/config @@ -4,9 +4,6 @@ ControlMaster=auto ControlPath=~/.cache/ssh/%r@%h:%p ControlPersist=6h -Host * - ForwardAgent yes - Host mobian HostName 192.168.1.58 User mobian