a bash script that kicks users out when trying to log into your Arista switch
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
kickout prompt screen allows you to choose between periodically kicking users out or kick all users out only once
All kickouts are logged and can be viewed
cd /path/to/kickout
cat kickout.log