+54
-10
nixos/modules/system/boot/initrd-ssh.nix
+54
-10
nixos/modules/system/boot/initrd-ssh.nix
···+enabled = let initrd = config.boot.initrd; in (initrd.network.enable || initrd.systemd.network.enable) && cfg.enable;······+AuthorizedKeysFile %h/.ssh/authorized_keys %h/.ssh/authorized_keys2 /etc/ssh/authorized_keys.d/%u···············
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+82
nixos/tests/systemd-initrd-networkd-ssh.nix
+82
nixos/tests/systemd-initrd-networkd-ssh.nix
···+"echo somepass | ssh -i /etc/sshKey -o UserKnownHostsFile=/etc/knownHosts server 'systemd-tty-ask-password-agent' & exit"