Help Guide For Software Engineer
Thursday, July 4, 2013
Create RSA public & private keys in Linux
Using following command you can create public & private keys in Linux.
ssh-keygen -t rsa
This command can be executed in any SSH enabled Linux machine. RSA keys will be stored in .ssh directory created in your home directory.
Newer Post
Older Post
Home