You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Fix ssh-agent disappearing from Services if you've removed Microsoft's SSH package and moved to openssh-portable.
# Assumes OpenSSH portable is installed in "C:\Program Files\OpenSSH"
# @DrBrynzo
# https://github.com/DrBrynzo
New-Service -Name ssh-agent -DisplayName "OpenSSH Authentication Agent" -BinaryPathName "C:\Program Files\OpenSSH\ssh-agent.exe" -Description "Agent to hold private keys used for public key authentication." -StartupType Automatic