Secure GitHub connections with SSH
Offered By: egghead.io
Course Description
Overview
SSH provides a secure way for your to connect to and authenticate with GitHub's servers. While HTTPS connections use usernames and passwords as credentials, SSH instead uses public and private key pairs. These can be generated on your system using a CLI like ssh-keygen and then associated with your GitHub account using the public key.
In some cases, you may need to connect to more than one GitHub account from the same system. For example, you may have separate accounts for personal and professional projects, which can be difficult to manage manually. Using ssh-agent and a SSH configuration file, you can alleviate this pain point by automatically determining which key to use based on your GitHub repository's git URL.
In some cases, you may need to connect to more than one GitHub account from the same system. For example, you may have separate accounts for personal and professional projects, which can be difficult to manage manually. Using ssh-agent and a SSH configuration file, you can alleviate this pain point by automatically determining which key to use based on your GitHub repository's git URL.
Syllabus
- Generate SSH Keys for your GitHub Accounts
- Manage Keys with ssh-agent and Add SSH Configuration
- Update gitconfig to Work with Multiple Accounts and SSH Keys
Taught by
Ryan Harris
Related Courses
Introduction to Networks and Cisco DevicesCoursera Project Network via Coursera Python Network Programming for Network Engineers (Python 3)
Udemy Python for Network Engineers: Netmiko, NAPALM, pyntc, Telnet
Udemy Linux - The Complete Linux Guide
Udemy Ubuntu Linux Server Basics
Udemy