Skip to content

Ansible role for setting up jump/bastion server with fwknopd

License

Notifications You must be signed in to change notification settings

ThePrudents/fwknopd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Ansible role for setting up jump/bastion server with fwknopd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published