Skip to content

czerasz/docker-putty-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages