Skip to main content
Active reading [<http://english.stackexchange.com/questions/4645/is-it-ever-correct-to-have-a-space-before-a-question-or-exclamation-mark#comment206109_4645> <https://www.youtube.com/watch?v=1Dax90QyXgI&t=17m54s>].
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

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] 

Using command line  :
Enter ls -al ~/.ssh to see if existing SSH keys are present
In the terminal show :No directory exist
Then generate new SSH key
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] 

Using the command line:

Enter ls -al ~/.ssh to see if existing SSH keys are present.

In the terminal is shows: No directory exist

Then generate a new SSH key

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] 
Source Link
jsingh
  • 1.4k
  • 13
  • 24

Using command line :
Enter ls -al ~/.ssh to see if existing SSH keys are present
In the terminal show :No directory exist
Then generate new SSH key
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]