summaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2003-09-01 18:21:02 +0000
committerColin Watson <cjwatson@debian.org>2003-09-01 18:21:02 +0000
commit0bb3622af79c6402a15e88ce1290cbc776392403 (patch)
tree0b4cf129e0c2f9654e9de22977cbe276bf03e406 /debian/README.Debian
parent2b89c091812295ccae1542bdf2c58b7128975192 (diff)
Debian release 3.5p1-3.
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian33
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 614dd08f6..13d005ac0 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -171,6 +171,39 @@ ssh is compiled without support for kerberos authentication, and there are
171no current plans to support this. Thus the KerberosAuthentication and 171no current plans to support this. Thus the KerberosAuthentication and
172KerberosTgtPassing options will not be recognised. 172KerberosTgtPassing options will not be recognised.
173 173
174Setgid ssh-agent and environment variables:
175-------------------------------------------
176ssh-agent is installed setgid as of version 1:3.5p1-1 to prevent ptrace()
177attacks retrieving private key material. This has the side-effect of causing
178glibc to remove certain environment variables which might have security
179implications for set-id programs, including LD_PRELOAD, LD_LIBRARY_PATH, and
180TMPDIR.
181
182If you need to set any of these environment variables, you will need to do
183so in the program exec()ed by ssh-agent. This may involve creating a small
184wrapper script.
185
186Symlink Hostname invocation:
187----------------------------
188This version of ssh no longer includes support for invoking ssh with the
189hostname as the name of the file run. People wanting this support should
190use the ssh-argv0 script.
191
192Interoperability between scp and the ssh.com SSH server:
193--------------------------------------------------------
194In version 2 and greater of the commercial SSH server produced by SSH
195Communications Security, scp was changed to use SFTP (SSH2's file transfer
196protocol) instead of the traditional rcp-over-ssh, thereby breaking
197compatibility. The OpenSSH developers regard this as a bug in the ssh.com
198server, and do not currently intend to change OpenSSH's scp to match.
199
200Workarounds for this problem are to install scp1 on the server (scp2 will
201fall back to it), to use sftp, or to use some other transfer mechanism such
202as rsync-over-ssh or tar-over-ssh.
203
174-- 204--
175Matthew Vernon 205Matthew Vernon
176<matthew@debian.org> 206<matthew@debian.org>
207and
208Colin Watson
209<cjwatson@debian.org>