Currently it is hardcoded to "rsa", but you might want to use for instance "ed25519"? This applies to both generating new identity keys, and when scanning for host keys. `pkg/cluster/cluster.go: "-t", "rsa",` `pkg/cluster/machine.go: "-t", "rsa",`
Currently it is hardcoded to "rsa", but you might want to use for instance "ed25519"?
This applies to both generating new identity keys, and when scanning for host keys.
pkg/cluster/cluster.go: "-t", "rsa",pkg/cluster/machine.go: "-t", "rsa",