SYS265 Entry for: Git + Linux SSH Script - Oliver-Mustoe/Oliver-Mustoe-Tech-Journal GitHub Wiki

In this Lab we configured git on a few different machines and worked with ssh (created a script.)

Prerequisites

Setup notes

Git/SSH setup notes

3 Expanded Ideas

These are 3 terms or topics from the lecture or lab that I wanted to learn more about, and my research results.

Git - Git is a version control system that is open source and free of charge that can manage many projects with speed and efficiency.

SOURCES:https://git-scm.com/

SSH - Secure Shell Protocol (SSH) is a remote administration protocol that uses cryptographic techniques to ensure that users can access and fully control remote servers securely and efficiently.

SOURCE:https://www.hostinger.com/tutorials/ssh-tutorial-how-does-ssh-work

.pub - The ".pub" extension is used to indicate if a key file is a public key.

SOURCES: https://git-scm.com/book/en/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key

⚠️ **GitHub.com Fallback** ⚠️