commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| 2016-01-06 | 2016-01-06 | ||
| /keygen is beta (martin) | example labels (martin) | ||
| Line 155: | Line 155: | ||
| Use ''/comment'' switch to change the key comment. | Use ''/comment'' switch to change the key comment. | ||
| + | |||
| + | For example, to convert key ''mykey.pem'' from OpenSSH format to ''mykey.ppk'' in PuTTY format and set its comment: | ||
| <code batch> | <code batch> | ||
| winscp.com /keygen mykey.pem /output=mykey.ppk /comment="Converted from OpenSSH format" | winscp.com /keygen mykey.pem /output=mykey.ppk /comment="Converted from OpenSSH format" | ||
| </code> | </code> | ||
| + | |||
| + | To change the passphrase of existing ''mykey.ppk'': | ||
| <code batch> | <code batch> | ||