Sign inSign up

czerasz/putty-tools

By czerasz

Updated about 10 years ago

Container with putty-tools. Used to convert a "ppk" file to a private and public key.

Image
1

4.0K

czerasz/putty-tools repository overview

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

Tag summary

Content type

Image

Digest

Size

49.8 MB

Last updated

about 10 years ago

docker pull czerasz/putty-tools