Ubuntu system cannot ssh login--Install OpenSSH

Source: Internet
Author: User

Unlike the Red Hat series Linux distributions, the Ubuntu system is not able to ssh in directly after installation. You need to install OpenSSH manually.

The Ubuntu Installation OpenSSH command is as follows:

sudo apt-get install openssh-server openssh-client

Perhaps your system already exists on the client side, but there is no problem, just execute the command on the line.

After the installation is complete, confirm that the SSH service is started:

Ps-e | grep ssh

If you do not start the following command, you can:

sudo service ssh restart

You can then connect using the Connect tool. Other configurations such as ports can only be modified by the configuration text.

Ubuntu system cannot ssh login--Install OpenSSH

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.