blob: 22ba7336a9662f87a27090b0264f261da471a66e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#! /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
[!illumos-any] debian/openssh-server.if-up => etc/network/if-up.d/openssh-server
[!illumos-any] debian/openssh-server.ufw.profile => etc/ufw/applications.d/openssh-server
[linux-any] debian/systemd/ssh.socket lib/systemd/system
[linux-any] debian/systemd/ssh@.service lib/systemd/system
[linux-any] 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
|