3da261518b
* Add generation support for other SSH CA key types This adds two new arguments to config/ca, mirroring the values of PKI secrets engine but tailored towards SSH mounts. Key types are specified as x/crypto/ssh KeyAlgo identifiers (e.g., ssh-rsa or ssh-ed25519) and respect current defaults (ssh-rsa/4096). Key bits defaults to 0, which for ssh-rsa then takes a value of 4096. Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Add documentation on key_type, key_bits for ssh/config/ca Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Add changelog Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> |
||
---|---|---|
.. | ||
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 |