about summary refs log tree commit diff
path: root/nixos/modules/services/networking/ssh
Commit message (Expand)AuthorAge
* nixos/sshd: fix socket activated ports when using ListenAddressMaximilian Bosch2024-01-03
* sshd: Use top-level ports in config check when neededBryan Richter2024-01-02
* nixos/sshd: add comment explaining different list option typesChristoph Heiss2023-10-28
* openssh: add {Allow,Deny}{Users,Groups} settingsChristoph Heiss2023-10-19
* nixos/openssh: add support for authorized principalsAaron Andersen2023-10-06
* nixos/sshd: fix sshd.conf validity checkMaximilian Bosch2023-09-28
* nixos/sshd: specify `lport`,`laddr` for config validationCarl Richard Theodor Schneider2023-09-19
* nixos/sshd: avoid mock host key, permit `RequiredRSASize`Yarny02023-09-05
* Merge pull request #239624 from Stunkymonkey/use-optionalString-thenFelix Bühler2023-07-22
|\
| * treewide: use optionalString instead of 'then ""'Felix Buehler2023-06-24
* | nixos/sshd: fix example renderingSandro Jäckel2023-06-30
* | treewide: use optional instead of 'then []'Felix Buehler2023-06-25
|/
* nixos/sshd: add StrictModes optionAlyssa Ross2023-06-06
* modules/sshd: print the offending keys when we detect duplicate sshd keys.r-vdp2023-05-31
* nixos/sshd: detect duplicate config keysnyanotech2023-05-25
* nixos/sshd: Remove algorithms that do MAC-then-encryptMartin Weinelt2023-05-11
* Merge pull request #222080 from Stunkymonkey/nixos-optionalStringArtturi2023-04-20
|\
| * treewide: use more lib.optionalStringFelix Buehler2023-04-07
* | nixos/openssh: Drop deprecated locationsJanne Heß2023-04-13
|/
* openssh: fix 'undefined variable' errorChristoph Heiss2023-03-22
* sshd: Cyphers -> CiphersWill Fancher2023-02-07
* services.openssh: rename several settings (#211991)Matthieu Coudron2023-02-07
* nixos: fix backticks in Markdown descriptionsNaïm Favier2023-01-21
* modules.openssh: provide default settingsMatthieu Coudron2023-01-16
* services.openssh: fix docMatthieu Coudron2023-01-16
* services.openssh: support freeform settings (#193757)Matthieu Coudron2023-01-15
* modules: add mkAliasOptionModuleMDpennae2023-01-05
* Merge pull request #185474 from pennae/option-docs-mdpennae2022-08-12
|\
| * nixos/*: automatically convert option docspennae2022-08-06
| * nixos/*: normalize manpage references to single-line formpennae2022-08-05
* | fix: ssh-keygen fails if directory does not existMichael Adler2022-08-09
|/
* nixos/*: automatically convert option docs to MDpennae2022-08-03
* nixos/*: normalize link formatpennae2022-08-03
* nixos/*: replace </para><para> with double linebreakspennae2022-08-03
* treewide: automatically md-convert option descriptionspennae2022-07-30
* sshd: Don't remove symlinks to host key filestalyz2022-07-21
* nixos/openssh: Add sntrup761x25519-sha512 kexAlgoMartin Weinelt2022-05-10
* nixos/ssh: remove empty host key files before generating new onesDaniel Fullmer2022-05-03
* Merge pull request #155522 from Julow/single_line_strRobert Hensing2022-01-21
|\
| * types.singleLineStr: strings that don't contain '\n'Jules Aguillon2022-01-18
* | openssh: Rename option, old option is deprecated upstreamDaniel Frank2022-01-18
* | sshd: disable trigger limit for systemd socketBen Wolsieffer2022-01-08
|/
* nixos/ssh: take care not to accept empty host key filesMatthias Treydte2021-10-12
* nixos: define the primary group of users where neededGuillaume Girol2021-09-12
* Merge pull request #133607 from SuperSandro2000/SuperSandro2000-patch-1Sandro2021-08-12
|\
| * nixos/ssh: cleanup UseDNS settingSandro2021-08-12
* | nixos/ssh: cleanup X11Forwarding settingSandro2021-08-12
|/
* nixos/sshd: add -D flag to prevent forking into a separate process (#122844)gwitmond2021-07-01
* sshd service: Default to INFO logLevel (upstream default).Niklas Hambüchen2021-06-23
* nixos/ssh: Document authorizedKeysFiles properlyRobert Hensing2021-06-15