怎么使用Putty登录安装在VirtualBox里的ubuntu
.
如何使用Putty登录安装在VirtualBox里的ubuntu
1.确认你的Ubuntu虚拟机是运行着的,并且网络连接是正常的。
2.打开Putty软件,在“主机名(或IP地址)”中输入你的虚拟机的IP地址,然后点击“打开”按钮。
3.如果是第一次使用Putty登录该虚拟机,会出现一个警告框,点击“是”按钮继续。
4.在“登录到计算机”的输入框中输入用户名,然后点击“回车”键。
5.输入密码,然后点击“回车”键。
提示:输入密码时,不会显示任何字符,这是正常现象,请放心输入。
登录成功后,会显示如下信息:
Welcome to Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-103-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud
0 packages can be updated.
0 updates are security updates.
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
To run a command as administrator (user "root"), use "sudo
See "man sudo_root" for details.
root@ubuntu:/home/ubuntu#
恭喜你,现在你已经成功登录到了你的虚拟机中!
相关文章