利用windows远程连接ubuntu16.04
时间:2020-08-28 23:16:36
收藏:0
阅读:89
步骤:
1. 在unbuntu上安装ssh
sudo apt install openssh-server -y
2. 下载puytty
3.设置putty
查看windows下的ip:
cmd
ipconfig
查看untuntu下的ip:
ifconifg -a;


4. 在弹出来的对话框中填写用户名和登陆密码
5. ls xxx;
pwd ;
enjoy.

原文:https://www.cnblogs.com/leoking01/p/13579691.html
评论(0)