#!/bin/bash
cat << EOF >> "/etc/ssh/sshd_config.d/10-cloudimg-settings.conf"
PasswordAuthentication no
EOF