PortValhalla/scripts/Windows/Config/OpenSSH/Install.ps1

5 lines
87 B
PowerShell
Raw Normal View History

#!/bin/pwsh
param($context)
Set-Service ssh-agent -StartupType AutomaticDelayedStart;