Setting Up a Public/Private Key Pair on Centos
- March 28, 2017
First you have to create the public and private key pair files. Open the Terminal application Execute the following command ssh-keygen -t rsa Go through the questions and answer. Most of the time the defaults are fine. This will generate two files in your user’s ~/.ssh/ directory (if you followed the defaults). The first one, […]