Giter VIP home page Giter VIP logo

sonicwall-logon's Introduction

Sonicwall Logon

Linux service that automatically keeps SonicWall user authenticated.
Execute authentications with default interval of 600 minutes or with value configured in auth.conf

Installation

  git clone https://github.com/erickponce/sonicwall-logon.git
  cd sonicwall-logon
  sudo bash setup.sh

It will ask you for a SonicWall username and password. A file like the below with the credentials will be created in /etc/sonicwall-logon/auth.conf

[Auth Credentials]
username = <your username>
password = <your password>

[Server Info]
host = 10.0.0.10
port = 444
login_duration = 600

If you change your password, update credentials in this file and execute:

  sudo service sonicwall-logon restart

If you want install, use this command:

  curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/erickponce/sonicwall-logon/master/install.sh?$(date +%s) | bash -

or

  bash <(curl -s https://raw.githubusercontent.com/erickponce/sonicwall-logon/master/install.sh)

sonicwall-logon's People

Contributors

ephillipe avatar erickponce avatar delete avatar hdias2310 avatar

Watchers

 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.