summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e>2006-06-10 19:43:47 +0000
committerjonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e>2006-06-10 19:43:47 +0000
commitc1ab8e0c5c79cd07a1640c8f9baa8a5c3f84431b (patch)
treee128518a362bdea80821cc7e08897193284cfede
parentb47dc77c898b8e21d2370a8f6cb2e46d393a0ed2 (diff)
Echo a hint for the non-non-interactive ssh-keygen commands.
git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/trunk@7 8f53b18a-e215-0410-8885-9f593d34873e
-rwxr-xr-x3_configure.sh1
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 ""