about summary refs log tree commit diff
path: root/nixos/modules/services/networking/ssh
AgeCommit message (Expand)AuthorFilesLines
2017-06-22sshd.nix: Added nixops usage warning of openssh.authorizedKeys.keys usageJoachim Schiele1-0/+2
2017-04-10openssh: 7.4p1 -> 7.5p1Aneesh Agrawal1-2/+0
2017-03-31sshd.nix: Alternative fix for #19589Eelco Dolstra1-0/+5
2017-03-31Revert "sshd: separate key generation into another service"Eelco Dolstra1-27/+13
2016-12-29openssh: 7.4p1 no longer backgrounds when systemd is starting it.Graham Christensen1-4/+1
2016-11-21Fix setting programs.ssh.setXAuthLocationEelco Dolstra1-2/+0
2016-10-20sshd: separate key generation into another serviceAnmol Sethi1-13/+27
2016-10-02Merge pull request #18491 from groxxda/network-interfacesJoachim F1-1/+1
2016-10-02Merge pull request #19138 from nhooyr/opensshJörg Thalheim1-2/+2
2016-10-01openssh: support prohibit-password for permitRootLoginAnmol Sethi1-2/+2
2016-09-13lshd service: remove use of network-interfaces.targetAlexander Ried1-1/+1
2016-09-13sshd module: optionSet -> submoduleEric Sagnes1-17/+18
2016-09-05Fix infinite recursion introduced by f3c32cb2c1344c9a831bb9e4f47c1b20527dbe0bEelco Dolstra1-1/+1
2016-09-05Let services.openssh.forwardX11 imply programs.ssh.setXAuthLocationEelco Dolstra1-0/+2
2016-08-04ssh module: ignore exit code when socket activatedPeter Hoeg1-0/+1
2016-05-12typo in authorizedKeysFilesДанило Глинський (Danylo Hlynskyi)1-1/+1
2016-03-05openssh: use bin instead of sbin folderAneesh Agrawal1-1/+1
2016-02-23sshd.nix: Ensure global config goes before user Match blocksEelco Dolstra1-1/+1
2016-02-01openssh: Enable DSA host/client keysEelco Dolstra1-1/+12
2016-01-07jobs -> systemd.servicesRobin Gloster1-54/+52
2015-09-02Rename users.extraUsers -> users.users, users.extraGroup -> users.groupsEelco Dolstra1-1/+1
2015-08-27Rename services.openssh.knownHosts -> programs.ssh.knownHostsEelco Dolstra1-75/+4
2015-08-20Revert "openssh: 6.9p1 -> 7.0p1"Eelco Dolstra1-3/+0
2015-08-18openssh: Re-enable DSA client keysEelco Dolstra1-0/+3
2015-07-27sshd: Use RSA and ED25519 host keysEelco Dolstra1-10/+5
2015-07-13services.openssh.knownHosts.*.publicKey: Update description and add exampleEelco Dolstra1-3/+2
2015-06-15Some more type cleanupEelco Dolstra1-1/+1
2015-05-22nixos: add config.services.openssh.moduliFile option so that users can replac...Peter Simons1-1/+13
2015-05-13Ensure that nscd, sshd are created as system usersEelco Dolstra1-2/+2
2015-04-20Fix #7354 - Accept _module attributes added to every submodule.Nicolas B. Pierron1-2/+2
2015-04-19Remove fixed uids for nscd, sshdEelco Dolstra1-4/+2
2015-03-26nixos: use types.enum instead of ad-hoc check in sshd serviceJan Malakhovski1-11/+2
2015-03-09sshd: Enable seccomp sandboxingEelco Dolstra1-0/+2
2015-02-23sshd: Generate a ed25519 host keyEelco Dolstra1-2/+4
2015-01-11/etc/ssh/ssh_known_hosts: refactor and fix #5612Vladimír Čunát1-8/+6
2014-11-27nixos/sshd: Fix build if knownHosts is empty.aszlig1-2/+2
2014-11-27nixos/services.openssh: Allow knownHost keys to have multiple lines.Rickard Nilsson1-7/+14
2014-09-11nixos/ssh: Allow user to configure the package that provides ssh/sshdWilliam A. Kennington III1-4/+4
2014-09-02sshd: Fix typo in assetion.Vladimir Still1-1/+1
2014-09-01sshd: Add note about listening on port 22 to listenAddresses.Vladimir Still1-1/+2
2014-09-01sshd: Add note about firewall and listenAddresses.Vladimir Still1-0/+2
2014-09-01sshd: Allow to specify ListenAddress.Vladimir Still1-0/+35
2014-08-09Fix NixOS evaluation on i686-linuxEelco Dolstra1-1/+2
2014-06-27Revert "nixos/sshd: drop mode from auth keys file".aszlig1-0/+1
2014-06-26nixos/sshd: drop mode from auth keys file. Closes #2559Luca Bruno1-1/+0
2014-05-01sshd: Fix typing for options which take pathsWilliam A. Kennington III1-4/+4
2014-05-01ssh: Support knownHost public keys as stringsWilliam A. Kennington III1-4/+20
2014-04-22sshd: Add support for socket activationEelco Dolstra1-25/+58
2014-04-22sshd: Always start a sessionEelco Dolstra1-1/+1
2014-04-18Set $LOCALE_ARCHIVE in all systemd unitsEelco Dolstra1-1/+0