通过PowerShell开源社区的Win32-OpenSSH来管理你的Windows服务器

Posted yangzhenping

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过PowerShell开源社区的Win32-OpenSSH来管理你的Windows服务器相关的知识,希望对你有一定的参考价值。



通过PowerShell开源社区的Win32-OpenSSH来管理你的Windows服务器


官方安装步骤:https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH

本人提供的简单试用步骤:
到这里下载最新安装包:
https://github.com/PowerShell/Win32-OpenSSH/releases
比如我用的:https://github.com/PowerShell/Win32-OpenSSH/releases/download/v0.0.7.0/OpenSSH-Win64.zip
下载下来解压到C盘,然后用管理员打开服务器自带的PowerShell,运行下列命令:
cd C:\\OpenSSH-Win64\\OpenSSH-Win64
Set-ExecutionPolicy unrestricted
.\\install-sshd.ps1
.\\ssh-keygen.exe -A
如下图:

然后打开Services,启动ssh-agent和sshd:

你可以用Putty连上你的Windows服务器,如图:(你也可以自己建个目录"md c:\\puttytestfolder",然后上服务器看下有没有建出来)


以上是关于通过PowerShell开源社区的Win32-OpenSSH来管理你的Windows服务器的主要内容,如果未能解决你的问题,请参考以下文章

.NET西安社区「拥抱开源,又见 .NET:壹周年Party」活动简报

win10怎样打开PowerShell

win7怎样运行powershell脚本

五月新增开源项目:“复刻” Win 95 到 iOS;Grails 框架作者携最新力作登场

scoop - 初次使用

win10 powershell禁止运行脚本解决