diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/openssh-client.install | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 25a95afe6..d37fa4083 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -2,6 +2,8 @@ openssh (1:8.2p1-4) UNRELEASED; urgency=medium | |||
2 | 2 | ||
3 | * Add /etc/ssh/ssh_config.d/ to openssh-client. | 3 | * Add /etc/ssh/ssh_config.d/ to openssh-client. |
4 | * Add /etc/ssh/sshd_config.d/ to openssh-server (closes: #952427). | 4 | * Add /etc/ssh/sshd_config.d/ to openssh-server (closes: #952427). |
5 | * Install ssh-sk-helper even on non-Linux architectures, though it will | ||
6 | need an external middleware library in those cases. | ||
5 | 7 | ||
6 | -- Colin Watson <cjwatson@debian.org> Mon, 24 Feb 2020 10:18:34 +0000 | 8 | -- Colin Watson <cjwatson@debian.org> Mon, 24 Feb 2020 10:18:34 +0000 |
7 | 9 | ||
diff --git a/debian/openssh-client.install b/debian/openssh-client.install index f6dad4805..96c8deae7 100755 --- a/debian/openssh-client.install +++ b/debian/openssh-client.install | |||
@@ -10,7 +10,7 @@ usr/bin/ssh-keygen | |||
10 | usr/bin/ssh-keyscan | 10 | usr/bin/ssh-keyscan |
11 | usr/lib/openssh/ssh-keysign | 11 | usr/lib/openssh/ssh-keysign |
12 | usr/lib/openssh/ssh-pkcs11-helper | 12 | usr/lib/openssh/ssh-pkcs11-helper |
13 | [linux-any] usr/lib/openssh/ssh-sk-helper | 13 | usr/lib/openssh/ssh-sk-helper |
14 | usr/share/man/man1/scp.1 | 14 | usr/share/man/man1/scp.1 |
15 | usr/share/man/man1/sftp.1 | 15 | usr/share/man/man1/sftp.1 |
16 | usr/share/man/man1/ssh-add.1 | 16 | usr/share/man/man1/ssh-add.1 |
@@ -21,7 +21,7 @@ usr/share/man/man1/ssh.1 | |||
21 | usr/share/man/man5/ssh_config.5 | 21 | usr/share/man/man5/ssh_config.5 |
22 | usr/share/man/man8/ssh-keysign.8 | 22 | usr/share/man/man8/ssh-keysign.8 |
23 | usr/share/man/man8/ssh-pkcs11-helper.8 | 23 | usr/share/man/man8/ssh-pkcs11-helper.8 |
24 | [linux-any] usr/share/man/man8/ssh-sk-helper.8 | 24 | usr/share/man/man8/ssh-sk-helper.8 |
25 | 25 | ||
26 | contrib/ssh-copy-id usr/bin | 26 | contrib/ssh-copy-id usr/bin |
27 | debian/ssh-argv0 usr/bin | 27 | debian/ssh-argv0 usr/bin |