aboutsummaryrefslogtreecommitdiff
path: root/ssh.conf (follow)
Commit message (Expand)AuthorAgeFilesLines
* ssh.conf: Add commented useful debug lineEuAndreh2021-07-251-0/+1
* Add ssh.confEuAndreh2021-03-231-0/+17
* Use Ansible instead of Bash for provisioning•••The deployment is not quite working, and I'm unable to test right now: DigitalOcean is returning 503 for my requests. As of this commit, I can run =ansible-playbook provider.yml= more than once and it will actually be idempotent. Notes: - SSH fingerprint are now taken from the public key file instead of manually supplying it in the terraform template using the =digitalocean_ssh_key= resource; - use Ansible instead of ad-hoc Bash scripts for provisioning the Droplets created by Terraform; - use the =filename.env.extension= to create the concrete files in CI; - use the =user_data= to add the know SSH key pair to the newly created Droplet; - add =rotate-ssh-keys.sh= utils; EuAndreh2019-06-051-6/+0
* Disable StrictHostKeyChecking for CI SSH configurationEuAndreh2019-05-281-0/+2
* Rename ./secrets/id_rsa{.pub} -> ./secrets/vps_box{.pub}EuAndreh2019-05-281-1/+1
* Disable StrictHostKeyChecking for SSH accessEuAndreh2019-05-261-0/+1
* Prepare builds.sr.ht CI environment before running build tasks•••Make content of .envrc available to subsequent build jobs. EuAndreh2019-05-261-0/+3