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
After authentication, run the same command to download the certificate:
117
117
118
118
```azurecli
119
-
az sftp cert --public-key-file /id_rsa.pub --file /my_cert.pub
119
+
az sftp cert --public-key-file ./id_rsa.pub --file ./my_cert.pub
120
120
```
121
121
122
122
#### [Azure PowerShell](#tab/azurepowershell)
@@ -130,13 +130,13 @@ Connect-AzAccount
130
130
Generate the OpenSSH certificate by using [PowerShell Az.Sftp](https://www.powershellgallery.com/packages/Az.Sftp/0.1.0) as shown in the following example:
0 commit comments