From c1ab8e0c5c79cd07a1640c8f9baa8a5c3f84431b Mon Sep 17 00:00:00 2001 From: jonas Date: Sat, 10 Jun 2006 19:43:47 +0000 Subject: 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 --- 3_configure.sh | 1 + 1 file changed, 1 insertion(+) 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 "" -- cgit v1.2.3