d72fb08884
* Allow OpenSSH-style key type identifiers To bring better parity with the changes of #14008, wherein we allowed OpenSSH-style key identifiers during generation. When specifying a list of allowed keys, validate against both OpenSSH-style key identifiers and the usual simplified names as well ("rsa" or "ecdsa"). Notably, the PKI secrets engine prefers "ec" over "ecdsa", so we permit both as well. Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Fix missing quote in docs |
||
---|---|---|
.. | ||
cmd/ssh | ||
backend.go | ||
backend_test.go | ||
communicator.go | ||
linux_install_script.go | ||
path_config_ca.go | ||
path_config_ca_test.go | ||
path_config_zeroaddress.go | ||
path_creds_create.go | ||
path_fetch.go | ||
path_keys.go | ||
path_lookup.go | ||
path_roles.go | ||
path_sign.go | ||
path_verify.go | ||
secret_dynamic_key.go | ||
secret_otp.go | ||
util.go |