You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does not look that way. Here is MSFT statement about RSA algorithm deprecation in Azure Repos
They require keys generated with RSA-SHA2-256 or RSA-SHA2-512 cipher (e.g. -t rsa-sha2-512 in ssh-keygen). The one generated as -t rsa is throttled and will be declined RSN, no matter the client
Terraform CLI and Provider Versions
1.8.1
Use Cases or Problem Statement
To connect through ssh with Azure Repos, a key is required with either rsa-sha2-256 or rsa-sha2-512 signature algorithm.
Proposal
Please add an option in the resource
tls_private_key
to target one of these signatures.How much impact is this issue causing?
High
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: