Posted in linux
259
1:24 am, April 3, 2021

start ssh and add key git

i usually add this to a .sh file and make it +x to run ssh agent and add the github key

bash

eval "$(ssh-agent -s)"
ssh-add ~/.ssh/github

start ssh and add key git Demo

View Demo Full Screen View Demo New Tab

start ssh and add key git Code

Related Tags

No Items Found.

Add Comment
Type in a Nick Name here