WinServer2012R2安装OpenSSH

1.下载:https://github.com/PowerShell/Win32-OpenSSH/releases

2.解压到路径(一定解压到这个路径):C:\Program Files\OpenSSH

3.打开命令提示符,使用cd命令到步骤3中文件夹OpenSSH的位置,然后输入命令后回车:

powershell.exe -ExecutionPolicy Bypass -File install-sshd.ps1

若报错找不到powershell.exe命令,将%SystemRoot%\syswow64\WindowsPowerShell\v1.0加入Path环境变量

4.继续如下的命令后回车:

netsh advfirewall firewall add rule name=sshd dir=in action=allow protocol=TCP localport=22

5.设置服务开机自启并启动服务
sc config sshd start= auto

6.配置文件在C:\ProgramData\ssh\sshd_config

7.启动sshd,如下: net start sshd

上一篇:sharepoint 2013创建外部内容类型并创建外部列表


下一篇:yum update 时断电或终止断开后报错副本