Thread: Help with IPSEC
View Single Post
  #6   (View Single Post)  
Old 8th December 2016
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

It appears you have published your client's private key on the Internet. Inform your customer you have inadvertently done so and instruct your client to change this key immediately.

Strings containing special characters should be escaped. The most common way to do this is inside two double-quote characters (") such as ... psk "my string"

Please note: best practice is to use pre-shared keys for testing, but not in production. For production, best practice is to use either public key authentication or certificates.

Last edited by jggimi; 8th December 2016 at 12:25 AM. Reason: clarity, typos
Reply With Quote