authby=pubkey is now the default authentication

This commit is contained in:
Andreas Steffen 2009-06-19 10:41:38 +02:00
parent 1694e82c7c
commit c7f76958d7
1 changed files with 8 additions and 5 deletions

View File

@ -238,13 +238,16 @@ acceptable values are
.B secret .B secret
or or
.B psk .B psk
for shared secrets, for pre-shared secrets,
.B pubkey
(the default) for public key signatures as well as the synonyms
.B rsasig .B rsasig
for RSA digital signatures (the default), for RSA digital signatures and
.B secret|rsasig .B ecdsasig
for either, and for Elliptic Curve DSA signatures.
.B never .B never
if negotiation is never to be attempted or accepted (useful for shunt-only conns). can be used if negotiation is never to be attempted or accepted (useful for
shunt-only conns).
Digital signatures are superior in every way to shared secrets. Digital signatures are superior in every way to shared secrets.
IKEv1 additionally supports the values IKEv1 additionally supports the values
.B xauthpsk .B xauthpsk