summaryrefslogtreecommitdiff
path: root/debian/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'debian/NEWS')
-rw-r--r--debian/NEWS55
1 files changed, 55 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 000000000..40c7fc0a0
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,55 @@
1openssh (1:6.7p1-5) unstable; urgency=medium
2
3 openssh-server 1:6.7p1-4 changed the default setting of AcceptEnv to list
4 a number of specific LC_FOO variables rather than the wildcard LC_*. I
5 have since been persuaded that this was a bad idea and have reverted it,
6 but it is difficult to automatically undo the change to
7 /etc/ssh/sshd_config without compounding the problem (that of modifying
8 configuration that some users did not want to be modified) further. Most
9 users who upgraded via version 1:6.7p1-4 should restore the previous value
10 of "AcceptEnv LANG LC_*" in /etc/ssh/sshd_config.
11
12 -- Colin Watson <cjwatson@debian.org> Sun, 22 Mar 2015 23:09:32 +0000
13
14openssh (1:5.4p1-2) unstable; urgency=low
15
16 Smartcard support is now available using PKCS#11 tokens. If you were
17 previously using an unofficial build of Debian's OpenSSH package with
18 OpenSC-based smartcard support added, then note that commands like
19 'ssh-add -s 0' will no longer work; you need to use 'ssh-add -s
20 /usr/lib/opensc-pkcs11.so' instead.
21
22 -- Colin Watson <cjwatson@debian.org> Sat, 10 Apr 2010 01:08:59 +0100
23
24openssh (1:3.8.1p1-9) experimental; urgency=low
25
26 The ssh package has been split into openssh-client and openssh-server. If
27 you had previously requested that the sshd server should not be run, then
28 that request will still be honoured. However, the recommended approach is
29 now to remove the openssh-server package if you do not want to run sshd.
30 You can remove the old /etc/ssh/sshd_not_to_be_run marker file after doing
31 that.
32
33 -- Colin Watson <cjwatson@debian.org> Mon, 2 Aug 2004 20:48:54 +0100
34
35openssh (1:3.5p1-1) unstable; urgency=low
36
37 This version of OpenSSH disables the environment option for public keys by
38 default, in order to avoid certain attacks (for example, LD_PRELOAD). If
39 you are using this option in an authorized_keys file, beware that the keys
40 in question will no longer work until the option is removed.
41
42 To re-enable this option, set "PermitUserEnvironment yes" in
43 /etc/ssh/sshd_config after the upgrade is complete, taking note of the
44 warning in the sshd_config(5) manual page.
45
46 -- Colin Watson <cjwatson@debian.org> Sat, 26 Oct 2002 19:41:51 +0100
47
48openssh (1:3.0.1p1-1) unstable; urgency=high
49
50 As of version 3, OpenSSH no longer uses separate files for ssh1 and ssh2
51 keys. This means the authorized_keys2 and known_hosts2 files are no longer
52 needed. They will still be read in order to maintain backward
53 compatibility.
54
55 -- Matthew Vernon <matthew@debian.org> Thu, 28 Nov 2001 17:43:01 +0000