From aa3f711ceca7e4290625191002092ba6a17dc831 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 21 Sep 2010 16:27:11 +0200 Subject: [PATCH] sudo: Keep SSH_* environment variables. --- etc/sudoers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sudoers b/etc/sudoers index 6a6bbae..e20efa5 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,env_keep+=GIT_* +Defaults env_reset,env_keep+=GIT_*,env_keep+=SSH_* # Host alias specification -- 2.30.2