Using Debian 10.5.
- Install with no GUI, yes SSH server
- Sign in, su to root
- Install vim
- Change default editor:
# update-alternatives --set editor /usr/bin/vim.basic
- Run the apt-installs script
- Set up AutoSSH service
- At least ports 22 and 443. File goes in /etc/systemd/system/, then daemon-reload.
- Run repoclone and install the requirements and packages.
- Note as of 10/6/2020 there is a pyasn1 error. apt remove python3-pyasn1 and then install pyasn1 via pip.