The Linux Crash Course playlist from Learn Linux TV is a beginner-friendly series of standalone episodes that make learning Linux simple. Each episode focuses on a specific Linux command, concept, or topic, explained in a way that’s easy to understand. Since every lesson is self-contained, you can watch them in any order and build your skills at your own pace. In this playlist you’ll discover: • Linux command tutorials with clear, step-by-step examples • Beginner-friendly explanations of Linux concepts and features • Bite-sized lessons you can watch independently • Practical tips to help you feel more confident with Linux Perfect for: Linux Beginners, Students, and Curious Enthusiasts who want to explore Linux commands and concepts without needing a full-length course. ✅ Easy-to-follow Linux crash course lessons ✅ Hands-on command line demonstrations ✅ Clear explanations of Linux concepts and topics ✅ Expert guidance from Learn Linux TV Whether you’re brand new to Linux or just curious about specific commands, this playlist is your go-to resource for Linux tutorials, tips, and demystified concepts. #Linux #LinuxCrashCourse #LinuxTutorial #LearnLinux #LinuxCommands #LinuxForBeginners
Curated by: Learn Linux TV (85 videos)
Public Key Authentication with OpenSSH is preferred, as it's a much stronger method of authenticating to your servers when compared to using password authentication. In fact, password authentication in OpenSSH should always be disabled. But before you can password authentication, you'll need to set up public key authentication, and that's exactly what we'll do in today's video. # Helpful OpenSSH content to take your knowledge even further: 🐧 Locking down OpenSSH (goes over disabling password authentication): ➡️ https://youtu.be/OVsMaXQkktQ?t=1231 🐧 Full OpenSSH Guide (goes over even more detail than this): ➡️ https://linux.video/ssh # Timecodes: 00:00 - Intro 02:32 - Checking if the OpenSSH client is present (Linux) 03:10 - Checking if the OpenSSH client is installed (MacOS) 03:44 - Installing PuTTY (Windows 10) 05:12 - Generating an SSH keypair (Linux and macOS) 08:40 - Testing OpenSSH connectivity (Linux and macOS) 09:30 - Copy the public key over to a remote server (Linux and macOS) 12:09 - Setting up a session for a server in PuTTY for Windows 13:38 - Creating an SSH key pair in Windows with PuTTYgen 15:40 - Using a PEM key to connect to a Linux server via PuTTY in Windows 10 *VIDEO SPECIFIC LINKS* 💻 Download PuTTY: ➡️ https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html # About Me #SSH #OpenSSH #Linux