Hi Julien, Julien Lepiller <jul...@lepiller.eu> skribis:
> Sorry for the delay, here is a new version of the patch. > > Meanwhile, sysconfdir was set to /etc, but I changed this for /etc/ssh, > because openssh looks for its configuration and other files (about 10) > directly in sysconfdir, not a subdirectory. Also, I fixed a mistake in > openssh-service (it was not following what the doc said). [...] > From cf879a47c8f9b0733fac906cd4bd28dc646aa9fb Mon Sep 17 00:00:00 2001 > From: Julien Lepiller <jul...@lepiller.eu> > Date: Fri, 5 Aug 2016 15:20:15 +0200 > Subject: [PATCH] services: Add openssh > > * gnu/packages/ssh.scm: Openssh reads its configuration from /etc > * gnu/services/ssh.scm: Add openssh-service > * doc/guix.texi (Networking Services): Document 'openssh-services'. Pushed as 071fbb42a6e2dcdfd566cba9525e6ae6a4dfdc7d with a few changes. In particular, I changed the config file to be passed as a command-line option rather than added to /etc/ssh (this is generally preferable.) Eventually I’d like to document and expose of ‘openssh-configuration’. Thanks! Ludo’.