diff options
Diffstat (limited to 'debian/openssh-server.install')
-rwxr-xr-x | debian/openssh-server.install | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/openssh-server.install b/debian/openssh-server.install new file mode 100755 index 000000000..5ca921cca --- /dev/null +++ b/debian/openssh-server.install | |||
@@ -0,0 +1,20 @@ | |||
1 | #! /usr/bin/dh-exec | ||
2 | |||
3 | usr/sbin/sshd | ||
4 | usr/share/man/man5/authorized_keys.5 | ||
5 | usr/share/man/man5/sshd_config.5 | ||
6 | usr/share/man/man8/sshd.8 | ||
7 | |||
8 | sshd_config => usr/share/openssh/sshd_config | ||
9 | debian/openssh-server.ucf-md5sum => usr/share/openssh/sshd_config.md5sum | ||
10 | |||
11 | debian/openssh-server.if-up => etc/network/if-up.d/openssh-server | ||
12 | debian/openssh-server.ufw.profile => etc/ufw/applications.d/openssh-server | ||
13 | debian/systemd/ssh.socket lib/systemd/system | ||
14 | debian/systemd/rescue-ssh.target lib/systemd/system | ||
15 | debian/systemd/ssh@.service lib/systemd/system | ||
16 | debian/systemd/ssh-session-cleanup usr/lib/openssh | ||
17 | |||
18 | # dh_apport would be neater, but at the time of writing it isn't in unstable | ||
19 | # yet. | ||
20 | debian/openssh-server.apport => usr/share/apport/package-hooks/openssh-server.py | ||