Last active
September 29, 2021 19:12
-
-
Save hbt/1c0effda060a720d42ea6017ba1e68ea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
for entry in "/var/www/vhosts"/*pixeldev.com | |
do | |
cd $entry | |
mv .ssh/authorized_keys .ssh/auth.bak | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment