Veröffentlicht in VPN

How to store username/password for the SSL VPN Client

You can store the username/password in a file.

This avoids the enduring pop-up-window asking for your credentials.

  1. Goto the Astaro SSL VPN client installation directory, this is normally stored in:“C:\Program Files\Astaro\Astaro SSL VPN Client“
  2. Change to the subdirectory „config“.
  3. Change into the appropriate connection directory, this is normally called something like „username@remote-ASG-DNS-name“.
  4. Edit the .ovpn file using Windows „Notepad“ editor or a similar „dumb“ editor, not Winword!
    At the end of the .ovpn file, insert the following line:
    auth-user-pass SecretPasswordFile.txt
  5. Save the ovpn file and create the new file SecretPasswordFile.txt inside the config-Directory.
  6. Again, use the notepad editor. In the file, simply insert two lines, the first line with the username, the second with the password of the SSL VPN user, and save the file.Example:
    username
    mysecretpassword

If you now connect to the ASG using the SSL VPN connection you just edited, no username/password prompt will occur.

Quelle: http://www.sophos.com/de-de/support/knowledgebase/116185.aspx