github.com/MetalBlockchain/metalgo@v1.11.9/.github/packer/clean-public-ami.sh (about) 1 #!/bin/sh 2 3 echo "Clearing out public ssh keys" 4 5 rm -f /root/.ssh/authorized_keys 6 rm -f /home/ubuntu/.ssh/authorized_keys