Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 871 Bytes

README.md

File metadata and controls

47 lines (34 loc) · 871 Bytes

fwknopd - Advanced port knocking

Build Status

Ansible role for setting up jump/bastion server with fwknopd.

Usage

Configuration:

users:
  sample_user:
    key_base64: "YOUR_GENERATED_KEY"
    hmac_base64: "YOUR_GENERATED_HMCA_KEY"
    fw_access_timeout: 30 # OPTIONAL

Simple usage:

---
- hosts: all

  roles:
    - {
        role: "theprudents.fwknopd"
        users:
          sample_user:
            key_base64: "YOUR_GENERATED_KEY"
            hmac_base64: "YOUR_GENERATED_HMCA_KEY"
      }

Advanced usage:

  ### TODO: Place configuration example here

Copyright and license

Code licensed under the MIT License.