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

5 lines
87 B
PowerShell

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