Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 642 Bytes

0x0B.SSH.md

File metadata and controls

34 lines (20 loc) · 642 Bytes

Learning Objectives

General

  • What is a server
  • Where servers usually live
  • What is SSH
  • How to create an SSH RSA key pair
  • How to connect to a remote host using an SSH RSA key pair
  • The advantage of using #!/usr/bin/env bash instead of /bin/bash

SSH essentials:

https://www.digitalocean.com/community/tutorials/ssh-essentials-working-with-ssh-servers-clients-and-keys#generating-and-working-with-ssh-keys


SSH Config File:

https://linuxize.com/post/using-the-ssh-config-file/


Public Key Authentication for SSH:

https://kb.iu.edu/d/aews


COMMAND LINES:

ssh-keygen -t ~/.ssh/ID_NAME