From fc0afb681070a0cb2ad1b5d4d4d7d6bc83b50ebe Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 6 Jun 2006 05:41:21 +0000 Subject: created IPv6 environment --- testing/scripts/build-sshkeys | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing/scripts/build-sshkeys') diff --git a/testing/scripts/build-sshkeys b/testing/scripts/build-sshkeys index f4d584d6b..23f62e005 100755 --- a/testing/scripts/build-sshkeys +++ b/testing/scripts/build-sshkeys @@ -58,10 +58,10 @@ else cecho "done" fi -for host in $HOSTNAMEIPS +for host in $HOSTNAMEIPV4 do - HOSTNAME=`echo $host | awk -F : '{ print $1 }'` - IP=`echo $host | awk -F : '{ print $2 }'` + HOSTNAME=`echo $host | awk -F, '{ print $1 }'` + IP=`echo $host | awk -F, '{ print $2 }'` if [ `grep "$IP " ~/.ssh/known_hosts | wc -l` != "0" ] then cecho "!! Warning: An entry exists for the following IP address: $IP" -- cgit v1.2.3