about summary refs log tree commit diff
path: root/nixos/modules/system/boot/initrd-ssh.nix
AgeCommit message (Expand)AuthorFilesLines
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-8/+8
2024-03-18nixos/initrd-ssh: Add authorizedKeyFiles optionJonas Heinrich1-4/+26
2023-11-30nixos/initrd-ssh: ensure correct ordering w.r.t. shutdown.targetPhilip Taron1-2/+4
2023-11-07nixos/initrd-ssh: Only warn about shell when using systemd initrdWill Fancher1-1/+1
2023-10-21systemd-stage-1: Support for user shellsWill Fancher1-5/+6
2023-04-17systemd-initrd: sshdWill Fancher1-10/+54
2023-02-07initrd-ssh: New sshd settings namesWill Fancher1-5/+5
2022-12-03initrd-ssh: add ignoreEmptyHostKeys optionphaer1-1/+10
2022-11-10treewide: use `types.port` in nixos modulesDaniel Nagy1-1/+1
2022-08-31nixos/*: convert options with admonitions to MDpennae1-19/+16
2022-08-31nixos/*: <screen> -> <programlisting>pennae1-5/+6
2022-07-30treewide: automatically md-convert option descriptionspennae1-6/+6
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-1/+1
2020-09-30nixos/initrd-ssh: set more defensive pemissions on sshd test keyJohan Thomsen1-1/+6
2020-05-03nixos/initrd-ssh: add extraConfig OptionsFinn Behrens1-0/+8
2020-04-11nixos/initrd-ssh: fix typo in docsEmily1-1/+1
2020-04-08nixos/initrd-ssh: fix typo (#84719)B YI1-1/+1
2020-03-25nixos/initrd-ssh: switch from Dropbear to OpenSSHEmily1-54/+124
2018-10-02nixos/initrd: improve descriptionsErik Arvstedt1-0/+1
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-1/+1
2018-03-01initrd-ssh: Fix for new dropbear version.Shea Levy1-1/+1
2017-12-03initrd-ssh: generate hostkeys if absentvolth1-4/+1
2017-04-02initrd-ssh: Use initrd secrets for host keysShea Levy1-16/+17
2016-11-16initrd-ssh: fix authorized_key generation with multiple keysJörg Thalheim1-1/+1
2016-09-20initrd-ssh service: check that authorized keys are addedNikolay Amiantov1-4/+8
2016-08-23initrd-ssh service: ensure that keys got copied into initrdNikolay Amiantov1-3/+7
2016-07-12nixos stage-1: unconditionally mount /dev/ptsNikolay Amiantov1-3/+0
2016-05-20initrd-ssh service: add assertions for host keysNikolay Amiantov1-0/+4
2016-05-07initrd-ssh service: fix buildNikolay Amiantov1-1/+1
2016-02-03initrd-ssh module: don't check if network is upNikolay Amiantov1-18/+16
2016-02-03initrd modules: move passwd and nsswitch back to initrd-sshNikolay Amiantov1-0/+2
2016-02-03initrd-ssh module: enable only if initrd network is enabledNikolay Amiantov1-1/+1
2016-02-02Split the initrd sshd support into a separate moduleEelco Dolstra1-0/+124