Search Docker Hub
putty-tools
By luiszbm
putty-tools in a container
1.9K
putty-tools in a container, you can for example convert .ppk keys to openssh format with this image, without installing putty-tools in your local machine.
docker run --rm -ti \ -v $PWD:/keys \ luiszbm/putty-tools puttygen key.ppk -O private-openssh -o key-openssh
Content type
Image
Digest
sha256:a37878591…
Size
3.9 MB
Last updated
almost 4 years ago
docker pull luiszbm/putty-tools