mirror of
https://github.com/containers/podman.git
synced 2025-06-24 19:42:56 +08:00
Merge pull request #21125 from jakecorrenti/single-ssh-key
machine: Use a single ssh key for all machines
This commit is contained in:
@ -41,9 +41,6 @@ func init() {
|
||||
formatFlagName := "force"
|
||||
flags.BoolVarP(&destroyOptions.Force, formatFlagName, "f", false, "Stop and do not prompt before rming")
|
||||
|
||||
keysFlagName := "save-keys"
|
||||
flags.BoolVar(&destroyOptions.SaveKeys, keysFlagName, false, "Do not delete SSH keys")
|
||||
|
||||
ignitionFlagName := "save-ignition"
|
||||
flags.BoolVar(&destroyOptions.SaveIgnition, ignitionFlagName, false, "Do not delete ignition file")
|
||||
|
||||
|
Reference in New Issue
Block a user