Giter VIP home page Giter VIP logo

strongman's Introduction

Build Status Coverage Status

strongMan

strongMan is a management interface for strongSwan. Based on Django and Python, strongMan provides a user friendly graphical interface to configure and establish IPsec connections. It supports

  • RSA / ECDSA asymmetric encryption
  • EAP with username and password
  • EAP-TLS
  • serveral authentification rounds

The strongMan application implements a persistent connection and asymmetric key management. Several common connection use cases are implemented and can be used in few configuration steps.

Run it directly from git repository

Requirements:

Run the following commands to install strongMan.

git clone https://github.com/strongswan/strongMan.git
cd strongMan
sudo ./setup.py install

We have installed strongMan with all it's requirements in a virtual environment and loaded a default user into the database.

Configuration Loader

To guarantee data consistency between strongMan and strongSwan, configure a script in the strongSwan configuration, which will be executed on the startup of strongSwan.

Option 1

If you aren’t planning on setting up a systemd service, do the following: Put these lines into in "/etc/strongswan.d/strongMan.conf". Replace ’pathTostrongMan’ with the path, where you installed strongMan.

charon {
  start-scripts {
    strongman = /pathTostrongMan/configloader.py
  }
}
Option 2

If you will configure strongMan with a systemd service, follow these instructions to get the Configuration Loader running. Put the following line into "strongswan-swanctl.service". Replace "pathTostrongMan" with the path, where you installed strongMan.

ExecStartPost=/pathTostrongMan/configloader.py

Run

Now we can start the strongMan server.

sudo ./run.py

The server is now accessible on http://localhost:1515 Username: John, Password: Lennon@1940

Add a systemd service

If you want to run strongMan permanently in the background you can install strongMan as a systemd service.

sudo ./setup.py add-service # Adds the service and additionally a launcher icon

Remove service

Removes the service and the launcher icon

sudo ./setup.py remove-service

strongman's People

Contributors

severinalexb avatar murthy10 avatar valenx avatar dafischicode avatar kolbd avatar tobiasbrunner avatar sebubu avatar rjevski avatar maxxer avatar twmbx avatar mingyang91 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.