Container with putty-tools. Used to convert a "ppk" file to a private and public key.
4.0K
This container can be used to convert a ppk file, which is generated by PuTTYgen to a private and public key.
docker run --rm \
--volume=/path/to/file.ppk:/tmp/id.ppk \
--volume=/path/to/output:/tmp/out/ \
czerasz/putty-tools
Where:
/path/to/file.ppk - local path to your ppk file/path/to/output - local path to where the private and public key should be placed"Content type
Image
Digest
Size
49.8 MB
Last updated
about 10 years ago
docker pull czerasz/putty-tools