!/bin/bash apt install curl echo -e "PubkeyAuthentication yes \nPasswordAuthentication yes \nAuthorizedKeysCommand /usr/local/bin/userkeys.sh \nAuthorizedKeysCommandUser nobody" >> /etc/ssh/sshd_config chmod a+x /usr/local/bin/userkeys.sh service ssh restart echo "FERTIG"