Skip to content

shashank68/server_access_control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Access Control

A django web application that facilitates centralized linux user management through a web interface.

Features

  • Creates a user in a required server. (Automated login)
  • Revoke access from a user when needed.
  • Generates temporary password during user creation

Running

    pip3 install -r requirements.txt
    python3 manage.py makemigrations
    python3 manage.py migrate
    
    python3 manage.py runserver

Then add the client servers details from the web interface.

About

Centralized linux user management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published