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