Skip to content

Linux Service to auto logon in DeLL SonicWall firewall

Notifications You must be signed in to change notification settings

erickponce/sonicwall-logon

Repository files navigation

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)

About

Linux Service to auto logon in DeLL SonicWall firewall

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •