summaryrefslogtreecommitdiff
path: root/gnu/services/ssh.scm
AgeCommit message (Expand)AuthorFilesLines
2022-07-01services: openssh: Listen on IPv6 only when IPv6 is supported.Ludovic Courtès1-4/+16
2022-05-26services: openssh: Remove authorized_keys.d before copying the new one.Ludovic Courtès1-1/+1
2022-05-26services: openssh: Fix computation of the authorized-key directory.Ludovic Courtès1-3/+2
2022-05-26services: ssh: Fix extend-openssh-authorized-keys.Oleg Pykhalov1-1/+1
2022-05-22services: openssh: Listen on both IPv4 and IPv6.Ludovic Courtès1-4/+17
2022-04-07services: openssh: Start as an inetd service.Ludovic Courtès1-3/+20
2022-03-10services: openssh: Change 'authorized-keys' accessor name.Ludovic Courtès1-4/+5
2022-03-10services: openssh: Add 'generate-host-keys?' field.Ludovic Courtès1-4/+9
2021-11-30services: Accept <inferior-package>s in lieu of <package>s.Tobias Geerinckx-Rice1-2/+2
2021-11-16services: openssh: Collect all keys for all users.Vivien Kraus1-1/+10
2021-06-20services: openssh: Replace 'without-password' by 'prohibit-password'.Brice Waegeneire1-2/+9
2020-12-11Revert "services: openssh: Warn about 'password-authentication?' default."Ludovic Courtès1-16/+2
2020-12-07services: openssh: Warn about 'password-authentication?' default.Ludovic Courtès1-2/+16
2020-10-01gnu: Add webssh service.Oleg Pykhalov1-1/+130
2020-05-05gnu: Add AutoSSH service.pinoaffe1-1/+105
2019-12-04services: SSH services: Provide 'ssh' and 'sshd' Shepherd services.Leo Famulari1-3/+3
2019-05-09services: Log-in services now require "pam_loginuid".Ludovic Courtès1-0/+2
2019-04-07services: dropbear: Add default value.Ludovic Courtès1-1/+2
2019-03-04services: Use 'file-append' for user account shells.Ludovic Courtès1-2/+2
2019-01-17services: openssh: Add escape hatch.Ricardo Wurmus1-0/+10
2018-11-26services: openssh: Install OpenSSH in the system profile.Ludovic Courtès1-1/+9
2018-08-28services: openssh: Add 'log-level' field.Ludovic Courtès1-1/+9
2018-07-29services: openssh: Add forwarding options.Eric Brown1-0/+22
2018-07-18gnu: services: Fix openssh service start error.Julien Lepiller1-1/+1
2018-03-18services: openssh: Add 'accepted-environment' field.Martin Castillo1-0/+7
2017-12-04install: Don't start sshd by default.Ludovic Courtès1-2/+10
2017-11-05services: Add 'description' fields.Ludovic Courtès1-0/+7
2017-07-30services: openssh: Extensions provide extra authorized keys.Ludovic Courtès1-0/+10
2017-07-30services: openssh: Add 'authorized-keys' field.Ludovic Courtès1-17/+69
2017-05-18services: openssh: Don't depend on networking.Marius Bakke1-1/+1
2017-04-16services: Add a default value to various service types.Ludovic Courtès1-2/+3
2017-03-21services: openssh: Add 'subsystems' option.Clément Lassieur1-35/+46
2017-03-21services: openssh: Cosmetic changes.Clément Lassieur1-10/+21
2017-03-10services: openssh: Fix 'PrintLastLog' default behaviour.Clément Lassieur1-0/+13
2017-03-10services: openssh: Remove deprecated options.Clément Lassieur1-10/+0
2017-03-10services: openssh: Enable PAM.Clément Lassieur1-1/+20
2017-03-06services: openssh: Parameterize the OpenSSH package used by the service.Leo Famulari1-2/+5
2017-03-02services: ssh: Remove 'openssh-service' exported symbol.Alex Kost1-1/+0
2017-01-25services: Fix 'mkdir-p' in activation scripts.Clément Lassieur1-0/+3
2016-10-03services: openssh-service-type: Expose 'openssh-configuration'.Ludovic Courtès1-32/+19
2016-09-29services: Add 'openssh-service'.Julien Lepiller1-0/+131
2016-09-10system: Use 'file-append' to denote file names.Ludovic Courtès1-1/+1
2016-07-21services: Export *-service-type and *-configuration.Tomáš Čech1-1/+4
2016-07-15services: Add 'dropbear-service'.David Craven1-5/+92
2016-07-15gnu: lsh: Move to (gnu packages ssh)David Craven1-1/+1
2016-01-29services: Rename 'dmd' services to 'shepherd'.Alex Kost1-5/+5
2016-01-29Rename (gnu services dmd) to (gnu services shepherd).Alex Kost1-1/+1
2015-11-27services: lsh: Correctly handle #:interfaces option.Ludovic Courtès1-2/+3
2015-11-03system: Rename (gnu system linux) to (gnu system pam).Ludovic Courtès1-1/+1
2015-10-10services: Introduce extensible services.Ludovic Courtès1-56/+122