vault icon indicating copy to clipboard operation
vault copied to clipboard

ssh: Add extensions flag to ssh

Open kirill-aleksandrov opened this issue 2 years ago • 1 comments

#5659

Currently, ssh -mount-point=some_ssh -role=some_role -mode=ca user@host tries to use all possible extensions, even if some are not allowed by the role, and there is no way to provide a list of extensions.

Added flag -extensions accepting a list of ones. I've tested that with an empty list the role's default extensions are used.

Important: Potentially, it's a breaking change since not all extensions might be used by default

kirill-aleksandrov avatar Sep 05 '23 20:09 kirill-aleksandrov

CLA assistant check
All committers have signed the CLA.

hashicorp-cla avatar Sep 05 '23 20:09 hashicorp-cla

Any chance this will be merged soon?

gardar avatar Feb 13 '24 02:02 gardar