diff options
Diffstat (limited to 'debian/openssh-client.install')
-rwxr-xr-x[-rw-r--r--] | debian/openssh-client.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/openssh-client.install b/debian/openssh-client.install index 6a8060000..18e529f64 100644..100755 --- a/debian/openssh-client.install +++ b/debian/openssh-client.install | |||
@@ -1,3 +1,5 @@ | |||
1 | #! /usr/bin/dh-exec | ||
2 | |||
1 | etc/ssh/moduli | 3 | etc/ssh/moduli |
2 | etc/ssh/ssh_config | 4 | etc/ssh/ssh_config |
3 | usr/bin/scp | 5 | usr/bin/scp |
@@ -25,3 +27,11 @@ usr/share/man/man8/ssh-pkcs11-helper.8 | |||
25 | 27 | ||
26 | contrib/ssh-copy-id usr/bin | 28 | contrib/ssh-copy-id usr/bin |
27 | debian/ssh-argv0 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 | |||