diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-06-21 12:18:30 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-06-21 12:18:30 +0300 |
commit | 31684bbc19b57842dfb8285f69ab3d19f9d0f0b5 (patch) | |
tree | 9fdea5fc4fe6929b92492c6da7929b742ce260d8 /debian/openssh-server.install | |
download | openssh-debian.tar.gz |
Imported openssh 1:7.4p1-10debian/7.4p1-10debian
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 0000000..7fdf609 --- /dev/null +++ b/debian/openssh-server.install @@ -0,0 +1,20 @@ +#! /usr/bin/dh-exec + +usr/sbin/sshd +usr/share/man/man5/authorized_keys.5 +usr/share/man/man5/sshd_config.5 +usr/share/man/man8/sshd.8 + +sshd_config => usr/share/openssh/sshd_config +debian/openssh-server.ucf-md5sum => usr/share/openssh/sshd_config.md5sum + +debian/openssh-server.if-up => etc/network/if-up.d/openssh-server +debian/openssh-server.ufw.profile => etc/ufw/applications.d/openssh-server +debian/systemd/ssh.socket lib/systemd/system +debian/systemd/ssh@.service lib/systemd/system +debian/systemd/sshd.conf usr/lib/tmpfiles.d +debian/systemd/ssh-session-cleanup usr/lib/openssh + +# dh_apport would be neater, but at the time of writing it isn't in unstable +# yet. +debian/openssh-server.apport => usr/share/apport/package-hooks/openssh-server.py |