Quickly create an SSH service in Ubuntu

Source: Internet
Author: User
Tags ssh secure shell
Generally, if Ubuntu is used as the server, we often need to remotely connect to it through other clients. SSH is required for remote connection. Here is a method to quickly complete this task. Enter the command # sudoapt-getinstallopenssh-serveropenssh-client. In general, this step will soon download and install the ssh service. After the installation is complete, it will be automatically started by default. If it is not started, you can run servicessh

Generally, if Ubuntu is used as the server, we often need to remotely connect to it through other clients.

SSH is required for remote connection. Here is a method to quickly complete this task.

Type the command

# Sudo apt-get install openssh-server openssh-client

In general, this step will soon download and install the ssh service, and it will be automatically started by default after the installation is complete. If it is not started, you can run the command

Service ssh start to start it.

After starting the ssh service, we can connect to it from another machine.

# Ssh user @ server -- ip

If you want to remotely connect to windows, you need to install a tool, such as SSH Secure Shell or Putty.

Related Article

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.