Open rl1987 opened 1 year ago
@rl1987 Interesting, what OS are you using with DO? Can you try with Ubuntu 20.04?
Debian 11. The command in provisioning script that would be executed via cloud-init is:
printf "\n1\nn\ndo\ny\n$(cat do_token.txt)\nsfo3\n\n\n\n\nquest\nbarebones\n\n\n" | ./axiom-configure
I'll try experimenting some more to isolate the issue better.
Not getting the prompt on Ubuntu 20.04.
Tried this again and the problem resurfaced.
My attempt to fix this: https://github.com/pry0cc/axiom/pull/779
There's this line in axiom-configure script:
If OpenSSH is already installed, installing
openssh-server
via APT may present a dialog asking the user if they want to keep the existing configuration or not. This is a show-stopper for unattended, automated installations in Debian-ish server environment, such as Digital Ocean instances.