Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 602 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 602 Bytes

kickout

a bash script that kicks users out when trying to log into your Arista switch

Deployment

scp the repo after cloning it to your local machine

  scp /path/to/repo/clone/kickout user_role@arista_switch:/preferred/path

change privileges for kickout.arista_switch

   chmod +x kickout.sh

run the script

   ./kickout.sh

Appendix

kickout prompt screen allows you to choose between periodically kicking users out or kick all users out only once

Logs

All kickouts are logged and can be viewed

   cd /path/to/kickout
   cat kickout.log