How to remotely log on to ubuntu12.04 in Windows 7

Source: Internet
Author: User
Tags xming

In the process of development, it is impossible to always stay next to the server, so remote login is very useful. Next I will introduce three methods for my test:

Method 1: putty

Advantage: In the command line mode, the speed is fast and the efficiency is high.

Disadvantage: no graphical interface

Configuration process:

First install the openssh-server software in ubuntu: sudo apt-get install openssh-server

Some people say they want to open the ssh service and port 22, but after installation, they can

Download the putty software in Windows 7, which is an executable software.

Open the software, fill in the ubuntu ip address in the ip address, and then click open.

Then, you can use the command line to operate the remote machine.

Method 2: putty + xming

Advantage: Graphical operation is supported.

Disadvantage: slow

The installation and configuration of putty are as follows:

Let's talk about the xming configuration process.

 

1. Install Xming on win7:

Http://sourceforge.net/projects/xming/

2. Use Xming launch to set the display number to 10.

3. Select Enable X11 forwarding under putty X11, and fill in X display location: 10

Click the putty open button.

Note that you cannot directly use startx in the command line window, but you can only use commands, such as firefox.

 

Method 3: vnc connection for graphical login

Advantage: Graphical operations, faster than the second method

Disadvantage: the efficiency is not the highest, and only one person can log on at the same time

Let's turn this into someone else:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.