From e0f15138acddc918b6b54db061be871621e0e37a Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Mon, 19 Dec 2011 19:41:08 +0100 Subject: remove localnet-hosts from pssh-update --- bin/updateConfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/updateConfig.sh b/bin/updateConfig.sh index 7385f2e..571bc4d 100755 --- a/bin/updateConfig.sh +++ b/bin/updateConfig.sh @@ -4,7 +4,7 @@ BASEDIR=`dirname $(readlink -f $0)` cd ${BASEDIR}/../ -ALLHOSTS=`cat ~/.ssh/config | egrep "^Host" | egrep -v "nohome|noshell|offline" | sed 's/^Host //' | sed 's/ #.*//' | tr '\n' ' ' | sed 's/ $//' ` +ALLHOSTS=`cat ~/.ssh/config | egrep "^Host" | egrep -v "nohome|noshell|localnet|offline" | sed 's/^Host //' | sed 's/ #.*//' | tr '\n' ' ' | sed 's/ $//' ` HOSTS=${HOSTS:-$ALLHOSTS} echo "loaded keys:" -- cgit v1.2.3