Skip to content

Instantly share code, notes, and snippets.

@darmawan01
Created June 19, 2023 17:29
SSH Issue on windows PowerShell or WSL

Poweshell (Admin)

Get-Service ssh-agent | Set-Service -StartupType Automatic -PassThru | Start-Service

WSL

eval `ssh-agent` && ssh-add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment