summaryrefslogtreecommitdiff
path: root/src/cloudinit.rs
AgeCommit message (Expand)AuthorFilesLines
2022-11-05refactor: move the cloud init Python script to a separate fileLars Wirzenius1-92/+1
2022-11-05fix: drop unnecessary borrowLars Wirzenius1-1/+1
2022-10-09Revert "refactor and more: move Python script for cloud-init out of Rust"Lars Wirzenius1-1/+92
2022-10-06refactor and more: move Python script for cloud-init out of RustLars Wirzenius1-92/+1
2022-09-09chore: use unwrap_or instead of more complicated structureLars Wirzenius1-2/+2
2022-04-29feat: optionally turn off authorized keys support in SSH serverLars Wirzenius1-0/+6
2022-04-07feat: add a user_ca_pubkey field to config, specLars Wirzenius1-1/+24
2021-08-06chore: fix small problems found by clippyLars Wirzenius1-2/+2
2021-07-24refactor: simplify Ok(...?) to just ...Lars Wirzenius1-2/+2
2021-03-25feat: give more useful and specific error messagesLars Wirzenius1-8/+25
2021-03-14fix: VMs can be restartedLars Wirzenius1-1/+1
2021-03-07doc: add doc comments to crateLars Wirzenius1-0/+27
2021-03-07fix: install private part of generated host key, not publicLars Wirzenius1-1/+5
2021-03-07feat: generate SSH key pairs, create host certificatesLars Wirzenius1-6/+31
2021-03-01feat: change how command line interface worksLars Wirzenius1-1/+1
2021-03-01fix: tidy up code based on suggestions from clippyLars Wirzenius1-12/+3
2021-02-28feat: export cloud-init config, set SSH host keysLars Wirzenius1-57/+250
2021-01-24moarLars Wirzenius1-1/+60
2021-01-24feat: add initial CloudInitConfigLars Wirzenius1-0/+51