Skip to content

Instantly share code, notes, and snippets.

View nurskurmanbekov's full-sized avatar
⚔️
...

Nursultan Kurmanbekov nurskurmanbekov

⚔️
...
View GitHub Profile
@timbophillips
timbophillips / Generate-Github-SSH-key.ps1
Created October 27, 2019 02:38
Adding a new SSH key to your GitHub account - using PowerShell on Windows
Write-Host "
This script performs the steps from
https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
1. generate a ssh key
2. start the ssh-agent service
3. add the key to the agent
4. copy the public key signaturecopy it to the clipboard