This commit is contained in:
iFargle 2023-11-26 20:50:14 +09:00
parent fdaa28776e
commit 5209aa4788

View file

@ -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"
];
};
};