Testing repository for SSH key management. This is purely for learning purposes only to help better understand bash scripting and secruity practices. Feedback is appreciated
This script consists of 3 different encrypted files/lists:
-
serverlist: Nicknames(Aliases) of the servers for easy identification
-
identity.conf: Matches the nicknames(aliases) to an ID # that points to the file with the ip and user name
-
./server_list/: Directory with the ip and username of each server each encrypted with a randomly numbered filename
** Be aware this is purely a bash script and must be run within this directory. Running this script outside of this directory will break file pathing