Это видео недоступно.
Сожалеем об этом.

Generate SSH keys for Windows - Secure Shell Easy Way

Поделиться
HTML-код
  • Опубликовано: 7 авг 2024
  • This ssh tutorial is about how to create an ssh key pair with Secure Shell Protocol with the RSA and EDRSA cryptography algorithm. You will be able to generate a public and private key pair using ssh-keygen. Useful in authenticating remote computers over insecure networks, through cryptographic techniques.
    Generating ssh keys with a CLI (command-line interface) can be useful with applications like GitHub. Creating ssh public key and a ssh private key is essential for future code and development learning.
    Not familiar with using Terminal?
    Check out our macOS Terminal series youtube.williamsk.com/38a008 will help you build a solid foundation for future programming and development-related topics. If you need to up your Terminal game then our with macOS Terminal this series will help you get up and running.
    🔔 SUBSCRIBE 🔔
    💞 ruclips.net/user/williamsk?s...
    😍 FOLLOW
    ☕️ BuyMeCoffee: buymeacoffee.com/williamsk
    ➡️ Twitter: / willeumsk
    ➡️ Facebook: / willeumsk
    ➡️ Instagram: / willeumsk
    ➡️ TikTok: / _williamsk
    ⏰ RELEASE SCHEDULE ⏰
    📼 New lessons bi-weekly!
    📺 Monthly Series
    📆 Release Days - Mondays and Wednesdays
    --- how to generate ssh key ---
    0:00 Intro
    0:07 What is an SSH Key
    1:03 Command ssh-keygen
    1:48 Using a passphrase
    2:20 Create an ssh key
    3:12 Private Key
    3:26 SSH Key Generation ed25519
    5:18 View New Keys
    6:03 Remarks ssh keys tutorial
    💬 LEAVE A COMMENT 💬
    Do you have any questions, tips, or ideas about generating SSH keys for the Windows Platform?
    Let us know if you learned something new in the comments section below!
    🔥 ABOUT US 🔥
    williamsk is an educational platform about coding, digital development, and creativity. This channel is dedicated to helping you learn by providing instructional content for beginners, developers- and enthusiasts.
    You will find intuitive, manageable learning content to help you gain knowledge and understanding of development-related concepts and digital creative techniques.
    We hope to get you inspired by accomplishing meaningful real-world tasks. It's time to learn something new.
    Learn more about our channel at youtube.williamsk.com/0wm
    #openssh #ssh #cryptography

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

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

    😏😏😏 I just wanted to put this one out there, would you guys be interested in more Windows related content? Windows 11 ‘s adoption rate is starting to ramp up. I have a handful of tutorials with this OS starting with Homestead
    ruclips.net/video/MArm29alhqY/видео.html I do work with this platform as well. Let me know in the comments 🫡

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

    This was very quick and easy to understand, thanks so much!

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

    Amazing tutorial. Thank you very much! I had problems setting it up and it helped me a lot!🎉

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

    I was really struggling to generate it earlier, but with your tutorial I managed to do it within a minute. Thank you so much! 😀

    • @williamsk
      @williamsk  11 месяцев назад

      Glad it helped! Sorry about the late reply work, etc. Thanks for watching!

  • @PKG-Controller
    @PKG-Controller 2 месяца назад +1

    hi, thanks for this video. I can access the private key using your tip but the same "code" command wouldn't generate the public key when I give it the pub extension

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

      Hey, sorry about the late reply. Your comment was held for some reason. Check out this link code.visualstudio.com/docs/setup/windows for how I use the “code” alias in windows power shell. At the end of the day you don’t require the “code” command to view the key. You could use notepad ++ or any other text editor to see it’s contents. The command just allows you to open that file within VS Code. I hope that answers your question. Let me know if this was helpful or not. Take care.

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

    I appreciate what you did. thank you 💖

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

    Thanks for this! Need is for some project.

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

      Glad it was helpful! Thanks.

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

    You are God, literary your video has been the only video that helped me

  • @laithabusaad6289
    @laithabusaad6289 2 года назад +1

    perfect and straight forward. but whenever i generate the key i dont see the public i see the private only what should I do?

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

      Alright, so you are only seeing one key? It's not too common that you will only see one as the next line in the process state "Generating public/private rsa key pair". But you never know computers and their configurations vary across all users. I know this could be frustrating. There could be an issue with your OpenSSH client. Trying typing "ssh" into the terminal to see if you see a list of commands. If it's not recognized you may have to reinstall that feature. docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse?tabs=gui The client should be about ~1-2mb in size. When you generate the new key pair try being in your user directory. Then check the .ssh directory it's usually hidden. I hope this helps you.