40 字
1 分钟
Windows Install OpenSSH
安装 OpenSSH
将 PowerShell 设置为 SSH 默认 Shell
New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -PropertyType String -Force
Windows Install OpenSSH
https://kuriyama.top/posts/windows/windows-install-open-ssh/