This is the first time I feel like I am understanding this SSH topic. You have a gift of teaching. Please consider hacking out the rest of this topic, if you have not already. Thank you.
As a complete novice I even surprised myself, by being able to follow most of what you taught first time, need a few more watches to get it all to sit. Thanks a lot for clear explanations and the great examples.
This was the second ssh tutorial I've taken on UA-cam … now I know where I'll look first next time. Thanks for this great session and for covering the security and troubleshooting essentials!
3 роки тому+13
Honestly, I don't know how can somebody dislike this video, it is a very clear, amazing explanation, all I needed.
Thank you Jay. I've been using your videos for nearly a year now and I can honestly say that I have grown quite a lot, and much of that is attributable to you and your content. I am very much grateful for your time and tutelage. It has been integral to my learning. I'll be taking the RHSCA soon, and I will be remain a life-time viewer of the channel. All the best to you and yours.
Hi Jay, hello community. Thanks for this basic intro. Coming from a Windows world now embracing Linux and learning to manage it. These kinds of basics are boring for Linux gurus, but essential for newbies like me. Good to have you and your channel as a mentor. I appreciate your work. 🤛
You are the reason I went from being a complete n00b to a semi-competent linux user and programmer. your videos are so informative, accessible, and entertaining. thank you so much for everything you do for the open-source community!
3:38 What is OpenSSH 9:40 Connecting to a server via OpenSSH 21:34 Configuring the OpenSSH Client 28:07 Using public/private keys 45:50 Managing SSH keys 1:00:47 Configuring OpenSSH 1:13:37 Troubleshooting OpenSSH
Your videos always take me to the next level. I have been using ssh to access my pi's using keys but now I will harden them by moving away from blank keyphrases and definitely removing password authentication. Thanks for giving me such great perspective!
Thank you for this guide. you have covered all aspects of the tool including troubleshooting. Your lecture is clear and easy to follow. Audio and video qualities are excellent and particularly the bigger fonts on your terminal 🙂. I have been using ssh for several years but now I have clear picture of the tool.
Thank you Jay, I wanted to suggest that you add "WSL2" into your comments above at around 50:00 min. into your video for all those using WSL2 under Windows 10/11. Just like the Bastion devices you mentioned, WSL2 will not be running ssh-agent and trying to connect to a server using Key Authentication will fail; even though the correct Public Key is on the server and correct Private Key under WSL2. But doing the: eval "$(ssh-agent)" command, and then: ssh-add ~/.ssh/, does make it possible to connect to the desired linux server! Yay!
Great video! I really appreciate you taking the time to put together a guide like this. Would love to see you talk about how you manage/backup keys as well.
Thank you for this, Jay. I really appreciated your additional info such as the troubleshooting steps and watching the appropriate logs. I would have also appreciated a backup/restore section for the ssh keys. While it's as simple as backing up and restoring the appropriate private/public key pairs, I'd have appreciated having that step included.
It's currently 03. dec 2021 as I'm watching this. Seeing the date match, really brings the immersion to life when he talks about when stuff was created.
Thank you very much, this is a real gem. Perfect, clear, well put together. I learned a lot from it. I look forward to watching your other videos, keep up the excellent work and thanks again.
A small additional detail to your explanation of journalctl. Journalctl uses the "less" command to pipe out the entries. You have all the features you would normally have such as using the forward slash "/" to begin a search. That also means that you can use shift-f to start following the log. Use CTRL-C to stop following.
Your : is dedication : outstanding ability to pass the knowledge : flawless enthusiasm : marvelous Gonna share this over social networks, I'm betting there are "a bunch" of IT professionals who are not aware of this golden gem YT channel!
This video has really helped me understand how ssh works and gave a few tips on how to troubleshoot ssh. I’ve been studying for the linux+ exam, and have had difficulty learning ssh. ssh and bash scripting are my areas of weakness. Now I’m one step closer to taking the exam.
I enjoyed your work and purchased your mastering Ubuntu server book.. the teaching style is clear.. I have been using Linux for about 7 years. It is nice to know that you can find an alternative other than a Windows program. Thanks again.
Made the mistake of deleting /etc/ssh in the server. In it were a few keys I thought belonged to the client. I figured "let's start fresh" pfff! Fortunately I made a copy of the sshd_config. Anyways, later I learned to regenerate the server keys with /usr/bin/ssh-keygen -A I ended up having a better understanding of ssh key relationships. Great video btw.
Wow, this was a great video! The explanations are perfectly clear and it provides just the right amount of information to become somewhat competent without getting overwhelmed. Thanks!
Jay, Thank you providing with such an informative material. I think this one video contains everything i need to know about ssh. I'm eager to watch other tutorials of you.
Any chance you could make a video like this about network managers... a tutorial explaining pros and cons of: NetworkManager, netctl, systemd-networkd, connnan, etc.?
@@LearnLinuxTV what OS do you use on your VPS? I am thinking about getting VPS 1core with 2GB ram and I dont know what OS to choose. I wanna host simple personal web site and dont have any skills with linux or VPS or web hosting yet.
Great video thank you. Followed your instructions with my Synology NAS that wouldn't let me in via ssh without giving a password every time as I wanted to do. The -v on the ssh command helped me see that it was a permission issue for the directory and subsequent 'authorised keys' file. So after changing permissions, well deleting and setting up per your faultless instructions. Bingo -it all now works. Especially liked the 'config' file entry -helps a lot for simplicity. Thanks again. Just bought your new server book too. Cheers, ATB.
Love your work. This is a hobby for me. I have a pretty good job but I would love to do admin work. I can stay on the computer for hours tinkering with Linux. Thanks for all you do
Great Video Thanks :-) Because I do this so few times I always forget certain ssh setup parts "getting old", so it makes for a really great ssh tutorial refresher.
Thanks. Regardless the fact that I have been using it for many years, it was still very educational. Just a tip: mention also, in your next video release about ssh, the command `scp` (secure copy), which is part of openssh-client. And maybe the x11 forwarding.
This is very nice and i am able to learn it. I first saw this video on other device with no yt acc logged in. So coming back to give a like for you. Keep doing these. Maybe some indepth videos of how ssh works.
Jay your videos are very well done. The production is getting better with each video. Thank you so much for the tutoring. Also looking forward to the arrival of your 3rd edition. Keep up the great work.
I HAVE WATCHED ALMOST ALL SSH VIDEOS AND READ MANY SSH TEXTS BUT I STILL COULDN'T UNDERSTAND.I UNDERSTOOD ALL SSH JUST 20 MINUTES INTO YOUR VIDEO 🎉🎉🎉🎉❤❤❤❤❤❤❤U GAINED A FOLLOWER
Dude can i ask you, how do you see that password like 13:58, what password is that, i dont have a password in my other pc. Please help me, i just want to know my password
This is the first time I feel like I am understanding this SSH topic. You have a gift of teaching. Please consider hacking out the rest of this topic, if you have not already. Thank you.
Jay, you’re a gem of an educator and I really appreciate the channel you’ve built and all the hard work you’ve done. Thank you.
As a complete novice I even surprised myself, by being able to follow most of what you taught first time, need a few more watches to get it all to sit. Thanks a lot for clear explanations and the great examples.
This was the second ssh tutorial I've taken on UA-cam … now I know where I'll look first next time.
Thanks for this great session and for covering the security and troubleshooting essentials!
Honestly, I don't know how can somebody dislike this video, it is a very clear, amazing explanation, all I needed.
I understood the inner workings of SSH more after this 90 minute video than I have over six months of Linux usage. Thanks, Jay.
Thank you Jay. I've been using your videos for nearly a year now and I can honestly say that I have grown quite a lot, and much of that is attributable to you and your content. I am very much grateful for your time and tutelage. It has been integral to my learning. I'll be taking the RHSCA soon, and I will be remain a life-time viewer of the channel. All the best to you and yours.
Watched again after 4 months. Got most of it ..... Thank you very much for this free stuff
all my ssh related doubts cleared in one video, now I'm a ssh ninja. Thank you so much
Hands down the best ssh walk through I've watched, finally I get it. Thanks!
You'd make an excellent teacher. This is the clearest way I've seen anyone explain anything in a while. Well done.
he is a teacher.
If it looks like a duck...
Köszönjük!
Hi Jay, hello community. Thanks for this basic intro. Coming from a Windows world now embracing Linux and learning to manage it. These kinds of basics are boring for Linux gurus, but essential for newbies like me. Good to have you and your channel as a mentor. I appreciate your work. 🤛
You are the reason I went from being a complete n00b to a semi-competent linux user and programmer. your videos are so informative, accessible, and entertaining. thank you so much for everything you do for the open-source community!
Hi Jay. I am SO GLAD I stumbled upon this video (two years later). Thank you SO MUCH!
Mr Jay your the best tutor have come across and am gonna stick with you until am fully grounded.. long live The JAY
3:38 What is OpenSSH
9:40 Connecting to a server via OpenSSH
21:34 Configuring the OpenSSH Client
28:07 Using public/private keys
45:50 Managing SSH keys
1:00:47 Configuring OpenSSH
1:13:37 Troubleshooting OpenSSH
Your videos always take me to the next level. I have been using ssh to access my pi's using keys but now I will harden them by moving away from blank keyphrases and definitely removing password authentication. Thanks for giving me such great perspective!
Good Job I'll watch this over and over again.
This was a great tutorial. Please keep making more of these. Thank you for taking the time.
This tutorial of SSH is simply the best one on whole internet. I also recommend the 5 tweaks to secure openssh from the same channel
Thanks a lot! This was very helpful and I finally got SSH properly after going many other resources which werent as good as your tutorial
Jay, you are a treasure for us juniors getting into linux sysadmin at work, you rock!
Exquisite step by step instruction. Clear and concise explanations for every move. Brilliant video.
Thanks!
Thank you for this guide. you have covered all aspects of the tool including troubleshooting. Your lecture is clear and easy to follow. Audio and video qualities are excellent and particularly the bigger fonts on your terminal 🙂. I have been using ssh for several years but now I have clear picture of the tool.
Thank you Jay, I wanted to suggest that you add "WSL2" into your comments above at around 50:00 min. into your video for all those using WSL2 under Windows 10/11. Just like the Bastion devices you mentioned, WSL2 will not be running ssh-agent and trying to connect to a server using Key Authentication will fail; even though the correct Public Key is on the server and correct Private Key under WSL2. But doing the: eval "$(ssh-agent)" command, and then: ssh-add ~/.ssh/, does make it possible to connect to the desired linux server! Yay!
the explanation is so clear that i think i will buy a course explained by this guy in the future
Great video! I really appreciate you taking the time to put together a guide like this. Would love to see you talk about how you manage/backup keys as well.
Thank you for this, Jay. I really appreciated your additional info such as the troubleshooting steps and watching the appropriate logs. I would have also appreciated a backup/restore section for the ssh keys. While it's as simple as backing up and restoring the appropriate private/public key pairs, I'd have appreciated having that step included.
You're the best teacher! You made it so easy to understand for a noob like me. Love your channel!
It's currently 03. dec 2021 as I'm watching this. Seeing the date match, really brings the immersion to life when he talks about when stuff was created.
Great tutorial, ssh was some kinda enigma for me, now demystified, thanks for your efforts, is there a sequel to this!
No plans right now, but I very well could depending on how many views it gets.
Went through this tutorial after following a ssh article. Ended up with same result but this video was great, will help anyone to setup ssh.
Thank you very much, this is a real gem. Perfect, clear, well put together. I learned a lot from it. I look forward to watching your other videos, keep up the excellent work and thanks again.
Thank you so much!
Exactly what I was searching at the moment, and by that I mean from an hour ago to right at the moment.
Wow, great timing!
Still find myself referring to this video from time to time. Very helpful. Thank you for all of your hard work.
hands down the best turtorial on the internet ,,thank you so much !
Great stuff as always Jay, thanks for helping us out!
Thanks Jay for this insightful SSH tutorial! The key generation section was especially helpful and well-explained.
Many thanks. I have accounts background and studying IT for knowledge. I got my first assignment on OPenssh. You rescued me. Best regards - Hemant
I keep coming back to this awesome video on SSH connections.
A small additional detail to your explanation of journalctl. Journalctl uses the "less" command to pipe out the entries. You have all the features you would normally have such as using the forward slash "/" to begin a search. That also means that you can use shift-f to start following the log. Use CTRL-C to stop following.
Your : is
dedication : outstanding
ability to pass the knowledge : flawless
enthusiasm : marvelous
Gonna share this over social networks, I'm betting there are "a bunch" of IT professionals who are not aware of this golden gem YT channel!
This video has really helped me understand how ssh works and gave a few tips on how to troubleshoot ssh.
I’ve been studying for the linux+ exam, and have had difficulty learning ssh. ssh and bash scripting are my areas of weakness. Now I’m one step closer to taking the exam.
Hi, how has it been ?
I enjoyed your work and purchased your mastering Ubuntu server book.. the teaching style is clear.. I have been using Linux for about 7 years. It is nice to know that you can find an alternative other than a Windows program. Thanks again.
Thanks for the simple explanation without getting too deep in the weeds
Indeed this video is a gem on ssh with deep dive into most of the ssh concepts in an intuitive way. Thank you for such a great content and keep going.
Even though I thought I knew enough about the subject, I got caught up in the video, Jay might hypnotize you 😵💫
The best UA-cam video for SSH. Thanks ❤
Made the mistake of deleting /etc/ssh in the server. In it were a few keys I thought belonged to the client. I figured "let's start fresh" pfff! Fortunately I made a copy of the sshd_config.
Anyways, later I learned to regenerate the server keys with /usr/bin/ssh-keygen -A
I ended up having a better understanding of ssh key relationships.
Great video btw.
Very clear and plain logical explanation. Finally i have found a place to drop by for my linux education
I absolutely love your content Jay. Thanks to you I actually find joy in using Linux in general! :)
This video answered my questions. Your presentation method is superb Jay.
Wow, this was a great video! The explanations are perfectly clear and it provides just the right amount of information to become somewhat competent without getting overwhelmed. Thanks!
Thank you, Jay. I am saving this for reference for people.
I know you're not human.
@@mranjith830 Of course not.
SSH topic is cleared with this video, thank you so much for making this video 👍👍👍
Brother you are one of the best at explaining these concepts. Thank you so much for making it so easy to understand
Jay, Thank you providing with such an informative material. I think this one video contains everything i need to know about ssh. I'm eager to watch other tutorials of you.
The best SSH tutorial I have seen... thank you very much!
Any chance you could make a video like this about network managers... a tutorial explaining pros and cons of: NetworkManager, netctl, systemd-networkd, connnan, etc.?
Thank you for all your hard work. You're an inspiration to many.
Perfect timing, was looking for a video like this last night.
Glad I could help!
@@LearnLinuxTV what OS do you use on your VPS? I am thinking about getting VPS 1core with 2GB ram and I dont know what OS to choose. I wanna host simple personal web site and dont have any skills with linux or VPS or web hosting yet.
Great video thank you. Followed your instructions with my Synology NAS that wouldn't let me in via ssh without giving a password every time as I wanted to do. The -v on the ssh command helped me see that it was a permission issue for the directory and subsequent 'authorised keys' file. So after changing permissions, well deleting and setting up per your faultless instructions. Bingo -it all now works. Especially liked the 'config' file entry -helps a lot for simplicity. Thanks again. Just bought your new server book too. Cheers, ATB.
Love your work. This is a hobby for me. I have a pretty good job but I would love to do admin work. I can stay on the computer for hours tinkering with Linux. Thanks for all you do
This Course answered and solved all my ssh problems. Thank you somuch
Thank Jay. You got me deeper into SSH.
>1:27:59
What a madman! :D Looking forward to seeing your new videos.
This guide helped me understand ssh better than studying the man pages, thanks.
Thank you. Your tutorial has helped my career. I've learned several things from this tutorial.
Thank you for making it so easy to follow and understand. Another great tutorial.
Great Video Thanks :-) Because I do this so few times I always forget certain ssh setup parts "getting old", so it makes for a really great ssh tutorial refresher.
Very informative! Very Precise! I am following your all tutorial, they all are great! Thank you very much for the effort
just what I needed .thank you @Jay for the awesome and thorough tutorial and being a good teacher
Great channel for learning
Absolutely outstanding video. Thank you so much, Jay.
That was a thorough video and I learned a lot. Thanks so much. Keep up the good work.
Thanks.
Regardless the fact that I have been using it for many years, it was still very educational.
Just a tip: mention also, in your next video release about ssh, the command `scp` (secure copy), which is part of openssh-client. And maybe the x11 forwarding.
This is very nice and i am able to learn it. I first saw this video on other device with no yt acc logged in. So coming back to give a like for you. Keep doing these. Maybe some indepth videos of how ssh works.
Thank you. I am about to get into a course and was looking to refresh linux remote server connection. ❤
this guys vids are awesome, they have really helped me understand linux
You changed my life with tmux.
Thank you from Germany! :)
At home with a cold, needed something to keep busy. This'll do!
Jay your videos are very well done. The production is getting better with each video. Thank you so much for the tutoring. Also looking forward to the arrival of your 3rd edition. Keep up the great work.
I HAVE WATCHED ALMOST ALL SSH VIDEOS AND READ MANY SSH TEXTS BUT I STILL COULDN'T UNDERSTAND.I UNDERSTOOD ALL SSH JUST 20 MINUTES INTO YOUR VIDEO 🎉🎉🎉🎉❤❤❤❤❤❤❤U GAINED A FOLLOWER
Man, your videos are AMAZING!
este vídeo es oro. Explicación clara y detallada para los no iniciados. Muchas gracias
Hi Jay, Great video. very helpful for working with ssh. Thank you for your time.
Thank you Jay, for the troubleshooting part... very informative! Thanks!
Love the new format and tutorials Jay! Great work!
Under troubleshooting a quick check of the firewall is worth mentioning particularly if you've changed the port
and I was thinking why it doesn't work. Well, thank you!
@@jordanbicanic9343 Obvious of course but it took me an hour to figure it out!
Legend Jay. Respect from your recently added students that me from Pakistan.
Dude can i ask you, how do you see that password like 13:58, what password is that, i dont have a password in my other pc. Please help me, i just want to know my password
Could you please make a bash scripting course? It would fit your channel really well.
That would be great 👍
would love this too
I think there is bash scripting videos
👍 that's a good idea
thank you so much for this quality video, i really enjoy it, please keep creating and uploading such great content
Thanks for covering all the steps!
Thank you, just thank you. You make easier for any migrating user to learn use linux
Great video! Would love to see one you mentioned on regenerating host keys pls :)
Thanks, your making me a lot more competent.
This is so good! In-depth but super easy to get the hang of.
Great video and very timely for me. Thank you for posting.
I am new with Linux ...great tutorial thank you...