test
This commit is contained in:
parent
fdaa28776e
commit
5209aa4788
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@
|
|||
port = 22;
|
||||
hostKeys = [
|
||||
# Generate new keys with:
|
||||
# sudo mkdir -p /etc/secrets/initrd/
|
||||
# ssh-keygen -t rsa -N "" -f /etc/secrets/initrd/ssh_host_rsa_key
|
||||
"/etc/secrets/initrd/ssh_host_rsa_key"
|
||||
# sudo mkdir -p /boot/initrd/
|
||||
# ssh-keygen -t rsa -N "" -f /boot/initrd/ssh_host_rsa_key
|
||||
"/boot/initrd/ssh_host_rsa_key"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue