码迷,mamicode.com
首页 > Windows程序 > 详细

windows通过ssh连接虚拟机中的ubuntu步骤

时间:2018-05-25 22:46:33      阅读:283      评论:0      收藏:0      [点我收藏+]

标签:mon   html   ini   new   使用   tail   etc   /etc/   bsp   

linux端开启ssh服务

1.安装openssh-server包

sudo apt-get install openssh-server 

  2.启动ssh server

sudo /etc/init.d/ssh start

技术分享图片

3.确认ssh服务启动

ps -e | grep ssh

  技术分享图片

4.设定服务端口,设置完后重启服务

sudo vi /etc/ssh/sshd_config 

sudo /etc/init.d/ssh restart 

windos端设置连接配置

推荐使用工具bitvise,好处是既有命令窗口,又有文件窗口,非常方便!

技术分享图片

技术分享图片

版权声明:本文为生命奇迹泉原创文章,转载请注明出处生命奇迹泉http://blog.csdn.net/shengmingqijiquan https://blog.csdn.net/shengmingqijiquan/article/details/52367657

windows通过ssh连接虚拟机中的ubuntu步骤

标签:mon   html   ini   new   使用   tail   etc   /etc/   bsp   

原文地址:https://www.cnblogs.com/wu-chao/p/9090894.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!