diff options
Diffstat (limited to 'debian/openssh-server.install')
-rwxr-xr-x[-rw-r--r--] | debian/openssh-server.install | 8 |
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 | |||
1 | usr/sbin/sshd | 3 | usr/sbin/sshd |
2 | usr/share/man/man5/authorized_keys.5 | 4 | usr/share/man/man5/authorized_keys.5 |
3 | usr/share/man/man5/sshd_config.5 | 5 | usr/share/man/man5/sshd_config.5 |
4 | usr/share/man/man8/sshd.8 | 6 | usr/share/man/man8/sshd.8 |
5 | 7 | ||
8 | debian/openssh-server.if-up => etc/network/if-up.d/openssh-server | ||
9 | debian/openssh-server.ufw.profile => etc/ufw/applications.d/openssh-server | ||
6 | debian/systemd/ssh.socket lib/systemd/system | 10 | debian/systemd/ssh.socket lib/systemd/system |
7 | debian/systemd/ssh@.service lib/systemd/system | 11 | debian/systemd/ssh@.service lib/systemd/system |
8 | debian/systemd/sshd.conf usr/lib/tmpfiles.d | 12 | debian/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. | ||
16 | debian/openssh-server.apport => usr/share/apport/package-hooks/openssh-server.py | ||