-
cloud init과 같이 초기 부팅시 [user id: root / password: root ]로 ssh 접속할 수 있도록 세팅하는 bash script다. echo 'root:root' | chpasswd sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config systemctl restart sshd