Create VPS for vote.debian.net
## Please provide the specifications that you require: * CPU: 2 cores * RAM: 4GB * Disk space: 20GB * Desired hostname: vote.debian.net * Public SSH key: `ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIObDPPmBm3icdVaORomDz7hE8uZl8T3+TyJ33ent20m+ glondu@malt` ## Please provide details as applicable: What will this instance be used for, who will be the target audience? This will host a [Belenios](https://www.belenios.net/) instance, for the Debian community. Note that Belenios needs to send mails, an SMTP relay will be appreciated. Who will maintain this service? Will it be team maintained? I, Stéphane Glondu, will maintain this service. No team maintenance is planned (but I wouldn't object). Full disclosure: I am upstream of Belenios, which I develop under the umbrella of VCAST, a company that I co-founded. What will you use for backups? Probably some homegrown scripts, using borg. Will you be adding this service to https://wiki.debian.org/Services along with a service page under that name space? (this is not essential, but see this as a reminder to do so if appropriate for the service) Yes. * [X] I agree to follow the [Debian.net Rules](https://docs.debian.net/rules.html) ## Check-list for Debian.Net Team * [x] Select an appropriate platform for the request. * [x] Spin up a VM in the appropriate platform. * [x] Hetzner Only: Add IPv4 and IPv6 reverse-DNS entries. * [x] Add the Debian.Net Team's SSH keys to root's `authorized_keys`. * [x] Set `PasswordAuthentication no` in `sshd_config`, restart `sshd`. * [x] Add an account for the requester `adduser --disabled-password USER`. * [x] Grant sudo access to the requester `adduser USER sudo`. * [x] Unset the user's password, so they can set it themselves: `passwd -d USER` * [x] Add the requester's SSH keys to their account's `authorized_keys`. * [x] Provide IPv4 and IPv6 addresses in a comment, so the requester can create DNS records. * [x] Provide the host SSH fingerprint `ssh-keygen -l -f /etc/ssh/ssh_host_ed25519_key` in a comment. * [x] Add the instance to the [infrastructure repo](https://salsa.debian.org/debian.net-team/infra)
issue