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

简介: 通过PowerShell开源社区的Win32-OpenSSH来管理你的Windows服务器官方安装步骤:https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH本人提供的简单试用步骤:到这里下载最新安装包:https://github.


通过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",然后上服务器看下有没有建出来)


目录
相关文章
|
1月前
|
网络协议 Windows
Windows Server 2019 DHCP服务器搭建
Windows Server 2019 DHCP服务器搭建
|
1月前
|
网络协议 定位技术 Windows
Windows Server 2019 DNS服务器搭建
Windows Server 2019 DNS服务器搭建
|
28天前
|
监控 关系型数据库 MySQL
PowerShell 脚本编写 :自动化Windows 开发工作流程
PowerShell 脚本编写 :自动化Windows 开发工作流程
24 0
|
28天前
|
Apache 数据中心 Windows
将网站迁移到阿里云Windows系统云服务器,访问该站点提示连接被拒绝,如何处理?
将网站迁移到阿里云Windows系统云服务器,访问该站点提示连接被拒绝,如何处理?
|
28天前
|
域名解析 缓存 网络协议
Windows系统云服务器自定义域名解析导致网站无法访问怎么解决?
Windows系统云服务器自定义域名解析导致网站无法访问怎么解决?
|
29天前
|
弹性计算 安全 Windows
通过远程桌面连接Windows服务器提示“由于协议错误,会话将被中断,请重新连接到远程计算机”错误怎么办?
通过远程桌面连接Windows服务器提示“由于协议错误,会话将被中断,请重新连接到远程计算机”错误怎么办?
|
29天前
|
弹性计算 数据安全/隐私保护 Windows
阿里云国际版无法远程连接Windows服务器的排查方法
阿里云国际版无法远程连接Windows服务器的排查方法
|
1月前
|
网络协议 文件存储 Windows
Windows Server 2019 FTP服务器搭建
Windows Server 2019 FTP服务器搭建
|
6月前
|
弹性计算 网络安全 Apache
windows server2012服务器下PHPstudy配置ssl证书(https配置)
windows server2012服务器下PHPstudy配置ssl证书(https配置)
177 0
|
6月前
|
算法 程序员 Apache
Windows下搭建SVN服务器并配置eclipse和idea
Windows下搭建SVN服务器并配置eclipse和idea
159 1