Linux serverlinux web serverNETWORK ADMINISTRATIONS

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.

*Learn Linux TV – Your Home For Linux-Related Fun and Learning!*

*Support Linux Learning (commission earned)*
• Become a channel member here on YouTube ➜ https://learnlinux.link/join
• Become a Patron on Patreon ➜ https://learnlinux.link/patron
• Receive a 5% discount on an LPI exam voucher ➜ https://learnlinux.link/lpi-voucher
• Set up your own cloud server with Akamai Connected Cloud ➜ https://learnlinux.link/akamai

*Time Codes*
00:00 – Intro
01:34 – Linode’s Cloud Computing platform is a great way to spin up a Linux server! (Sponsor) ➜ https://learnlinux.link/akamai
03:17 – Some basic information regarding SSH
06:05 – Connecting to a server via SSH
09:25 – Connecting to a server via SSH with an alternate port
13:12 – A few extra tips

*Linux-related Gifts*
• Mastering Ubuntu Server 4th Edition (Jay wrote that!!! 😲) ➜ http://ubuntuserverbook.com
• Affiliate store for Linux compatible hardware/accessories ➜ https://learnlinux.link/amazon
• Awesome KVM for your Homelab ➜ https://learnlinux.link/tinypilot

*Recommended stand-alone videos from Learn Linux TV*
• How to create a bootable flash drive for installing Linux ➜ https://linux.video/flash-usb
• Installing an operating system for Raspberry Pi ➜ https://linux.video/pi-imager
• How to connect to a Linux server via ssh ➜ Coming soon!
• Understanding Linux permissions ➜ https://linux.video/perms
• Essential tweaks for ALL Linux Servers ➜ https://linux.video/all-servers

*Stand-Alone Tutorials*
• OpenSSH Guide ➜ https://linux.video/ssh
• How to better secure OpenSSH ➜ https://linux.video/secure-ssh
• 10 Linux Terminal Tips and Tricks to Enhance Your Workflow ➜ https://linux.video/cli-tricks-1
• Over 15 Terminal Tricks You Should Learn ➜ https://linux.video/cli-tricks-2

*Recommended Courses from Learn Linux TV*
• Get up to speed with managing an OpenStack Cloud ➜ https://linux.video/openstack
• Learn how to write your own Bash Scripts ➜ https://linux.video/bash
• Install, configure, and maintain a Proxmox VE Cluster ➜ https://linux.video/pve
• Automate tedious setup jobs by learning Ansible ➜ https://linux.video/ansible
• Learn how to exit vim (and use it too) ➜ https://linux.video/vim

*Linux-related Podcasts*
• Enterprise Linux Security ➜ https://enterpriselinuxsecurity.show
• The Homelab Show ➜ https://thehomelab.show

*Fun Linux-related Projects*
• Run your own Gitlab CE Server ➜ https://linux.video/gitlab
• Build a Kubernetes Cluster on Proxmox ➜ https://linux.video/pve-k8s
• Set up your own Nextcloud Server ➜ https://linux.video/nextcloud

*Official Learn Linux TV Sites*
• Main site ➜ https://www.learnlinux.tv
• Community ➜ https://community.learnlinux.tv

*FAQ*
• Which distro do I use? ➜ https://learnlinux.link/mydistro
• My recording gear (commissions earned) ➜ https://learnlinux.link/recording-stuff

*Content Ethics*
• The following article covers the rules and guidelines Learn Linux TV abides by ➜ https://www.learnlinux.tv/content-ethics

*Disclaimer*
LearnLinuxTV produces technical content that will hopefully be helpful to you and teach you something new. However, this content is provided without any warranty (expressed or implied). LearnLinuxTV is not responsible for any damages that may arise from any use of the content and information that’s being provided. The viewer is expected to follow best judgement and to make his/her/their best decisions while working with production or non-production software, systems and hardware.

#Linux #LinuxTutorial #linuxserver

source

by Learn Linux TV

linux web server

16 thoughts on “Linux Crash Course – Connecting to Linux Servers via SSH

  • Microsoft Windows 10 and newer have been shipping with the OpenSSH client pre-installed for some time now… 3-5 years. They also off the OpenSSH server but that is not installed by default and if desired, you can manually install that by Adding Windows Components from the Control Panel.

  • When I set up my MythTV box, I could not use SSH at all. I assumed that the SSH server was automatically built in to any and all distros.
    I still never got GUI SSH Working.

  • love the video. i had one doubt. i had created one azure linux vm using terraform on top of that i am installing packages using ansible by remote exec inside terraform script now i am not able connect to remote server through hostname and my terraform and ansible is running in docker container . is there any way to connect to remote server with hostname for establishing a ssh connection.. Thanks in advane any video tutorial or blog is appreciated.

  • In addition of changing the port you can also make use of port knocking to keep it hidden from port scans.

  • Once you create your key on the local machine, if you want to move that key what is the best way? Keep it in sync with Syncthing across multiple machines?

  • You may also want to teach about the authorized_keys file as well as the ssh-copy-id command, because many server systems do not allow password logins. Some are key only, and a lot of first time users get tripped up with ssh keys. Also, disabling root logins in sshd config, and changing the listen port might be helpful too.

  • Love the new intro! Great to see the progression of the channel over the years 🙂

  • You mentioned your Linode server is in Canada whilst you are in the US – any issues there for businesses with data sovereignty requirements to remain compliant with data protection like GDPR et al?

  • An episode about LVM (Logical Volume Manager) would be cool.
    And how can it be used to snapshot disks or even backup them.

  • scp should be in every ssh tutorial, often you just want to do that, copy files. Though scp is easy but cumbersome (lot of typing which could definitely be solved by the developer) to use it can be a bad experience to look up how to use it, I only found bad explanations both with written articles and a YT-video. The short version: it is like cp but now you enter the system-information (user@IP) before the : and the path after the :

Comments are closed.