Win10自带的SSH服务 & scp功能传输文件(linux)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
Win10的SSH目录
C:\Windows\System32\OpenSSH
用Win10自带的ssh功能连接虚拟机
ssh 用户名@ip地址
输入exit就退出
ssh到指定端口
ssh fv@176.2.1.98 -p 53986
用scp功能传输文件
scp 文件名 用户名@ip地址:目录
linux下,scp带密码传输
sshpass -p 密码 + scp 文件名 用户名@ip地址:目录
如果设置了hostname也可以
scp a.txt SIAT_fourth:/home/xxxao/
打开Win10电脑的ssh功能
首先要安装模块
然后以管理员身份运行cmd
net start sshd 启动服务 net stop sshd 停止服务
用另一台电脑连接
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献28条内容
所有评论(0)