Simple steps to get started:
turbo run openssh/openssh64
Run SSH daemon as NT Service:
turbo run openssh/openssh64 --admin
> cd C:\OpenSSH-Win64
> powershell
> .\ssh-keygen.exe -A
> New-NetFirewallRule -Protocol TCP -LocalPort 22 -Direction Inbound -Action Allow -DisplayName SSH
> .\sshd.exe install
> Start-Service sshd
No release notes
This repository does not have an EULA
Actions