Updated 2FA on ssh docs
What does this MR do and why?
Describe in detail what your merge request does and why.
Based on a customer request and a slack discussion it's helpful to indicate that 2FA support on git-shell is exclusively enforced for git operations and not all other internal commands available over ssh. There is a future plan to either move these internal calls behind customer facing APIs, remove them or add 2FA validation for them, but it'd be beneficial to inform users via docs until that time.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.