This script requires the following libraries to be installed:
- sshpass
- xmllint
- dos2unix
-
Clone this repository to your local machine.
-
Ensure all prerequisite libraries are installed on your system.
-
Edit the
credentials.xmlfile with your actual SSH details. -
Run the following commands:
dos2unix credentials.xmldos2unix TechOps.shchmod +x TechOps.sh -
Execute script with the following commands:
./TechOps.sh -
Choose an action from the available options presented in the script.
If you encounter any bugs or issues, please report them to techops@wisdmlabs.com
- Make sure to replace the placeholder values in
credentials.xmlwith your actual SSH credentials. - The script uses
dos2unixto ensure proper line endings for Unix-like systems. - After running the script, follow the prompts to choose your desired action.
Remember to handle sensitive information securely, especially when dealing with SSH credentials.