[Linux] Windows10下使用Putty连接Linux虚拟机
Posted immjc
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Linux] Windows10下使用Putty连接Linux虚拟机相关的知识,希望对你有一定的参考价值。
1. 首先在Linux虚拟机上安装ssh服务(以Ubuntu16.04 LTS为例)。
sudo apt-get install openssh-server
2. 测试ssh服务是否安装成功并且运行ssh
sudo /etc/init.d/ssh start
3. 查看Linux的IP地址(inet addr)
ifconfig
4. 在虚拟机(以VirtualBox为例)设置网络
控制 -> 设置 -> 网络 -> 连接方式:桥接网卡 -> 界面名称:VirtualBox Host-Only -> OK
5. 设置Putty
Host Name(or IP address): Linux中的inet addr
Port: 22
Connection type: SSH
6. 登陆SSH
Login as: root
Password: xxx
以上是关于[Linux] Windows10下使用Putty连接Linux虚拟机的主要内容,如果未能解决你的问题,请参考以下文章
windows下使用putty+psftp连接linux虚拟机进行文件传输
Xming + PuTTY 在Windows下远程Linux主机使用图形界面的程序