SAP / secret-generator

Kubernetes Secret Generator
Apache License 2.0
5 stars 0 forks source link

Feature request: SSH key support #92

Open bo0tzz opened 4 months ago

bo0tzz commented 4 months ago

Support for generating both client and host SSH keys would be very useful.

cbarbian-sap commented 4 months ago

Probably, https://pkg.go.dev/golang.org/x/crypto/ssh could be used.

It would be necessary to define which parameters should be possible to be supplied via the generator string.