summaryrefslogtreecommitdiff
path: root/src/sshkeys.rs
AgeCommit message (Collapse)AuthorFilesLines
2021-07-24refactor: apply fixes suggested by clippyLars Wirzenius1-2/+2
Sponsored-by: author
2021-03-25refactor: clean up warnings found by clippyLars Wirzenius1-4/+4
2021-03-25feat: give more useful and specific error messagesLars Wirzenius1-12/+37
2021-03-14fix: VMs can be restartedLars Wirzenius1-4/+1
Previously, the temporary file for the cloud-init configuration ISO was left attached to the VM. This meant the VM couldn't be turned off and back on again: the temporary no longer existed. Now we detach the ISO file after the VM has booted. As a side effect, vmadm has gained start and shutdown subcommands, so that the fix can be tested.
2021-03-07doc: add doc comments to crateLars Wirzenius1-0/+37
2021-03-07feat: generate SSH key pairs, create host certificatesLars Wirzenius1-0/+182