Daily Archives: January 13, 2020

Cool Password Script

Today I got a cool password script working to change a bunch of accounts and email the passwords encrypted with GPG. #!bin/bash pushd /run PWDFILE=hostname.txt echo $PASSWORD touch $PWDFILE chmod 0600 $PWDFILE echo “New Passwords” >> $PWDFILE date >> $PWDFILE … Continue reading

Posted in Technical, Training, Weigh In | Leave a comment