diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/systemd/ssh-agent.service | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f7dcbda83..48d9df642 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,10 +1,14 @@ | |||
1 | openssh (1:7.6p1-3) UNRELEASED; urgency=medium | 1 | openssh (1:7.6p1-3) UNRELEASED; urgency=medium |
2 | 2 | ||
3 | [ Colin Watson ] | ||
3 | * Remove the decade-old ssh-krb5 transitional package; upgrades of | 4 | * Remove the decade-old ssh-krb5 transitional package; upgrades of |
4 | openssh-server will preserve existing configuration, and new | 5 | openssh-server will preserve existing configuration, and new |
5 | installations should just enable GSSAPIAuthentication and | 6 | installations should just enable GSSAPIAuthentication and |
6 | GSSAPIKeyExchange in sshd_config (closes: #878626). | 7 | GSSAPIKeyExchange in sshd_config (closes: #878626). |
7 | 8 | ||
9 | [ Anders Kaseorg ] | ||
10 | * debian/systemd/ssh-agent.service: Add missing dbus dependency. | ||
11 | |||
8 | -- Colin Watson <cjwatson@debian.org> Mon, 16 Oct 2017 10:30:50 +0100 | 12 | -- Colin Watson <cjwatson@debian.org> Mon, 16 Oct 2017 10:30:50 +0100 |
9 | 13 | ||
10 | openssh (1:7.6p1-2) unstable; urgency=medium | 14 | openssh (1:7.6p1-2) unstable; urgency=medium |
diff --git a/debian/systemd/ssh-agent.service b/debian/systemd/ssh-agent.service index 2297f8f75..07fa984c0 100644 --- a/debian/systemd/ssh-agent.service +++ b/debian/systemd/ssh-agent.service | |||
@@ -2,6 +2,8 @@ | |||
2 | Description=OpenSSH Agent | 2 | Description=OpenSSH Agent |
3 | Before=graphical-session-pre.target | 3 | Before=graphical-session-pre.target |
4 | ConditionPathExists=/etc/X11/Xsession.options | 4 | ConditionPathExists=/etc/X11/Xsession.options |
5 | Wants=dbus.socket | ||
6 | After=dbus.socket | ||
5 | 7 | ||
6 | [Service] | 8 | [Service] |
7 | ExecStart=/usr/lib/openssh/agent-launch start | 9 | ExecStart=/usr/lib/openssh/agent-launch start |