summary refs log tree commit diff
path: root/nixos/modules/services/networking/ssh
Commit message (Expand)AuthorAge
* 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
* nixos: fix linux containers (systemd-nspawn, lxc, lxc-libvirt)Jaka Hudoklin2014-03-24
* Add some primops to libEelco Dolstra2013-11-12
* Loosen the type of SSH key filesEelco Dolstra2013-11-01
* Add lots of missing option typesEelco Dolstra2013-10-30
* Strictly check the arguments to mkOptionEelco Dolstra2013-10-30
* Remove dependencies on the Nixpkgs locationEelco Dolstra2013-10-23
* sshd: Remove the usePAM optionEelco Dolstra2013-10-15
* Turn security.pam.services into an attribute setEelco Dolstra2013-10-15
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10