diff options
-rwxr-xr-x | 3_configure.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3_configure.sh b/3_configure.sh index 8abbda9..8bf169d 100755 --- a/3_configure.sh +++ b/3_configure.sh @@ -41,6 +41,8 @@ fi # Tweak /etc/passwd to sanity ./chroot.sh shadowconfig on ./chroot.sh passwd root + +# FIXME: move this to configure.d/net plugin echo "Creating SSH2 RSA/DSA keys; this may take some time ..." echo "NB! Please just hit enter to the following questions..." ./chroot.sh ssh-keygen -q -f "/etc/ssh/ssh_host_rsa_key" -t rsa #-N "" |