wording update for ud-replicat special case authored by lelutin's avatar lelutin
this is just to make the text convey to us that the fix should happen on
alberti. there's no need to use cumin on all hosts for this
......@@ -391,13 +391,16 @@ converted to a systemd unit, see [this documentation](doc/services).
Sometimes, userdir-ldap's `ud-replicate` leaves a multiplexing SSH
process lying around and those show up as part of
`cron.service`.
`cron.service`.
We can close all of those connections up at once, on one host, by logging into
the LDAP server (currently `alberti`) and killing all the ssh processes running
under the `sshdist` user:
Logging into the LDAP server (currently `alberti`) and killing all the
`sshdist` process will clear those:
pkill -u sshdist ssh
That should clear out all processes on other hosts.
## systemd user manager services
The `needrestart` tool [lacks](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843778)
......
......