Ticket #1562 (closed defect: fixed)
debathena-ssh-server-config produces a file that is incompatible with systemd
Reported by: | achernya | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | The Distant Future |
Component: | -- | Keywords: | |
Cc: | Fixed in version: | debathena-ssh-server-config 1.11 | |
Upstream bug: |
Description
In sysvinit/upstart, /etc/default/ssh is evaluated by the shell. However, in systemd, the key-value pairs are extracted, not evaluated. This means that debathena-ssh-server-config does not produce an sshd that starts up if there is no keytab. This functionality should be handled differently.
Change History
Note: See
TracTickets for help on using
tickets.
committed 81346f68b1a0b48f6f9ac2f3ad11779f6e92bd5c (Remove GSSAPI disabling workaround) to master