diff options
Diffstat (limited to 'debian/openssh-client.install')
-rwxr-xr-x | debian/openssh-client.install | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/openssh-client.install b/debian/openssh-client.install new file mode 100755 index 000000000..838f98116 --- /dev/null +++ b/debian/openssh-client.install | |||
@@ -0,0 +1,36 @@ | |||
1 | #! /usr/bin/dh-exec | ||
2 | |||
3 | etc/ssh/moduli | ||
4 | etc/ssh/ssh_config | ||
5 | usr/bin/scp | ||
6 | usr/bin/sftp | ||
7 | usr/bin/ssh | ||
8 | usr/bin/ssh-add | ||
9 | usr/bin/ssh-agent | ||
10 | usr/bin/ssh-keygen | ||
11 | usr/bin/ssh-keyscan | ||
12 | usr/lib/openssh/ssh-keysign | ||
13 | usr/lib/openssh/ssh-pkcs11-helper | ||
14 | usr/share/man/man1/scp.1 | ||
15 | usr/share/man/man1/sftp.1 | ||
16 | usr/share/man/man1/ssh-add.1 | ||
17 | usr/share/man/man1/ssh-agent.1 | ||
18 | usr/share/man/man1/ssh-keygen.1 | ||
19 | usr/share/man/man1/ssh-keyscan.1 | ||
20 | usr/share/man/man1/ssh.1 | ||
21 | usr/share/man/man5/moduli.5 | ||
22 | usr/share/man/man5/ssh_config.5 | ||
23 | usr/share/man/man8/ssh-keysign.8 | ||
24 | usr/share/man/man8/ssh-pkcs11-helper.8 | ||
25 | |||
26 | contrib/ssh-copy-id usr/bin | ||
27 | debian/ssh-argv0 usr/bin | ||
28 | |||
29 | debian/agent-launch usr/lib/openssh | ||
30 | |||
31 | # dh_apport would be neater, but at the time of writing it isn't in unstable | ||
32 | # yet. | ||
33 | debian/openssh-client.apport => usr/share/apport/package-hooks/openssh-client.py | ||
34 | |||
35 | # systemd user unit (only used under sessions) | ||
36 | debian/systemd/ssh-agent.service usr/lib/systemd/user | ||