1.下载Windows Terminal
在微软商店(Microsoft Store)搜索下载 Windows Terminal。

2.安装OpenSSH客户端
在设置 --> 应用 --> 可选功能中添加 OpenSSH 客户端

3.测试ssh和scp命令功能

4.生成密钥
在 CMD 中执行命令
ssh-keygen
5.使用scp命令将Windows公钥发送至服务器
scp -P 2222 C:\Users\mahf\.ssh\id_rsa.pub root@test.com:~/.ssh/authorized_keys
6.在Windows Terminal设置登录配置文件
复制一份命令提示符的配置文件,修改命令行。

评论