repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python310Packages.pydeconz: 104 -> 105
[NixPkgs.git]
/
nixos
/
tests
/
initrd-network-ssh
/
generate-keys.nix
blob
3d7978890ab08a86e34aa2a55fa885eadf6515b4
1
with import ../../.. {};
2
3
runCommand "gen-keys" {
4
buildInputs = [ openssh ];
5
}
6
''
7
mkdir $out
8
ssh-keygen -q -t ed25519 -N "" -f $out/ssh_host_ed25519_key
9
ssh-keygen -q -t ed25519 -N "" -f $out/id_ed25519
10
''