kubernetes-operator/pkg/configuration
Piotr Ryba 07d2e5e129
Use ssh.ParseRawPrivateKey to validate ssh private key (#546)
This allows the user to use keys other than PEM encoded RSA. ed25519
is often recommended to be used if it's supported. Using this
algorithm implies the use of OpenSSH key format in ssh-keygen.
2021-04-27 07:21:58 +02:00
..
backuprestore
base
user Use ssh.ParseRawPrivateKey to validate ssh private key (#546) 2021-04-27 07:21:58 +02:00
configuration.go