From b8399a2edc291a04bab7de59d1b5750f42fd8d5f Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 30 May 2015 16:56:41 +0200 Subject: [PATCH] testing: use a decent PSK --- testing/tests/ha/active-passive/hosts/alice/etc/strongswan.conf | 2 +- testing/tests/ha/active-passive/hosts/moon/etc/strongswan.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/tests/ha/active-passive/hosts/alice/etc/strongswan.conf b/testing/tests/ha/active-passive/hosts/alice/etc/strongswan.conf index 335953d89..d6d453948 100644 --- a/testing/tests/ha/active-passive/hosts/alice/etc/strongswan.conf +++ b/testing/tests/ha/active-passive/hosts/alice/etc/strongswan.conf @@ -6,7 +6,7 @@ charon { ha { local = PH_IP_ALICE remote = PH_IP_MOON1 - secret = 123456 + secret = PliyxREnfoPaSXDJx1NrlH0kkKXT/LWZ segment_count = 1 fifo_interface = yes monitor = yes diff --git a/testing/tests/ha/active-passive/hosts/moon/etc/strongswan.conf b/testing/tests/ha/active-passive/hosts/moon/etc/strongswan.conf index bb0379bb1..198f3a01d 100644 --- a/testing/tests/ha/active-passive/hosts/moon/etc/strongswan.conf +++ b/testing/tests/ha/active-passive/hosts/moon/etc/strongswan.conf @@ -6,7 +6,7 @@ charon { ha { local = PH_IP_MOON1 remote = PH_IP_ALICE - secret = 123456 + secret = PliyxREnfoPaSXDJx1NrlH0kkKXT/LWZ segment_count = 1 fifo_interface = yes monitor = yes