Suresh Kumar Simsuresh.hashnode.devยทJan 17, 2024GitHub CICD Create_EC2_via_TerraformStep 1: Local SSH Pub Key Generation and GitHub Setup 1.1. Open a terminal and generate a new SSH key pair: bashCopy codessh-keygen -t rsa -b 4096 -C "your_email@example.com" 1.2. Copy the public key to the clipboard: cat ~/.ssh/id_rsa.pub | pbcopy ...129 readsgithub-actionsAdd a thoughtful commentNo comments yetBe the first to start the conversation.