Skip to content

Remove ssh.override from writable-paths

The fstab created by writable-paths is processed after Upstart has already read the /etc/init directory. That means that Upstart will not care about the changes to ssh.override when it's mounted in. This only leads to confusion about editing ssh.override (your changes are accepted and written, but they never take effect).

Merge request reports