Tag: ssh

  • How to Connect to GitHub with SSH

    Steps 1. Create GitHub account and repository 2. Install git into your computer 3. SSH Client Setup 3.1 Generate SSH key You need to generate SSH key to connect to the GitHub repository with SSH. Your computer is the SSH Client, and GitHub repository is the SSH Server. Basically, SSH key pair (private key and…

  • How to Send SSH Public Key to Windows Server

    For those wondering, “I’ve created a public and private key on the SSH client side, but how do I transfer the public key”? Saving the SSH public key to a USB memory stick and transferring it to the server is perfectly fine. But if you really want to try sending the key over the network,…