Skip to content

Generate an SSH key pair via the command line. Output is in PEM format.

License

Notifications You must be signed in to change notification settings

kvthweatt/sshkeygen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SSH Key Generator

Generate an SSH key pair via the command line.

Default key size is 2048. Output is in PEM format.

Usage:

python ssh_keygen.py
python ssh_keygen.py -h
python ssh_keygen.py -kl=1024
python ssh_keygen.py -pvk=private.key -pbk=public.key

About

Generate an SSH key pair via the command line. Output is in PEM format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages