Generate a ssh key pair easily for use with various services like SSH , SFTP , Github etc. This tool uses OpenSSL to generate KeyPairs. If you wish to have password authentication for you your keys please provide a password , else a leave it empty for no passphrase .
Once the generation of public private keys is done , you can download or copy the key files.
SSH keys str key pairs based on public key infrastructure (PKI) technology, they are used for digital identity authentication and encryption, to provide a secure and scalable method of authentication.
We recommend using the Type ed25519 for generating key.
Use the normal procedure to generate keys and replace noname in the public key with your github email.
Yes , that is the idea behind this tool to quickly generate keys for ssh clients.
These keys are deleted off the server as soon as the page is rendered .