admin管理员组

文章数量:1530987

GitHub地址:https://github/PowerShell/Win32-OpenSSH/releases 

step1# 下载OpenSSH-Win64.zip

step2# 将解压之后的OpenSSH-Win64.zip放入至C:\Program Files (x86)\OpenSSH-Win64

step3# 以管理员权限打开cmd

step4# 输入以下命令,安装sshd
powershell.exe -ExecutionPolicy Bypass -File install-sshd.ps1
sc config sshd start= auto
net start sshd

 

本文标签: 离线ServerOpenSSH