summaryrefslogtreecommitdiff
path: root/debian/openssh-client.install
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/openssh-client.install
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/openssh-client.install')
-rwxr-xr-xdebian/openssh-client.install4
1 files changed, 2 insertions, 2 deletions
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