| options/nixos/boot.initrd.network.ssh.port | Port on which SSH initrd service should listen.
|
| options/nixos/boot.initrd.network.ssh.shell | Login shell of the remote user
|
| options/nixos/boot.initrd.network.ssh.extraConfig | Verbatim contents of sshd_config.
|
| options/nixos/boot.initrd.network.ssh.ignoreEmptyHostKeys | Allow leaving config.boot.initrd.network.ssh.hostKeys empty,
to deploy ssh host keys out of band.
|
| options/nixos/boot.initrd.network.ssh.enable | Start SSH service during initrd boot
|
| options/nixos/boot.initrd.network.ssh.authorizedKeys | Authorized keys for the root user on initrd
|
| options/nixos/boot.initrd.network.ssh.authorizedKeyFiles | Authorized keys taken from files for the root user on initrd
|
| options/nixos/boot.initrd.network.ssh.hostKeys | Specify SSH host keys to import into the initrd
|