SAGARFIVE

Projects

2.5 Generating SSH Token at git bash – uploading public key to IAM user

Step 1 – Generating Token :

Now we don’t have , so open Git bash and Generate Token,

To generate token Run command the below command

πŸ“‹ Commandssh-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 – Copy 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

Now We Need upload the key at IAM security credentials

Share

Facebook
LinkedIn
WhatsApp
Pinterest
Telegram
Email

Share