From b41fbe5b8f6d7f9858e0a814d31a736918e8a5f4 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 17 Jun 2008 13:54:40 +0200 Subject: [PATCH] * Add SSH_* to sudoer's env_keep so agent forwarding properly works through sudo. --- etc/sudoers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sudoers b/etc/sudoers index b600a55..637fd0e 100644 --- a/etc/sudoers +++ b/etc/sudoers @@ -5,7 +5,7 @@ # See the man page for details on how to write a sudoers file. # -Defaults env_reset +Defaults env_reset,env_keep+=SSH_* # Host alias specification -- 2.30.2