SSH Keys and Github

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 59

  • @warrenodonoghue2983
    @warrenodonoghue2983 18 дней назад

    Awesome!! One of the best and easiest Terminal and GitHub video tutorials I've seen 🙏

  • @thecodekitten
    @thecodekitten Год назад +4

    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 Год назад +3

    Thank you so much for such a clear and thorough tutorial! So appreciated!

  • @dionnecf
    @dionnecf Год назад +1

    This video is brilliant. So clear and straight to the point. Saved me a lot of wasted time. Thank you

  • @camsmith931
    @camsmith931 Год назад +2

    Thanks you - really helpful easy to follow tutorial, especially supplying notes to accompany the video.

  • @azuboof
    @azuboof Месяц назад

    Lovely. Thank you ms. susan simple concise and helpful

  • @nicolaecomaniciu6489
    @nicolaecomaniciu6489 2 месяца назад

    Excellent video. All the documentation was narrowed down here perfectly

  • @TheTomorrowDream
    @TheTomorrowDream 4 месяца назад +1

    Perfectly explained, thank you so much !

  • @sydvic7584
    @sydvic7584 Год назад

    this video saved me a lot of time and headache

  • @johnkottis
    @johnkottis 15 дней назад

    Great work!

  • @vasudevanbelakavadi9067
    @vasudevanbelakavadi9067 Год назад

    Superb Simple Explanation - To The Point !

  • @dreamArmy34
    @dreamArmy34 Год назад

    Thank you so much !! Your video was really concise and clear.

  • @EvansRutto-kd8fw
    @EvansRutto-kd8fw Год назад +1

    Thank you so much you are a savior

  • @SayedAli-vi2dz
    @SayedAli-vi2dz 6 месяцев назад

    Thank you so much Susan, this helped me a lot !!

  • @middle-classgirl4671
    @middle-classgirl4671 Год назад +1

    you saved my life

  • @upendrabalija9835
    @upendrabalija9835 Год назад +1

    This is very useful.

  • @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(

  • @iamzero8608
    @iamzero8608 Год назад +1

    awesome!

  • @souhardyadas5204
    @souhardyadas5204 Год назад

    Nice explanation

  • @sachinshrestha5562
    @sachinshrestha5562 Год назад

    This video so much helpful . Thank you

  • @alfredboateng2321
    @alfredboateng2321 Год назад

    thank you

  • @Stampfff
    @Stampfff Год назад

    Thanks, very helpful!

  • @scarlettgriffith5095
    @scarlettgriffith5095 6 месяцев назад

    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  6 месяцев назад

      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.

  • @cintabazan7812
    @cintabazan7812 Год назад +1

    Nice

  • @jonathanarron6203
    @jonathanarron6203 9 месяцев назад

    Thank you so much!!

  • @Vividcurves
    @Vividcurves Год назад +1

    this is great

  • @manuelpinto504
    @manuelpinto504 Год назад

    Pedidos de vídeos futuros

  • @bryanloor2802
    @bryanloor2802 Год назад

    Thanks

  • @binhnguyenhuu9860
    @binhnguyenhuu9860 Год назад

    Thank you so much !!

  • @Krakanord
    @Krakanord Год назад

    Thank you so much for such

  • @lepetit1527
    @lepetit1527 Год назад

    thanks

  • @naelalshowaikh612
    @naelalshowaikh612 6 месяцев назад

    this is very helpful thanks

  • @erikruiz9975
    @erikruiz9975 Год назад

    Thank you! Subscribed

  • @gabrielcardoso7883
    @gabrielcardoso7883 Год назад

    awesome thank u for this 💙

  • @elkhalfi9944
    @elkhalfi9944 Год назад

    nice!

  • @muhammadriyan4084
    @muhammadriyan4084 Год назад

    great

  • @richard_loosemore
    @richard_loosemore 2 месяца назад

    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 2 месяца назад

      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?

  • @gabrielnwankwo
    @gabrielnwankwo Год назад

    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: ruclips.net/video/c6ZsjOvGMGM/видео.html&lc=UgzMGTlafbxh1sgYayh4AaABAg.9tAAWEHKmRm9tCBkgMJQR9

  • @datboyblu3
    @datboyblu3 Год назад

    subscribed!

  • @lepetit1527
    @lepetit1527 Год назад

    ”Subscribed!”

  • @fvogel99
    @fvogel99 Месяц назад

    darn it, it was a clear video but didn't work for me yet (I think it's thanks to me using Windows instead of Linux...)

  • @pdilshan2536
    @pdilshan2536 Год назад

    gg

  • @SKYNJ.Studio
    @SKYNJ.Studio Год назад

    e

  • @anishasrivastava5207
    @anishasrivastava5207 Год назад

    Thank you so much for such a clear and thorough tutorial! So appreciated!

  • @ashishsinha
    @ashishsinha Год назад

    Thank you so much !! Your video was really concise and clear.

  • @MichaelIntriago-d2h
    @MichaelIntriago-d2h Год назад

    Nice

  • @RaBBiiT666
    @RaBBiiT666 Год назад

    subscribed!

  • @pdilshan2536
    @pdilshan2536 Год назад

    gg