secure ssh.sh Content - wAlber47/Tech-Journal GitHub Wiki
#author walber
#creates a new ssh user using $1 parameter
#adds a public key from the local repo or curled from the remote repo
#removes roots ability to ssh in
echo "ALL YOUR CODE GOES HERE"