How to install SSH server under Ubuntu

Source: Internet
Author: User
Tags ssh server dns spoofing

Since Xshell remote connection to Ubuntu is via SSH protocol, it is necessary to install an SSH server to Ubuntu.

1) Ubuntu installation SSH server

sudo apt-get install Openssh-server

2) If a problem occurs, restart the SSH service to

sudo service ssh restart

3) SSH Protocol Popular

Secure Shell(abbreviated as ssh), developed by the IETF Network Working group, which is a security protocol created on the application and transport layers, Provides a secure transport and usage environment for the shell (shell) on your computer.

Traditional Web service programs such as Rsh, FTP, pop, and telnet are inherently insecure because they transmit data, user accounts, and user passwords in plaintext over the network, and are vulnerable to an attack by a man-in-the-middle (man-in-the-middle) attack. Is that there is another person or a machine impersonating a real server to receive data from a user to the server, and then impersonating the user to pass the data to the real server.

SSH is now a more reliable protocol that provides security for Telnet sessions and other network services. The use of SSH protocol can effectively prevent the information leakage in the remote management process. SSH allows you to encrypt all transmitted data, as well as to prevent DNS spoofing and IP spoofing.

Another advantage of SSH is that the data it transmits can be compressed, so it can speed up the transfer. SSH has many functions, which can replace Telnet and provide a secure "channel" for FTP, POP, and even PPP.

Reference website:

Https://zh.wikipedia.org/wiki/Secure_Shell

http://blog.csdn.net/tennysonsky/article/details/43489457

How to install SSH server under Ubuntu

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.