Enable the ssh-Server Service in Ubuntu to support Remote Desktop Connection

Source: Internet
Author: User

To remotely log on to Ubuntu and enable the ssh-Server service. The successful method is as follows:

Sudo apt-Get install OpenSSH-Server

Openssh-client is installed by default in Ubuntu, so it is not installed here. If your system is not installed, use apt-get to install it.

Then confirm whether the sshserver is started:

PS-E | grep SSH

If only SSH-agent is available, the ssh-server has not been started./etc/init. d/ssh start is required. If you see sshd, the ssh-server has been started.

The SSH-server configuration file is located in/etc/ssh/sshd_config. Here, you can define the SSH service port. The default port is 22. You can define it as another port number, such as 1985. Then restart the SSH service:

Sudo/etc/init. d/ssh resart

 

Http://www.cnblogs.com/jayleke/archive/2011/11/14/2248442.html

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.