public key
Post Install RockyLinux 9 in Hyper-V: Virtual Switch, Update OS, Checkpoint, SSH Access method
After installation of Rocky Linux in Hyper-V, now we shall do more configuration to our VM: 1. Setup a Virtual Switch on Hyper-V, so we can reach the internet inside our VM 2. Update the Linux installation 3. Create VM Checkpoint, so we can save our session before doing something 4. Accessing from SSH Client, and let you access your…
Read More »Clone your GitHub repository using SSH
Follow these steps to add ssh keys to your GitHub account and clone the repo with the SSH URL. 1. Open your terminal and type ssh-keygen. 2. Press enter to accept the default file location and passphrase. 3. Copy the public key to your clipboard with cat ~/.ssh/id_rsa.pub 4. Go to your GitHub account settings and click on SSH and…
Read More »