Skip to content

Instantly share code, notes, and snippets.

View tanchekwei's full-sized avatar
💭
Hello~

Chek Wei Tan tanchekwei

💭
Hello~
  • Malaysia
View GitHub Profile
@tanchekwei
tanchekwei / gist:ca85bde1706fe12150dc23cbcc7d9de2
Last active September 19, 2019 03:39
How to setup SSH key

How to setup SSH key

  1. Download OpenSSH from here
    • Choose OpenSSH-Win32.zip (if your computer is 32 bit) or OpenSSH-Win64.zip (if your computer is 64 bit)
  2. Extract the zip file anywhere you want, but shorter path prefered.
    • In this example I use D:\OpenSSH-Win64
  3. Copy file path of the file you extracted e.g. D:\OpenSSH-Win64 for later use.
  4. Press ![Windows Key][winlogo] Key, search env and click the result Edit the system environment variables
    • Alternatively, you can Right-Click This PC in your File Explorer, click Properties and then click Advanced system settings
  5. Click Environment Variables...
  6. In System variables section, double click the Path variable from the list.