Differences

This shows you the differences between the selected revisions of the page.

2026-05-20 2026-05-20
no summary (martin) no summary (martin)
Line 37: Line 37:
==== Entra ID OpenSSH certificate authentication ==== ==== Entra ID OpenSSH certificate authentication ====
-As of May 2026, Entra ID OpenSSH certificate authentication is still a preview feature that you need to register for. In //Preview Features// view, search for //"SFTP Entra ID Support"// and click //Register//.+As of May 2026, Entra ID OpenSSH certificate authentication is still a preview feature that you need to register for. In //Preview Features// view, search for //"SFTP Entra ID Support"// and click //Register//. The certificate can be generated using any Azure API, for example with Azure CLI. 
 + 
 +To generate the certificate with Azure CLI, make sure that you: 
 + 
 +  * have Azure CLI installed, 
 +  * are logged in (''az login'') and 
 +  * have ''sftp'' extension installed (''az extension add --name sftp''). 
 + 
 +Generate a certificate with: 
 +<code batch> 
 +az sftp --cert --file .\my_cert.pub 
 +</code>
===== Further reading ===== ===== Further reading =====

Last modified: by martin