summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-02-26 10:54:21 +0000
committerColin Watson <cjwatson@debian.org>2020-02-26 10:54:21 +0000
commit8e54dac37b90c00e6f64a4371827e82d4cb9e1d4 (patch)
treec3280eb6b77cca44c4bdcbca012d44928312c87e /debian
parent90435846782d74fe12098e2ea845870d6fb705bc (diff)
Install ssh-sk-helper even on non-Linux architectures
It will need an external middleware library in those cases.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/openssh-client.install4
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
10usr/bin/ssh-keyscan 10usr/bin/ssh-keyscan
11usr/lib/openssh/ssh-keysign 11usr/lib/openssh/ssh-keysign
12usr/lib/openssh/ssh-pkcs11-helper 12usr/lib/openssh/ssh-pkcs11-helper
13[linux-any] usr/lib/openssh/ssh-sk-helper 13usr/lib/openssh/ssh-sk-helper
14usr/share/man/man1/scp.1 14usr/share/man/man1/scp.1
15usr/share/man/man1/sftp.1 15usr/share/man/man1/sftp.1
16usr/share/man/man1/ssh-add.1 16usr/share/man/man1/ssh-add.1
@@ -21,7 +21,7 @@ usr/share/man/man1/ssh.1
21usr/share/man/man5/ssh_config.5 21usr/share/man/man5/ssh_config.5
22usr/share/man/man8/ssh-keysign.8 22usr/share/man/man8/ssh-keysign.8
23usr/share/man/man8/ssh-pkcs11-helper.8 23usr/share/man/man8/ssh-pkcs11-helper.8
24[linux-any] usr/share/man/man8/ssh-sk-helper.8 24usr/share/man/man8/ssh-sk-helper.8
25 25
26contrib/ssh-copy-id usr/bin 26contrib/ssh-copy-id usr/bin
27debian/ssh-argv0 usr/bin 27debian/ssh-argv0 usr/bin