summary refs log tree commit diff
path: root/nixos/modules/services/networking/ssh
AgeCommit message (Expand)AuthorFilesLines
2022-08-12Merge pull request #185474 from pennae/option-docs-mdpennae1-6/+4
2022-08-09fix: ssh-keygen fails if directory does not existMichael Adler1-2/+1
2022-08-06nixos/*: automatically convert option docspennae1-4/+4
2022-08-05nixos/*: normalize manpage references to single-line formpennae1-4/+2
2022-08-03nixos/*: automatically convert option docs to MDpennae1-12/+12
2022-08-03nixos/*: normalize link formatpennae1-6/+6
2022-08-03nixos/*: replace </para><para> with double linebreakspennae1-6/+3
2022-07-30treewide: automatically md-convert option descriptionspennae2-47/+47
2022-07-21sshd: Don't remove symlinks to host key filestalyz1-1/+3
2022-05-10nixos/openssh: Add sntrup761x25519-sha512 kexAlgoMartin Weinelt1-1/+2
2022-05-03nixos/ssh: remove empty host key files before generating new onesDaniel Fullmer1-0/+1
2022-01-21Merge pull request #155522 from Julow/single_line_strRobert Hensing1-1/+1
2022-01-18types.singleLineStr: strings that don't contain '\n'Jules Aguillon1-1/+1
2022-01-18openssh: Rename option, old option is deprecated upstreamDaniel Frank1-3/+4
2022-01-08sshd: disable trigger limit for systemd socketBen Wolsieffer1-0/+2
2021-10-12nixos/ssh: take care not to accept empty host key filesMatthias Treydte1-1/+1
2021-09-12nixos: define the primary group of users where neededGuillaume Girol1-1/+4
2021-08-12Merge pull request #133607 from SuperSandro2000/SuperSandro2000-patch-1Sandro1-5/+1
2021-08-12nixos/ssh: cleanup UseDNS settingSandro1-5/+1
2021-08-12nixos/ssh: cleanup X11Forwarding settingSandro1-5/+1
2021-07-01nixos/sshd: add -D flag to prevent forking into a separate process (#122844)gwitmond1-0/+1
2021-06-23sshd service: Default to INFO logLevel (upstream default).Niklas Hambüchen1-5/+2
2021-06-15nixos/ssh: Document authorizedKeysFiles properlyRobert Hensing1-1/+11
2021-06-15nixos/ssh: Add an example of verbatim keysRobert Hensing1-0/+4
2021-06-04Merge pull request #104543 from chkno/sftpServerExecutableMaximilian Bosch1-1/+11
2021-01-31nixos/lshd: add typesFritz Otlinghaus1-0/+6
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-6/+6
2020-11-24pam_ssh_agent_auth: Honour services.openssh.authorizedKeysFilesadisbladis1-1/+1
2020-11-21nixos/sshd: Option to set the sftpServerExecutableScott Worley1-1/+11
2020-10-21nixos/sshd: update kexAlgorithms, fix linksMasanori Ogino1-3/+4
2020-09-06Merge pull request #68887 from teto/ssh_bannerSilvan Mosberger1-0/+10
2020-09-06services.openssh: add bannerMatthieu Coudron1-0/+10
2020-09-02treewide: completely remove types.loaOfrnhmjoj1-1/+1
2020-04-27treewide: add types to boolean / enable options or make use of mkEnableOptionDominik Xaver Hörl1-0/+6
2020-04-21treewide: add bool type to enable options, or make use of mkEnableOptionDominik Xaver Hörl1-0/+1
2020-04-05ssh validationPackage is a single value, not a listFrederik Rietdijk1-2/+2
2020-03-15Merge pull request #82620 from aanderse/ssh-silentadisbladis1-1/+1
2020-03-14nixos/sshd: only include AuthorizedKeysCommand and AuthorizedKeysCommandUser ...Aaron Andersen1-2/+4
2020-03-14nixos/ssh: silence ssh-keygen during configuration validationAaron Andersen1-1/+1
2020-03-12nixos/sshd: add authorizedKeysCommand and authorizedKeysCommandUser optionsAaron Andersen1-0/+22
2019-12-10nixos/treewide: Move rename.nix imports to their respective modulesSilvan Mosberger1-0/+4
2019-08-05mass replace "flip map -> forEach"danbst1-1/+1
2019-08-05Revert "mass replace "flip map -> foreach""danbst1-1/+1
2019-07-14mass replace "flip map -> foreach"danbst1-1/+1
2019-06-15nixos/sshd: fixes validation for cross-compilationSamuel Dionne-Riel1-1/+9
2019-05-24Merge pull request #58718 from Ma27/validate-ssh-configsFranz Pletz1-1/+10
2019-05-24nixos/sshd: validate ssh configs during buildMaximilian Bosch1-1/+10
2019-04-08nixos/sshd: Remove obsolete Protocol options (#59136)Aneesh Agrawal1-2/+0
2019-02-25sshd: fix startWhenNeeded and listenAddresses combinationNikita Uvarov1-1/+4
2019-01-31types.optionSet: deprecate and remove last usagesdanbst1-2/+2