Step 1 – Generating Token :
Now we donβt have , so open Git bash and Generate Token,
To generate token Run command the below command
π Command | ssh-keygen.exe |
π Enter file in which to save the key | <directory-up to .ssh/>/<your-key-name> |
Enter passphrase (empty for no passphrase) : Press Enter | |
Enter same passphrase again: Press Enter | |
Key saved ! shows us the location, when the key stored |
Step 2 – cat the SSH public key: Read the public key using above information
Your Public key has been saved in : /c/Users/sagar/.ssh/P1-ExploreWorld_CodeCommit-SSH-key.pub
π Command | cat /c/Users/sagar/.ssh/P1-ExploreWorld_CodeCommit-SSH-key.pub |
Your Private key has been saved in : /c/Users/sagar/.ssh/P1-ExploreWorld_CodeCommit-SSH-key