diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/systemd/ssh-agent.service | 1 | ||||
-rw-r--r-- | debian/systemd/ssh.service | 1 | ||||
-rw-r--r-- | debian/systemd/ssh@.service | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 524b1ba8a..51269fe0d 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -3,6 +3,8 @@ openssh (1:7.7p1-3) UNRELEASED; urgency=medium | |||
3 | [ Colin Watson ] | 3 | [ Colin Watson ] |
4 | * Adjust git-dpm tagging configuration. | 4 | * Adjust git-dpm tagging configuration. |
5 | * Remove no-longer-used Lintian overrides from openssh-server and ssh. | 5 | * Remove no-longer-used Lintian overrides from openssh-server and ssh. |
6 | * Add Documentation keys to ssh-agent.service, ssh.service, and | ||
7 | ssh@.service. | ||
6 | 8 | ||
7 | [ Juri Grabowski ] | 9 | [ Juri Grabowski ] |
8 | * Add rescue.target with ssh support. | 10 | * Add rescue.target with ssh support. |
diff --git a/debian/systemd/ssh-agent.service b/debian/systemd/ssh-agent.service index 07fa984c0..cdc10bb47 100644 --- a/debian/systemd/ssh-agent.service +++ b/debian/systemd/ssh-agent.service | |||
@@ -1,5 +1,6 @@ | |||
1 | [Unit] | 1 | [Unit] |
2 | Description=OpenSSH Agent | 2 | Description=OpenSSH Agent |
3 | Documentation=man:ssh-agent(1) | ||
3 | Before=graphical-session-pre.target | 4 | Before=graphical-session-pre.target |
4 | ConditionPathExists=/etc/X11/Xsession.options | 5 | ConditionPathExists=/etc/X11/Xsession.options |
5 | Wants=dbus.socket | 6 | Wants=dbus.socket |
diff --git a/debian/systemd/ssh.service b/debian/systemd/ssh.service index 3b10e7957..7495d9a81 100644 --- a/debian/systemd/ssh.service +++ b/debian/systemd/ssh.service | |||
@@ -1,5 +1,6 @@ | |||
1 | [Unit] | 1 | [Unit] |
2 | Description=OpenBSD Secure Shell server | 2 | Description=OpenBSD Secure Shell server |
3 | Documentation=man:sshd(8) man:sshd_config(5) | ||
3 | After=network.target auditd.service | 4 | After=network.target auditd.service |
4 | ConditionPathExists=!/etc/ssh/sshd_not_to_be_run | 5 | ConditionPathExists=!/etc/ssh/sshd_not_to_be_run |
5 | 6 | ||
diff --git a/debian/systemd/ssh@.service b/debian/systemd/ssh@.service index 65fddf2a5..f7fec1f6f 100644 --- a/debian/systemd/ssh@.service +++ b/debian/systemd/ssh@.service | |||
@@ -1,5 +1,6 @@ | |||
1 | [Unit] | 1 | [Unit] |
2 | Description=OpenBSD Secure Shell server per-connection daemon | 2 | Description=OpenBSD Secure Shell server per-connection daemon |
3 | Documentation=man:sshd(8) man:sshd_config(5) | ||
3 | After=auditd.service | 4 | After=auditd.service |
4 | 5 | ||
5 | [Service] | 6 | [Service] |