summaryrefslogtreecommitdiff
path: root/gnu/services/ssh.scm
AgeCommit message (Expand)Author
2024-01-08services: openssh: Add dependency on ‘networking’.Ludovic Courtès
2023-05-21services: Transient inetd services inherit requirements.Ludovic Courtès
2023-05-17services: ssh: Really rename openssh-challenge-response-authentication?Maxim Cournoyer
2023-05-17services: ssh: Rename openssh-challenge-response-authentication?Maxim Cournoyer
2023-05-17services: openssh: Export openssh-configuration accessors.Maxim Cournoyer
2023-05-11system: pam: Let PAM extensions add shepherd requirements.Josselin Poiret
2023-03-03services: ssh: Deprecate 'dropbear-service' procedure.Bruno Victal
2023-03-03services: ssh: Deprecate 'lsh-service' procedure.Bruno Victal
2022-11-18services: Add Shepherd 'configuration' action to various services.Ludovic Courtès
2022-07-01services: openssh: Listen on IPv6 only when IPv6 is supported.Ludovic Courtès
2022-05-26services: openssh: Remove authorized_keys.d before copying the new one.Ludovic Courtès
2022-05-26services: openssh: Fix computation of the authorized-key directory.Ludovic Courtès
2022-05-26services: ssh: Fix extend-openssh-authorized-keys.Oleg Pykhalov
2022-05-22services: openssh: Listen on both IPv4 and IPv6.Ludovic Courtès
2022-04-07services: openssh: Start as an inetd service.Ludovic Courtès
2022-03-10services: openssh: Change 'authorized-keys' accessor name.Ludovic Courtès
2022-03-10services: openssh: Add 'generate-host-keys?' field.Ludovic Courtès
2021-11-30services: Accept <inferior-package>s in lieu of <package>s.Tobias Geerinckx-Rice
2021-11-16services: openssh: Collect all keys for all users.Vivien Kraus
2021-06-20services: openssh: Replace 'without-password' by 'prohibit-password'.Brice Waegeneire
2020-12-11Revert "services: openssh: Warn about 'password-authentication?' default."Ludovic Courtès
2020-12-07services: openssh: Warn about 'password-authentication?' default.Ludovic Courtès
2020-10-01gnu: Add webssh service.Oleg Pykhalov
2020-05-05gnu: Add AutoSSH service.pinoaffe
2019-12-04services: SSH services: Provide 'ssh' and 'sshd' Shepherd services.Leo Famulari
2019-05-09services: Log-in services now require "pam_loginuid".Ludovic Courtès
2019-04-07services: dropbear: Add default value.Ludovic Courtès
2019-03-04services: Use 'file-append' for user account shells.Ludovic Courtès
2019-01-17services: openssh: Add escape hatch.Ricardo Wurmus
2018-11-26services: openssh: Install OpenSSH in the system profile.Ludovic Courtès
2018-08-28services: openssh: Add 'log-level' field.Ludovic Courtès
2018-07-29services: openssh: Add forwarding options.Eric Brown
2018-07-18gnu: services: Fix openssh service start error.Julien Lepiller
2018-03-18services: openssh: Add 'accepted-environment' field.Martin Castillo
2017-12-04install: Don't start sshd by default.Ludovic Courtès
2017-11-05services: Add 'description' fields.Ludovic Courtès
2017-07-30services: openssh: Extensions provide extra authorized keys.Ludovic Courtès
2017-07-30services: openssh: Add 'authorized-keys' field.Ludovic Courtès
2017-05-18services: openssh: Don't depend on networking.Marius Bakke
2017-04-16services: Add a default value to various service types.Ludovic Courtès
2017-03-21services: openssh: Add 'subsystems' option.Clément Lassieur
2017-03-21services: openssh: Cosmetic changes.Clément Lassieur
2017-03-10services: openssh: Fix 'PrintLastLog' default behaviour.Clément Lassieur
2017-03-10services: openssh: Remove deprecated options.Clément Lassieur
2017-03-10services: openssh: Enable PAM.Clément Lassieur
2017-03-06services: openssh: Parameterize the OpenSSH package used by the service.Leo Famulari
2017-03-02services: ssh: Remove 'openssh-service' exported symbol.Alex Kost
2017-01-25services: Fix 'mkdir-p' in activation scripts.Clément Lassieur
2016-10-03services: openssh-service-type: Expose 'openssh-configuration'.Ludovic Courtès
2016-09-29services: Add 'openssh-service'.Julien Lepiller