summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-09 16:10:13 +0000
committerColin Watson <cjwatson@debian.org>2014-02-09 23:43:42 +0000
commitad4f5086a0f0c47daf04be484ff310101551e48a (patch)
tree31d3b1b3615a84fffe263faadbdd14532b62f61f
parent5093448a615dcbab13bbbd3765ac353b827f21aa (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.115
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
183The agent exits automatically when the command given on the command 183The agent exits automatically when the command given on the command
184line terminates. 184line terminates.
185.Pp
186In Debian,
187.Nm
188is installed with the set-group-id bit set, to prevent
189.Xr ptrace 2
190attacks retrieving private key material.
191This has the side-effect of causing the run-time linker to remove certain
192environment variables which might have security implications for set-id
193programs, including
194.Ev LD_PRELOAD ,
195.Ev LD_LIBRARY_PATH ,
196and
197.Ev TMPDIR .
198If you need to set any of these environment variables, you will need to do
199so 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