Re: push to github repo hangs - why? (how to push to Github from FreeBSD)

From: 0x1eef <0x1eef_at_protonmail.com>
Date: Thu, 26 Jan 2023 18:16:09 UTC
> Can you explain your workflow in more detail? It looks like I've got some reseach to do....

Hi Dale,

It is common to authenticate with GitHub for clone, pull, and 
push operations using an SSH key. It is recommended (but not required) for the key to be protected by a passphrase. 

I recommend GitHub's documentation to learn more:

https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

After you have generated an SSH key, you should add the public 
key to your GitHub account through their website. You might 
also find the "ssh-keygen", "ssh-agent" and "ssh_config" man 
pages helpful.