aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/messaging.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-22 22:43:34 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-01-23 00:06:52 +0100
commit95f2071a322e8d0ee1434f68e4298c88b2455401 (patch)
treec98260a422463e495bebd699a0e8d14cc20a8ba5 /gnu/services/messaging.scm
parent9d3331fcc133e20ce74143d7f291dbcb5794505e (diff)
downloadguix-95f2071a322e8d0ee1434f68e4298c88b2455401.tar.gz
guix-95f2071a322e8d0ee1434f68e4298c88b2455401.zip
gnu: keyutils: Update to 1.6.1.
* gnu/packages/crypto.scm (keyutils): Update to 1.6.1.
Diffstat (limited to 'gnu/services/messaging.scm')
0 files changed, 0 insertions, 0 deletions
ed in <https://issues.guix.gnu.org/44808>. Ludovic Courtès 2020-12-07services: openssh: Warn about 'password-authentication?' default....Fixes <https://bugs.gnu.org/44808>. Reported by Christopher Lemmer Webber <cwebber@dustycloud.org>. * gnu/services/ssh.scm (true-but-soon-false): New procedure. (<openssh-configuration>)[password-authentication?]: Change default to 'true-but-soon-false'. * gnu/installer/services.scm (%system-services): Explicitly set 'password-authentication?' to #f. Ludovic Courtès 2020-10-01gnu: Add webssh service....* gnu/services/ssh.scm: (<webssh-configuration>): New record type. (%webssh-configuration-nginx, webssh-service-type): New variables. (webssh-account, webssh-activation, webssh-shepherd-service): New procedures. * doc/guix.texi: Document this. Oleg Pykhalov 2020-05-05gnu: Add AutoSSH service....* gnu/services/ssh.scm (<autossh-configuration>): New record type. (autossh-service-type): New variable. (autossh-service-activation, autossh-file-name): New procedures. * doc/guix.texi (Networking Services): Document this. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> pinoaffe