SSH Keys and Github

  Рет қаралды 10,557

Susan B.

Susan B.

Күн бұрын

Пікірлер: 55
@benitajonah4989
@benitajonah4989 Жыл бұрын
You have no idea how grateful I am for this omg. Thank you😭. I’ve spent days trying to get over this and it finally worked! Thank you so much.
@nagarajubattula2857
@nagarajubattula2857 Жыл бұрын
Thank you so much for such a clear and thorough tutorial! So appreciated!
@dionnecf
@dionnecf Жыл бұрын
This video is brilliant. So clear and straight to the point. Saved me a lot of wasted time. Thank you
@camsmith931
@camsmith931 10 ай бұрын
Thanks you - really helpful easy to follow tutorial, especially supplying notes to accompany the video.
@TheTomorrowDream
@TheTomorrowDream 2 ай бұрын
Perfectly explained, thank you so much !
@nicolaecomaniciu6489
@nicolaecomaniciu6489 Ай бұрын
Excellent video. All the documentation was narrowed down here perfectly
@codewithsusan
@codewithsusan Ай бұрын
Glad it was helpful.
@vasudevanbelakavadi9067
@vasudevanbelakavadi9067 11 ай бұрын
Superb Simple Explanation - To The Point !
@dreamArmy34
@dreamArmy34 Жыл бұрын
Thank you so much !! Your video was really concise and clear.
@SayedAli-vi2dz
@SayedAli-vi2dz 4 ай бұрын
Thank you so much Susan, this helped me a lot !!
@middle-classgirl4671
@middle-classgirl4671 Жыл бұрын
you saved my life
@sydvic7584
@sydvic7584 Жыл бұрын
this video saved me a lot of time and headache
@EvansRutto-kd8fw
@EvansRutto-kd8fw Жыл бұрын
Thank you so much you are a savior
@sachinshrestha5562
@sachinshrestha5562 Жыл бұрын
This video so much helpful . Thank you
@upendrabalija9835
@upendrabalija9835 Жыл бұрын
This is very useful.
@codewithsusan
@codewithsusan Жыл бұрын
Glad you found it helpful, Upendra.
@upendrabalija9835
@upendrabalija9835 Жыл бұрын
@@codewithsusan Thank you so much for this video 👏
@souhardyadas5204
@souhardyadas5204 Жыл бұрын
Nice explanation
@Stampfff
@Stampfff Жыл бұрын
Thanks, very helpful!
@lepetit1527
@lepetit1527 Жыл бұрын
”Subscribed!”
@cintabazan7812
@cintabazan7812 Жыл бұрын
Nice
@naelalshowaikh612
@naelalshowaikh612 4 ай бұрын
this is very helpful thanks
@datboyblu3
@datboyblu3 Жыл бұрын
subscribed!
@erikruiz9975
@erikruiz9975 Жыл бұрын
Thank you! Subscribed
@Vividcurves
@Vividcurves Жыл бұрын
this is great
@iamzero8608
@iamzero8608 Жыл бұрын
awesome!
@gabrielcardoso7883
@gabrielcardoso7883 Жыл бұрын
awesome thank u for this 💙
@codewithsusan
@codewithsusan Жыл бұрын
Welcome 😊
@jonathanarron6203
@jonathanarron6203 7 ай бұрын
Thank you so much!!
@Pavelbrov
@Pavelbrov Жыл бұрын
Thank you for the great tutorial and eloquent speech! I have a question: at 7:50, you added a key to the config file, but since there are many other files, how does SSH determine which one to use in each case?
@codewithsusan
@codewithsusan Жыл бұрын
Good question! It will try each of them you have listed, stopping if it gets to one that works. To see the details of this, you can add the -v (verbose) flag to your SSH command (ssh -Tv git@github.com) and it will show you all the details of the connection attempt, including output on which keys it tries.
@Pavelbrov
@Pavelbrov Жыл бұрын
It seems it tries only the first key in the list and if the key is wrong, then the process fails. So we have to put the key at the top to make it work(
@binhnguyenhuu9860
@binhnguyenhuu9860 Жыл бұрын
Thank you so much !!
@user-xx9vu8qs9c
@user-xx9vu8qs9c Жыл бұрын
Thank you so much for such
@alfredboateng2321
@alfredboateng2321 11 ай бұрын
thank you
@bryanloor2802
@bryanloor2802 11 ай бұрын
Thanks
@elkhalfi9944
@elkhalfi9944 Жыл бұрын
nice!
@lepetit1527
@lepetit1527 Жыл бұрын
thanks
@gabrielnwankwo
@gabrielnwankwo 11 ай бұрын
nice
@Uri77
@Uri77 Жыл бұрын
I did all steps in ubuntu 22.04 aws instance, I'm succesfully authenticated... but when I try to clone.... ... fatal: could not create work tree dir 'my-repo': Permission denied
@codewithsusan
@codewithsusan Жыл бұрын
See my reply here: kzbin.info/www/bejne/mWe9pJ2Fq6yAfa8&lc=UgzMGTlafbxh1sgYayh4AaABAg.9tAAWEHKmRm9tCBkgMJQR9
@muhammadriyan4084
@muhammadriyan4084 11 ай бұрын
great
@scarlettgriffith5095
@scarlettgriffith5095 5 ай бұрын
Thanks for video. I want to create SSH key, but I want other users also can use ssh to run git clone. what should I do?
@codewithsusan
@codewithsusan 5 ай бұрын
In the settings for a repository on Github there is a Collaborators section where you can give other Github users access to that repository. As long as they have a SSH key set up with Github for the account you give access to, they should be able to clone the repository.
@manuelpinto504
@manuelpinto504 Жыл бұрын
Pedidos de vídeos futuros
@richard_loosemore
@richard_loosemore Ай бұрын
You might get a weird message when you try to test the ssh key at GitHub (using ssh -T git@github.com): The authenticity of host 'github.com (140.82.114.4)' 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])? The solution is quite simple. According to GitHub Docs, "Testing your SSH connection", you should look at the fingerprint it gives in the message and compare it with the official fingerprint at GitHub (see link on that doc page), and if the two match, you can go ahead and reply "yes" to the question and everything will be fine from that point on. Of course, you could just reply "yes" without checking that they match, but that would leave you open to a classic man-in-the-middle attack, which would be awfully embarrassing. 🙂.
@Cool_Monk-ey
@Cool_Monk-ey Ай бұрын
thanks for that brother, I got this after that "Hi USERNAME! You've successfully authenticated, but GitHub does not provide shell access." is there anything wrong with this?
@pdilshan2536
@pdilshan2536 Жыл бұрын
gg
@SKYNJ.Studio
@SKYNJ.Studio Жыл бұрын
e
@anishasrivastava5207
@anishasrivastava5207 Жыл бұрын
Thank you so much for such a clear and thorough tutorial! So appreciated!
@codewithsusan
@codewithsusan Жыл бұрын
Thanks for watching!
@ashishsinha
@ashishsinha 11 ай бұрын
Thank you so much !! Your video was really concise and clear.
@RaBBiiT666
@RaBBiiT666 Жыл бұрын
subscribed!
@user-sq3ti6nw5m
@user-sq3ti6nw5m 11 ай бұрын
Nice
@pdilshan2536
@pdilshan2536 Жыл бұрын
gg
SSH Keys
10:12
RobEdwards
Рет қаралды 113 М.
Authenticating on multiple GitHub accounts using SSH
13:53
A shot of code
Рет қаралды 42 М.
АЗАРТНИК 4 |СЕЗОН 1 Серия
40:47
Inter Production
Рет қаралды 1,3 МЛН
Whoa
01:00
Justin Flom
Рет қаралды 57 МЛН
Setting Up SSH Keys for GitHub
10:43
Victor Geislinger
Рет қаралды 171 М.
Fix for SSH Permission Denied (Public Key)
12:57
Susan B.
Рет қаралды 85 М.
SSH into Remote VM with VS Code | Tunneling into any cloud | GCP Demo
10:26
GitHub and Git workflow explained
33:58
Code with Ahsan
Рет қаралды 1,4 М.
How to use Multiple SSH Keys | Managing Different SSH Keys on your System
21:29
School Of Basics | What is SSH | How SSH works
10:43
Automation Step by Step
Рет қаралды 110 М.
Push code to GitHub with an SSH key
13:51
Digital CEO
Рет қаралды 28 М.
Never install locally
5:45
Coderized
Рет қаралды 1,8 МЛН
How SSH Works
8:54
Mental Outlaw
Рет қаралды 534 М.
Git vs. GitHub: What's the difference?
10:06
IBM Technology
Рет қаралды 392 М.
АЗАРТНИК 4 |СЕЗОН 1 Серия
40:47
Inter Production
Рет қаралды 1,3 МЛН