DEV Community

0 seconds of 0 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
00:00
 
James Bubb
James Bubb

Posted on

8 3

Learn SSH In 6 Minutes

Originally published here on YouTube.
(Give me a thumbs up and subscribe if you found this useful 🙏).

More info on SSH: https://www.ssh.com/ssh/
The Windows Putty Client: https://www.putty.org/
Using rsync to transfer files:https://www.digitalocean.com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories-on-a-vps

Get free Digital Ocean credit to setup your own servers to use for your web projects: http://juniordevelopercentral.com/digitalocean

— Follow Me —
Twitter: https://www.twitter.com/codebubb
Facebook: https://www.facebook.com/juniordevelopercentral
Blog: https://www.juniordevelopercentral.com/
— Thanks! —

In this tutorial, you’re going to learn all about SSH and how to use it as a web developer. Towards the end of the tutorial, we’ll look at some real examples of connecting to servers via SSH so keep watching to see how you can make use of SSH for your projects.

This beginners guide to SSH will take you through the basics of setting up a connection with SSH and also transferring files. You will also learn about the importance of SSH and how to create your own private key which can be used to authenticate you with the remote servers that you want to administer.

SSH can also be used to secure any network resource e.g. HTTP or FTP. We’ll take a look at some examples of this at the end of the video.

We'll make some example connections to remote servers hosted by Digital Ocean in this tutorial and you will see how you can log in as a remote user and run commands on a server to help set it up for your web hosting needs.

In summary, SSH or more specifically connecting to remote servers with SSH, is an incredibly useful tool to help you administer the resources that host your web sites and apps. You can also use it to transfer your local web development project to a remote server once it is ready to be published.

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more