diff options
author | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-06-10 19:43:47 +0000 |
---|---|---|
committer | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-06-10 19:43:47 +0000 |
commit | c1ab8e0c5c79cd07a1640c8f9baa8a5c3f84431b (patch) | |
tree | e128518a362bdea80821cc7e08897193284cfede | |
parent | b47dc77c898b8e21d2370a8f6cb2e46d393a0ed2 (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-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 "" |