• Post category:StudyBullet-8
  • Reading time:3 mins read


SSH made easy

What you will learn

Gain in-depth knowledge to become a SSH power user

Transferring files & directories using SSH

How to use Secure Shell (SSH)

Control computers remotely

Description

secure shell (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network. The best-known example application is for remote login to computer systems by users. SSH uses public-key cryptography to authenticate the remote computer and allow the remote computer to authenticate the user, if necessary.

The best-known implementation of SSH is OpenSSH, which is available in many GNU/Linux distributions, as well as other operating systems such as BSD and Apple’s Mac OS X. OpenSSH is often used by programmers to remotely affect and monitor computers.


Get Instant Notification of New Courses on our Telegram channel.


In this course you will learn about secure shell. SSH is the secure shell command line tool and protocol used to securely log into and execute commands on a remote machine.Β  To make your machine remotely controllable, you need to install SSHΒ server software like OpenSSH server, which you will also learn in this course. You will learn to remotely control a computer using secure shell.

This is a beginners course. If you are a Web developer, Ethical Hacker, Software Developer, Linux user or wish to control computers remotely with SSH, this course is for you. You don’t need any prior knowledge about Secure Shell to do this course and you can use whatever system you wantΒ (Windows, Linux, Mac) as your client.

English
language

Content

Introduction

Introduction
What is Secure Shell?
Quiz
SSH from a Linux Machine
SSH from a Windows Machine
Running commands on the remote host (Linux/Mac)
Secure File Transfer with SFTP
OpenSSH Installation – Ubuntu

Connecting

Connect to SSH Server (Ubuntu Linux)
Connect to SSH Server (Windows 7)