Changeset 1250
- Timestamp:
- 09/27/08 10:23:52 (2 months ago)
- Files:
-
- fwknop/trunk/fwknop.8 (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fwknop/trunk/fwknop.8
r1241 r1250 264 264 Specify the GnuPG key ID, e.g. "ABCD1234" (see the output of "gpg \-\-list-keys") 265 265 to use when signing the SPA message. The user is prompted for 266 the associated G PG password to create the signature. This266 the associated GnuPG password to create the signature. This 267 267 adds a cryptographically strong mechanism to allow the 268 268 .B fwknopd … … 274 274 to allow all output from the 275 275 .B gpg 276 process that is used by fwknop in GPG mode. This is primarily used for debugging 277 purposes if it appears that the GPG encrypt/decrypt is not performing correctly. 276 process that is used by fwknop in GnuPG mode. This is primarily used for debugging 277 purposes if it appears that the GnuPG encrypt/decrypt is not performing correctly. 278 .TP 279 .BR \-\^\-gpg-no-options 280 Instruct 281 .B fwknop 282 to not have 283 .B gpg 284 reference any options file when creating SPA packets in GnuPG mode. 285 .TP 286 .BR \-\^\-Home-dir\ \<dir> 287 Specify the path to the user home directory where files such as .fwknop.hosts 288 or .fwknop.run should be stored or retrieved. 278 289 .TP 279 290 .BR \-l "\fR,\fP " \-\^\-last-cmd … … 377 388 the specified time offset instead of adding it to the local time stamp. 378 389 .TP 390 .BR \-\^\-Show-last-cmd 391 Display the last command-line arguments used by 392 .B fwknop. 393 .TP 394 .BR \-\^\-Show-host-cmd\ \<host> 395 Display the last command-line arguments used to contact a SPA server running on 396 a specific 397 .B host. 398 .TP 379 399 .BR \-\^\-Spoof-src\ \<IP> 380 400 Spoof the source address from which the … … 402 422 .B fwknop 403 423 client is executed as root). 424 .TP 425 .BR \-\^\-Max-packet-size\ \<size> 426 Instruct 427 .B fwknop 428 to restrict message length to 429 .B size 430 bytes, and the client will not send an SPA packet that is larger than this 431 (i.e. perhaps a long command was included in \-\-Server-cmd mode). This alters 432 the default value of 1500 bytes. See also the 433 MAX_SNIFF_BYTES variable in 434 .B fwknop.conf 435 on the SPA server. 404 436 .TP 405 437 .BR \-T "\fR,\fP " \-\^\-TCP-sock
