Github SSH
Setup
ssh-keygen -t rsa -C "${email}"-
ssh -v git@github.comand typeyesfor connectingThe authenticity of host 'github.com (20.27.177.113)' can't be established. ED25519 key fingerprint is SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU. This key is not known by any other names Are you sure you want to continue connecting (yes/no/[fingerprint])? yes -
ssh-agent -s -
ssh-add ~/.ssh/id_rsa -
cat id_rsa.puband paste value to Github SSH Keys -
ssh -T git@github.comHi ${username show here}! You've successfully authenticated, but GitHub does not provide shell access.