updated ikev1/xauth-rsa scenario to xauth plugin

This commit is contained in:
Andreas Steffen
2010-05-18 16:54:25 +02:00
parent 9ffb475e5d
commit 0a6085b13e
9 changed files with 43 additions and 6 deletions
@@ -2,4 +2,4 @@
: RSA carolKey.pem "nH5ZQEWtku0RJEZ6"
: XAUTH carol "4iChxLT3"
[email protected] : XAUTH "4iChxLT3"
@@ -0,0 +1,11 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl xauth
}
# pluto uses optimized DH exponent sizes (RFC 3526)
libstrongswan {
dh_exponent_ansi_x9_42 = no
}
@@ -2,4 +2,4 @@
: RSA daveKey.pem
: XAUTH dave "ryftzG4A"
[email protected] : XAUTH "ryftzG4A"
@@ -0,0 +1,11 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl xauth
}
# pluto uses optimized DH exponent sizes (RFC 3526)
libstrongswan {
dh_exponent_ansi_x9_42 = no
}
@@ -1,7 +1,7 @@
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
plutodebug="control"
plutodebug=control
crlcheckinterval=180
strictcrlpolicy=no
charonstart=no
@@ -2,6 +2,6 @@
: RSA moonKey.pem
: XAUTH carol "4iChxLT3"
[email protected] : XAUTH "4iChxLT3"
: XAUTH dave "ryftzG4A"
[email protected] : XAUTH "ryftzG4A"
@@ -0,0 +1,11 @@
# /etc/strongswan.conf - strongSwan configuration file
pluto {
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl xauth
}
# pluto uses optimized DH exponent sizes (RFC 3526)
libstrongswan {
dh_exponent_ansi_x9_42 = no
}