summary refs log tree commit diff
path: root/nixos/modules/services/networking/ssh
Commit message (Expand)AuthorAge
...
* openssh: 7.4p1 -> 7.5p1Aneesh Agrawal2017-04-10
* sshd.nix: Alternative fix for #19589Eelco Dolstra2017-03-31
* Revert "sshd: separate key generation into another service"Eelco Dolstra2017-03-31
* openssh: 7.4p1 no longer backgrounds when systemd is starting it.Graham Christensen2016-12-29
* Fix setting programs.ssh.setXAuthLocationEelco Dolstra2016-11-21
* sshd: separate key generation into another serviceAnmol Sethi2016-10-20
* Merge pull request #18491 from groxxda/network-interfacesJoachim F2016-10-02
|\
| * lshd service: remove use of network-interfaces.targetAlexander Ried2016-09-13
* | Merge pull request #19138 from nhooyr/opensshJörg Thalheim2016-10-02
|\ \
| * | openssh: support prohibit-password for permitRootLoginAnmol Sethi2016-10-01
| |/
* / sshd module: optionSet -> submoduleEric Sagnes2016-09-13
|/
* Fix infinite recursion introduced by f3c32cb2c1344c9a831bb9e4f47c1b20527dbe0bEelco Dolstra2016-09-05
* Let services.openssh.forwardX11 imply programs.ssh.setXAuthLocationEelco Dolstra2016-09-05
* ssh module: ignore exit code when socket activatedPeter Hoeg2016-08-04
* typo in authorizedKeysFilesДанило Глинський (Danylo Hlynskyi)2016-05-12
* openssh: use bin instead of sbin folderAneesh Agrawal2016-03-05
* sshd.nix: Ensure global config goes before user Match blocksEelco Dolstra2016-02-23
* openssh: Enable DSA host/client keysEelco Dolstra2016-02-01
* jobs -> systemd.servicesRobin Gloster2016-01-07
* Rename users.extraUsers -> users.users, users.extraGroup -> users.groupsEelco Dolstra2015-09-02
* Rename services.openssh.knownHosts -> programs.ssh.knownHostsEelco Dolstra2015-08-27
* Revert "openssh: 6.9p1 -> 7.0p1"Eelco Dolstra2015-08-20
* openssh: Re-enable DSA client keysEelco Dolstra2015-08-18
* sshd: Use RSA and ED25519 host keysEelco Dolstra2015-07-27
* services.openssh.knownHosts.*.publicKey: Update description and add exampleEelco Dolstra2015-07-13
* Some more type cleanupEelco Dolstra2015-06-15
* nixos: add config.services.openssh.moduliFile option so that users can replac...Peter Simons2015-05-22
* Ensure that nscd, sshd are created as system usersEelco Dolstra2015-05-13
* Fix #7354 - Accept _module attributes added to every submodule.Nicolas B. Pierron2015-04-20
* Remove fixed uids for nscd, sshdEelco Dolstra2015-04-19
* nixos: use types.enum instead of ad-hoc check in sshd serviceJan Malakhovski2015-03-26
* sshd: Enable seccomp sandboxingEelco Dolstra2015-03-09
* sshd: Generate a ed25519 host keyEelco Dolstra2015-02-23
* /etc/ssh/ssh_known_hosts: refactor and fix #5612Vladimír Čunát2015-01-11
* nixos/sshd: Fix build if knownHosts is empty.aszlig2014-11-27
* nixos/services.openssh: Allow knownHost keys to have multiple lines.Rickard Nilsson2014-11-27
* nixos/ssh: Allow user to configure the package that provides ssh/sshdWilliam A. Kennington III2014-09-11
* sshd: Fix typo in assetion.Vladimir Still2014-09-02
* sshd: Add note about listening on port 22 to listenAddresses.Vladimir Still2014-09-01
* sshd: Add note about firewall and listenAddresses.Vladimir Still2014-09-01
* sshd: Allow to specify ListenAddress.Vladimir Still2014-09-01
* Fix NixOS evaluation on i686-linuxEelco Dolstra2014-08-09
* Revert "nixos/sshd: drop mode from auth keys file".aszlig2014-06-27
* nixos/sshd: drop mode from auth keys file. Closes #2559Luca Bruno2014-06-26
* sshd: Fix typing for options which take pathsWilliam A. Kennington III2014-05-01
* ssh: Support knownHost public keys as stringsWilliam A. Kennington III2014-05-01
* sshd: Add support for socket activationEelco Dolstra2014-04-22
* sshd: Always start a sessionEelco Dolstra2014-04-22
* Set $LOCALE_ARCHIVE in all systemd unitsEelco Dolstra2014-04-18
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14