How to Connecting to GitHub with SSH key using Shell script
This is something that I had to work on as a part of a task which is allocated for me. Let me explain the background of the issue that I had to face. I had to clone a Github repository in aws instance. I used a python script to…