July 4, 2024
Set up SSH access to manage your GitHub repository from your local machine
By eicky | | 0 Comments |
Generate SSH Key ssh-keygen -t rsa -b 4096 -C "your_email@example.com"