Changeset 1255

Show
Ignore:
Timestamp:
09/28/08 20:17:46 (2 months ago)
Author:
mbr
Message:

added GPG_NO_OPTIONS, GPG_NO_REQUIRE_PREFIX, and GPG_PATH access.conf vars

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fwknop/trunk/fwknopd.8

    r1143 r1255  
    213213.B /etc/fwknop/access.conf 
    214214then fwknopd will default to using the /root/.gnupg directory for the server key(s). 
     215.TP 
     216.B GPG_NO_OPTIONS 
     217Make sure that GnuPG does not reference any options file when decrypting incoming 
     218SPA packets that have been encrypted with GnuPG by the fwknop client. 
     219.TP 
     220.B GPG_NO_REQUIRE_PREFIX 
     221This option controls whether the GnuPG 'hQ' prefix is added before base64 decoding 
     222and decrypting.  Normally this option is not needed, but if there appear to be 
     223communications issues between the fwknop client and the fwknopd server in GnuPG 
     224mode, then this option can be useful to ensure that encrypted SPA data is sent 
     225through the GnuPG decryption routine.  The 'hQ' prefix is a heuristic derived from 
     226the file 'magic' database for describing data encrypted with GnuPG, and the fwknop 
     227client normally strips this data from outgoing SPA packets (unless the 
     228--Include-gpg-prefix option is used). 
     229.TP 
     230.B GPG_PATH: <path> 
     231Specify a path to the gpg binary (commonly at /usr/bin/gpg).  This can be used to 
     232switch between gpg vs. gpg2, or provide a path to a custom compiled version of gpg 
     233for testing purposes. 
    215234.TP 
    216235.B FW_ACCESS_TIMEOUT: <seconds>