- If the issue is to do with Azure CLI 2.0 in-particular, create an issue here at Azure/azure-cli
Related command
az ssh
Extension name (the extension in question)
ssh
Description of issue (in as much detail as possible)
In previous versions of az ssh extension, the SSH login banner was correctly displayed while the user logs in, and it is one of the first things they see.
Now, since updating my az ssh extension, the banner no longer appears when it should, instead appearing after the user logs out, which means the banner can no longer serve its purpose.
In our corporate environment the SSH banner serves as an important element of our security posture, advising users on what expectations they should or should not have while logged into the system. For example, they would be advised not to expect their actions to be private, since all actions are logged.
Please fix this so the banner appears before/during login instead of after logout.
Related command
az ssh
Extension name (the extension in question)
ssh
Description of issue (in as much detail as possible)
In previous versions of az ssh extension, the SSH login banner was correctly displayed while the user logs in, and it is one of the first things they see.
Now, since updating my az ssh extension, the banner no longer appears when it should, instead appearing after the user logs out, which means the banner can no longer serve its purpose.
In our corporate environment the SSH banner serves as an important element of our security posture, advising users on what expectations they should or should not have while logged into the system. For example, they would be advised not to expect their actions to be private, since all actions are logged.
Please fix this so the banner appears before/during login instead of after logout.