Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SSH advanced usage
Rating: 4.3 out of 5(180 ratings)
1,177 students

SSH advanced usage

How to use SSH for more than plain terminal access
Created byJimmy Larsson
Last updated 1/2020
English

What you'll learn

  • Use SSH with keys
  • Tunnel traffic thru SSH

Course content

5 sections12 lectures1h 24m total length
  • Introduction to SSH12:00

    Explore how ssh establishes an encrypted tunnel, connects with a username to a server on port 22, verifies the server key via known_hosts, and authenticates with public keys or passwords.

  • Use SSH with key-based authentication8:36

    Master SSH authentication using public and private keys, authorized_keys, and passwordless login, while Diffie-Hellman and elliptic curves establish a secure session key.

  • SSH keys clarification10:15

    Explains the client-server nature of SSH, how key pairs and public keys authenticate connections, and how known_hosts and authorized_keys control trust and access.

Requirements

  • Basic networking skills
  • A computer with an SSH client, like any Linux.

Description

In this course you will learn how to use SSH for more than plain terminal access. SSH is the secure equivalent to telnet for remote terminal access over tcp/ip and even if you have probably used SSH before to connect to a remote host over TCP/IP there is so much more that can be done with SSH. All this will be taught in this course!

Course includes:

  • Theory about keys and the SSH authentication process.
  • how-to for password-less login
  • Explanation of file transfer protocols such as scp and sftp.
  • Learn how to tunnel TCP traffic thru ssh with local port forwarding as well as dynamic port forwarding (SOCK4 proxy)
  • Use jump-hosts to ssh in multiple steps.
  • And much more!



Who this course is for:

  • Anyone who wants to have a deeper knowledge of what SSH can do.