diff options
-rwxr-xr-x | 3_configure.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3_configure.sh b/3_configure.sh index af63fa2..558df99 100755 --- a/3_configure.sh +++ b/3_configure.sh @@ -42,6 +42,7 @@ fi ./chroot.sh shadowconfig on ./chroot.sh passwd root 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 "" ./chroot.sh ssh-keygen -q -f "/etc/ssh/ssh_host_dsa_key" -t dsa #-N "" |