diff options
Diffstat (limited to 'debian/openssh-client.install')
-rwxr-xr-x | debian/openssh-client.install | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/debian/openssh-client.install b/debian/openssh-client.install new file mode 100755 index 000000000..18e529f64 --- /dev/null +++ b/debian/openssh-client.install | |||
@@ -0,0 +1,37 @@ | |||
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/slogin | ||
8 | usr/bin/ssh | ||
9 | usr/bin/ssh-add | ||
10 | usr/bin/ssh-agent | ||
11 | usr/bin/ssh-keygen | ||
12 | usr/bin/ssh-keyscan | ||
13 | usr/lib/openssh/ssh-keysign | ||
14 | usr/lib/openssh/ssh-pkcs11-helper | ||
15 | usr/share/man/man1/scp.1 | ||
16 | usr/share/man/man1/sftp.1 | ||
17 | usr/share/man/man1/slogin.1 | ||
18 | usr/share/man/man1/ssh-add.1 | ||
19 | usr/share/man/man1/ssh-agent.1 | ||
20 | usr/share/man/man1/ssh-keygen.1 | ||
21 | usr/share/man/man1/ssh-keyscan.1 | ||
22 | usr/share/man/man1/ssh.1 | ||
23 | usr/share/man/man5/moduli.5 | ||
24 | usr/share/man/man5/ssh_config.5 | ||
25 | usr/share/man/man8/ssh-keysign.8 | ||
26 | usr/share/man/man8/ssh-pkcs11-helper.8 | ||
27 | |||
28 | contrib/ssh-copy-id usr/bin | ||
29 | debian/ssh-argv0 usr/bin | ||
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 | # Upstart user job (only used under user sessions). | ||
36 | debian/ssh-agent.user-session.upstart => usr/share/upstart/sessions/ssh-agent.conf | ||
37 | |||