diff options
author | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-08-02 21:54:53 +0000 |
---|---|---|
committer | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-08-02 21:54:53 +0000 |
commit | 6356d915813425173f4fe5f82a769072177e9a8a (patch) | |
tree | ac174df8b64da70dc9fd4b7daa98879fbeccc220 | |
parent | 7e5fcf712bb4b837d75f684a85fe57f1c4a46a15 (diff) |
Add FIXME note about moving ssh configuration to plugin.
git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/homebase@29 8f53b18a-e215-0410-8885-9f593d34873e
-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 "" |