Container with putty-tools

This container can be used to convert a ppk file, which is generated by PuTTYgen to a private and public key.

Usage

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"

Resources