Skip to content

Commit 71c9c7f

Browse files
authored
Update howto-vm-sign-in-azure-ad-linux.md
1 parent 8dd3512 commit 71c9c7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/devices/howto-vm-sign-in-azure-ad-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -463,13 +463,13 @@ Solution 2: Perform these actions:
463463
464464
Virtual machine scale set VM connections may fail if the virtual machine scale set instances are running an old model. Upgrading virtual machine scale set instances to the latest model may resolve issues, especially if an upgrade hasn’t been done since the Azure AD Login extension was installed. Upgrading an instance applies a standard virtual machine scale set configuration to the individual instance.
465465
466-
### AllowGroups / DenyGroups statements in sshd_config cause first login to fail for AAD users
466+
### AllowGroups / DenyGroups statements in sshd_config cause first login to fail for Azure AD users
467467
468-
Cause 1: If sshd_config contains either AllowGroups or DenyGroups statements, the very first login fails for AAD users. If the statement was added after a user already has a successful login, they can log in.
468+
Cause 1: If sshd_config contains either AllowGroups or DenyGroups statements, the very first login fails for Azure AD users. If the statement was added after a user already has a successful login, they can log in.
469469
470470
Solution 1: Remove AllowGroups and DenyGroups statements from sshd_config.
471471
472-
Solution 2: Move AllowGroups and DenyGroups to a "match user" section in sshd_config. Make sure the match template excludes AAD users.
472+
Solution 2: Move AllowGroups and DenyGroups to a "match user" section in sshd_config. Make sure the match template excludes Azure AD users.
473473
474474
## Next steps
475475

0 commit comments

Comments
 (0)