you filthy reprobate
This commit is contained in:
parent
367d90910c
commit
dd2ee113a5
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
||||||
#time.timeZone = "Europe/Berlin";
|
#time.timeZone = "Europe/Berlin";
|
||||||
|
|
||||||
build.activation.sshd = ''
|
build.activation.sshd = ''
|
||||||
if [ ! -e /etc/ssh/ssh_host_rsa_key ]; then
|
if [ ! -e /etc/ssh/ssh_host_ed25519_key ]; then
|
||||||
$VERBOSE_ECHO "Generating host keys..."
|
$VERBOSE_ECHO "Generating host keys..."
|
||||||
$DRY_RUN_CMD ${pkgs.openssh}/bin/ssh-keygen -t ed25519 -a 32 -f "/etc/ssh/ssh_host_ed25519_key" -N ""
|
$DRY_RUN_CMD ${pkgs.openssh}/bin/ssh-keygen -t ed25519 -a 32 -f "/etc/ssh/ssh_host_ed25519_key" -N ""
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue