Use key(and password-)less SSH authentication

This commit is contained in:
Tobias Brunner
2013-01-17 15:22:09 +01:00
parent beff82dd98
commit 18bce26ea6
6 changed files with 18 additions and 67 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ done
#
for host in $STRONGSWANHOSTS
do
ssh $SSHCONF -N root@`eval echo \\\$ipv4_$host` &
ssh $SSHCONF -N root@`eval echo \\\$ipv4_$host` >/dev/null 2>&1 &
eval ssh_pid_$host="`echo $!`"
done