How-To Setup SSH Keys for GitHub Using GitBash (+Bonus Tips) #SSHKeys #SSHKeysForGithub

preview_player
Показать описание
===========================================================================
**** 🎧 How To Setup SSH Keys for GitHub Using GitBash (+Bonus Tips) 🎧 ****
===========================================================================

----------------------------------------------------------
📋 📜 Platform / Techstack 📜 📋
----------------------------------------------------------
✔️ GitHub
✔️ OpenSSH
✔️ Git for Windows (GitBash)
✔️ MS Windows Operating System

-----------------------------------------------------
🏃 👣 Highlights / Steps 👣 🏃
-----------------------------------------------------
✔️ Starting / Verifying ssh-agent
✔️ Generate SSH Keys using ssh-Keygen (OpenSSH)
✔️ Setting up SSH Keys using ssh-agent (GitBash) and GitHub
✔️ SSH Authentication between GitBash and GitHub
✔️ Setting / Changing SSH Key Passphrases
✔️ Checking / Deleting existing SSH Keys

-------------------------------------------
📋 📜 Notes 📜 📋
-------------------------------------------

== For checking your SSH verion :
$ ssh -V
OpenSSH_8.3p1, OpenSSL 1.1.1g 21 Apr 2020

== Setting your Global Username and Email :

== Check if you already have any SSH keys which you can use :
$ ls -al ~/.ssh

== Generating SSH Keys using OpenSSH and generating SSH keys with ssh-keygen

== Start the ssh-agent in the background
$ eval $(ssh-agent -s)

== Add your Private key to SSH Agent :
$ ssh-add ~/.ssh/id_rsa

== Test your GitBash authentication with Github

== For changing passphrase of an existing ssh key, use :
$ ssh-keygen -p

== For removing 'ALL' private keys from the ssh-agent :
$ ssh-add -D

== For removing 'A Single' named private key from the ssh-agent :
$ ssh-add -d /home/user/.ssh/id_rsa

--------------------------------------------------------------------------------------------------
🌐 🔗 Reference Links 🔗 🌐
--------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------
💬 😊 More About Automation Dojos 😊 💬
-------------------------------------------------------------------------

-------------------------------------------------------------------
👏 ❤️ Support Automation Dojos ❤️ 👏
-------------------------------------------------------------------
Please consider making a donation to the following charity:

Disclaimer: The contents and information on this channel are for educational and informational purposes only. Despite our best endeavors, we cannot guarantee that there are no mistakes or errors. Hence we advise the audience to do their own research and should you decide to act upon any information provided here, you do so at your own risk. Also, the contents of this channel are not affiliated in any way with any organization. The views and opinions expressed are those of the channel publisher/author and do not necessarily reflect the views of any entities they represent.

#SSH #ADojo #AutomationDojos #SSHKeys #SSHKeysForGithub
Рекомендации по теме
Комментарии
Автор

Great Man, I was watching ur video, on my company's pc, and I was not logged in, so I opened my mobile just to like, subscribe and comment.

Great man, each thing is explained so smoothly, keep it up.

This video is great. 👍

siddhantsrivastava
Автор

this was perfect. Thank you thousend times! Sad that a thank you is not enough, but im poor now... but with your help, who knows. And then i will get back to you :)

jonesfischer
Автор

Thanks!

This really helped. I was getting frustrated working through a Git tutorial.

pdxdragon
Автор

Great video man, thankyou very much. Shells, cli's and all these commands are very impressive. May I ask how did you learn this stuff? its kind of fascinating, heard once that it has to do with unix/linux

Tanguylecoutre
Автор

I am unable to paste the SSH key...what is the reason behind it..

rishipriyadas
Автор

How can we change the default name which is already set in gitbash that is id_rsa how can we change it

namritasingh