🐙 GitHub - SSH Key Generation
🐙 GitHub - SSH Key Generation 🐙 GitHub - SSH Key Generation Password authentication was removed from GitHub on August 13, 2021. Instead of that users now need to use PAT(Personal Access Token) instead. SSH (Secure Shell Protocol) . These tokens are used instead of passwords. For a new user using SSH tokens may be overwhelming, GitHub has a detailed blog: Generating a new SSH key and adding it to the ssh-agent . 🔐 How to generate the SSH token? What is SSH? The Secure Shell Protocol (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network. Its most notable applications are remote login and command-line execution. Before generating the token the following packages needs to be installed on the system. sudo apt install ssh sudo apt install openssh-client sudo apt install openssh-server After installing these packages open the terminal and execute the following command. ssh-keygen -t ed2...