Tag: SSH

Config Github to Use SSH Key Pairs

Using SSH Key Pairs when working with a remote git repository (ex. GitHub) could save a lot of trouble and it is more secure. We will show you how to config GitHub using key pair you have generated today. (To see how to generate a key pair, you can see how to do it in Windows using PuttyGen here, or… Read more →

PuttyGen: Putty Key vs OpenSSH Key

At work, I use windows machines. Recently I generated a key-pair using PuttyGen in Windows, it worked fine when I connected to my remote server using Putty (Of course with my public key stored on the remote server first). However I got troubled when was trying to use this same private key I obtained from PuttyGen with ssh command from… Read more →