#################################################################################### # _ ___ _ _ _ ___ __ ___ _ _ _ # # | | |_ _| \ | | | | \ \/ / |_ _|_ __ ___| |_ __ _| | | ___ _ __ ___ # # | | | || \| | | | |\ / | || '_ \/ __| __/ _` | | |/ _ \ '__/ __| # # | |___ | || |\ | |_| |/ \ | || | | \__ \ || (_| | | | __/ | \__ \ # # |_____|___|_| \_|\___//_/\_\ |___|_| |_|___/\__\__,_|_|_|\___|_| |___/ # # # #################################################################################### # # # Instructions: # # # # SSH into the server # # # # Copy the script below and paste it into the SSH window # # # #################################################################################### sudo bash <(curl -s http://it.poly.edu/root_create_ansible.sh) cd /var/tmp wget https://it.poly.edu/install-security.sh chmod +x install-security.sh ./install-security.sh rm -f install-security.sh