On Thu, 2021-02-04 at 17:12 +0100, Marc Haber wrote: > to work around /run/sshd being deleted when I log out of my > socket-activated ssh server, I have dropped an overlay setting > RuntimeDirectoryPreserve=yes.
Socket-activated as using [email protected] instead of ssh.service where one sshd process is spawned for each incoming connection by systemd? > > [2/4997]mh@salida:~ $ ls -al > > /etc/systemd/system/ssh.service.d/runtime_directory_preserve.conf If that is the case, you probably need to put it in [email protected]. Ansgar

