Using the command line :
Enter
Enter ls -al ~/.ssh to see if existing SSH keys are present
In.
In the terminal show is shows:No No directory exist
Then
Then generate a new SSH key
Step
Step 1.
ssh-keygen -t rsa -b 4096 -C "[email protected]" step 2.
Enter a file in which to save the key (/Users/you/.ssh/id_rsa): <here is file name and enter the key> step 3.
Enter passphrase (empty for no passphrase): [Type a password] Enter same passphrase again: [Type password again]