Linux Crash Course – Connecting to Linux Servers via SSH

With the Linux Crash Course series, we’ll go over one important Linux-related topic – one video at a time. This time around, here’s a video for those of you that are brand-new to Linux that will cover how to connect to a Linux server via the OpenSSH client.

YouTube player

Getting Started with OpenSSH Key Management

In various tutorials throughout the history of LearnLinuxTV, we’ve gone over the importance of using public keys with OpenSSH. But what do you do when you have multiple clients you work with, how do you manage keys between them? In this video, we’ll go through an example scenario where we have three clients, and we need to maintain multiple SSH keys for each.

YouTube player

Resetting OpenSSH Host Keys (the easy method)

When creating a deployment image or template for distributing Linux to devices or servers, it’s a good idea to make sure that you reset the host keys for SSH. In this video, I’ll show you an easy method I found for automating this.

YouTube player

You can find the systemd unit file I used in the video here.

Read more

The Homelab Show Episode 35 – OpenSSH

In episode 35 of The Homelab Show, Jay and Tom discuss the essentials of OpenSSH. OpenSSH itself is the standard for remote management in Linux, and it’s the most convenient way of managing servers without having to stand in front of the rack. Of course, with great power comes great responsibility, so core security topics surrounding OpenSSH are covered as well.

YouTube player

Relevant videos:

The OpenSSH Client Config File: Simplify your SSH Connections

The OpenSSH client config file is a very powerful feature, that too many people ignore. You can use the client config file to simplify your SSH connections, by including preset options per host. In this video, I’ll go over the basics of this config file.

YouTube player

The Homelab Show Episode 29: Bastion Server

Setting up a Bastion Server can be a useful method of gaining access to your Homelab from external networks. In addition, it’s also a popular attack target for intruders. In this episode, Tom and Jay discuss what a Bastion Server is, and some recommended adjustments to help make it more secure.

YouTube player

Thanks to Linode for sponsoring this episode.

Linux Crash Course – Public Key Authentication

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.

YouTube player

Read more