diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:10:13 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2015-11-29 17:26:21 +0000 |
commit | ffd0bdfb5e16b792de4f98ca19f94d9e2fb8b281 (patch) | |
tree | 72bdf26c3fa338fc47ec63d9d77376c9307479e9 | |
parent | 49f2be4bc5297798aa3cd54ba1417804c14f8d38 (diff) |
Document consequences of ssh-agent being setgid in ssh-agent(1)
Bug-Debian: http://bugs.debian.org/711623
Forwarded: no
Last-Update: 2013-06-08
Patch-Name: ssh-agent-setgid.patch
-rw-r--r-- | ssh-agent.1 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1 index d0aa712f1..2a940d9ff 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 | |||
@@ -186,6 +186,21 @@ environment variable holds the agent's process ID. | |||
186 | .Pp | 186 | .Pp |
187 | The agent exits automatically when the command given on the command | 187 | The agent exits automatically when the command given on the command |
188 | line terminates. | 188 | line terminates. |
189 | .Pp | ||
190 | In Debian, | ||
191 | .Nm | ||
192 | is installed with the set-group-id bit set, to prevent | ||
193 | .Xr ptrace 2 | ||
194 | attacks retrieving private key material. | ||
195 | This has the side-effect of causing the run-time linker to remove certain | ||
196 | environment variables which might have security implications for set-id | ||
197 | programs, including | ||
198 | .Ev LD_PRELOAD , | ||
199 | .Ev LD_LIBRARY_PATH , | ||
200 | and | ||
201 | .Ev TMPDIR . | ||
202 | If you need to set any of these environment variables, you will need to do | ||
203 | so in the program executed by ssh-agent. | ||
189 | .Sh FILES | 204 | .Sh FILES |
190 | .Bl -tag -width Ds | 205 | .Bl -tag -width Ds |
191 | .It Pa $TMPDIR/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt | 206 | .It Pa $TMPDIR/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt |