summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/systemd/ssh-agent.service2
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 @@
1openssh (1:7.6p1-3) UNRELEASED; urgency=medium 1openssh (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
10openssh (1:7.6p1-2) unstable; urgency=medium 14openssh (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 @@
2Description=OpenSSH Agent 2Description=OpenSSH Agent
3Before=graphical-session-pre.target 3Before=graphical-session-pre.target
4ConditionPathExists=/etc/X11/Xsession.options 4ConditionPathExists=/etc/X11/Xsession.options
5Wants=dbus.socket
6After=dbus.socket
5 7
6[Service] 8[Service]
7ExecStart=/usr/lib/openssh/agent-launch start 9ExecStart=/usr/lib/openssh/agent-launch start