Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parts/linux/cloud-init/artifacts/cse_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ configureSSHPubkeyAuth() {

# AAD SSH extension will append following section to the end of sshd_config,
# so we need to check the "Match" section, and only update "PubkeyAuthentication" outside of it.
# Match User *@*,????????-????-????-????-????????????    # Added by aadsshlogin installer
# Match User *@*,????????-????-????-????-???????????? # Added by aadsshlogin installer
# AuthenticationMethods publickey
# PubkeyAuthentication yes
# AuthorizedKeysCommand /usr/sbin/aad_certhandler %u %k
Expand Down
Loading