diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:10:13 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-02-09 23:43:42 +0000 |
commit | ad4f5086a0f0c47daf04be484ff310101551e48a (patch) | |
tree | 31d3b1b3615a84fffe263faadbdd14532b62f61f /ssh-agent.1 | |
parent | 5093448a615dcbab13bbbd3765ac353b827f21aa (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
Diffstat (limited to 'ssh-agent.1')
-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 bb801c902..d370531bb 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 | |||
@@ -182,6 +182,21 @@ environment variable holds the agent's process ID. | |||
182 | .Pp | 182 | .Pp |
183 | The agent exits automatically when the command given on the command | 183 | The agent exits automatically when the command given on the command |
184 | line terminates. | 184 | line terminates. |
185 | .Pp | ||
186 | In Debian, | ||
187 | .Nm | ||
188 | is installed with the set-group-id bit set, to prevent | ||
189 | .Xr ptrace 2 | ||
190 | attacks retrieving private key material. | ||
191 | This has the side-effect of causing the run-time linker to remove certain | ||
192 | environment variables which might have security implications for set-id | ||
193 | programs, including | ||
194 | .Ev LD_PRELOAD , | ||
195 | .Ev LD_LIBRARY_PATH , | ||
196 | and | ||
197 | .Ev TMPDIR . | ||
198 | If you need to set any of these environment variables, you will need to do | ||
199 | so in the program executed by ssh-agent. | ||
185 | .Sh FILES | 200 | .Sh FILES |
186 | .Bl -tag -width Ds | 201 | .Bl -tag -width Ds |
187 | .It Pa ~/.ssh/identity | 202 | .It Pa ~/.ssh/identity |