Differences
This shows you the differences between the selected revisions of the page.
| 2026-05-21 | 2026-05-21 | ||
| no summary (martin) | no summary (martin) | ||
| Line 56: | Line 56: | ||
| <code batch> | <code batch> | ||
| + | call az sftp cert --file .\id_rsa-cert.pub --yes | ||
| + | winscp.com /keygen id_rsa /output=id_rsa.ppk /certificate=id_rsa-cert.pub | ||
| </code> | </code> | ||
| + | The ''id_rsa.ppk'' file generated by above batch file contains both the certificate and the private key. So you only need to specify this one file in WinSCP session configuration. A separate certificate file is no longer needed. | ||
| ===== Further reading ===== | ===== Further reading ===== | ||