Linux Crash Course - Public Key Authentication

Learn Linux TV β€’ September 20, 2021
Video Thumbnail
Learn Linux TV Logo

Learn Linux TV

@learnlinuxtv

About

Learn Linux TV is your ultimate resource for mastering Linux and open-source technology. From step-by-step Linux tutorials and distro reviews to server automation, cloud deployments, security, and DevOps workflows, this channel gives you the skills to thrive in today’s Linux Community. With over 20 years of Linux and System Administration experience, Jay (your host) shares practical insights to help you succeed with Linux β€” whether at home, in the data center, or in the cloud. Whether it’s Debian, Ubuntu, Fedora, Arch, or Proxmox, you’ll learn how to build, secure, and manage systems with confidence! β€’ Linux made simple: tutorials, reviews, and sysadmin tips you can actually use. β€’ Your go-to channel for Linux tutorials, distro reviews, and real-world sysadmin skills. β€’ Where beginners become power users, and pros sharpen their Linux skills. Subscribe and join a community of hundreds of thousands of Linux enthusiasts who are learning, building, and growing with open source.

Video Description

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 🐦 Follow me on Twitter! ➑️ https://learnlinux.link/twitter *πŸŽ“ Full Linux Courses* β€’ Linux Crash Course ➜ https://linux.video/cc β€’ tmux ➜ https://linux.video/tmux β€’ vim ➜ https://linux.video/vim β€’ Bash Scripting ➜ https://linux.video/bash β€’ Proxmox VE ➜ https://linux.video/pve β€’ Ansible (Udemy) ➜ https://learnlinux.link/ansible β€’ Linux Essentials (Udemy) ➜ https://learnlinux.link/linux-essentials #SSH #OpenSSH #Linux

You May Also Like