summaryrefslogtreecommitdiff
path: root/debian/openssh-server.install
diff options
context:
space:
mode:
Diffstat (limited to 'debian/openssh-server.install')
-rwxr-xr-x[-rw-r--r--]debian/openssh-server.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/openssh-server.install b/debian/openssh-server.install
index 149222dad..06e0c71b7 100644..100755
--- a/debian/openssh-server.install
+++ b/debian/openssh-server.install
@@ -1,8 +1,16 @@
1#! /usr/bin/dh-exec
2
1usr/sbin/sshd 3usr/sbin/sshd
2usr/share/man/man5/authorized_keys.5 4usr/share/man/man5/authorized_keys.5
3usr/share/man/man5/sshd_config.5 5usr/share/man/man5/sshd_config.5
4usr/share/man/man8/sshd.8 6usr/share/man/man8/sshd.8
5 7
8debian/openssh-server.if-up => etc/network/if-up.d/openssh-server
9debian/openssh-server.ufw.profile => etc/ufw/applications.d/openssh-server
6debian/systemd/ssh.socket lib/systemd/system 10debian/systemd/ssh.socket lib/systemd/system
7debian/systemd/ssh@.service lib/systemd/system 11debian/systemd/ssh@.service lib/systemd/system
8debian/systemd/sshd.conf usr/lib/tmpfiles.d 12debian/systemd/sshd.conf usr/lib/tmpfiles.d
13
14# dh_apport would be neater, but at the time of writing it isn't in unstable
15# yet.
16debian/openssh-server.apport => usr/share/apport/package-hooks/openssh-server.py