Centos SSH installation and configuration

Source: Internet
Author: User
Tags dns spoofing
Original article:Http://www.cnblogs.com/alaska1131/articles/1659654.html

SSHThis is short for Secure Shell, developed by the Network Working Group of IETF.Application LayerAndTransport LayerBased on the security protocol.

Traditional Network ServicesProgram, SuchFTP, Pop andTelnetThey are inherently insecure because they transmit data, user accounts, and user passwords in plain text on the network, and are vulnerableIntermediary(Man-in-the-middle) attacks. There is another person or a machine impersonating a Real Server to receive data from the user to the server, and then impersonating the user to pass the data to the Real Server.

SSH is a reliable protocol designed for remote logon sessions and other network services. The SSH protocol can effectively prevent information leakage during Remote Management. BySSHIt can encrypt all transmitted data and prevent DNS Spoofing and IP spoofing.

 

System and version:CentosVPC: release 5.3 (final)

Install SSH

Yum Install SSH

Start SSH

 
Service sshd start

Set startup

 
Chkconfig sshd on

SSHThis is short for Secure Shell, developed by the Network Working Group of IETF.Application LayerAndTransport LayerBased on the security protocol.

Traditional network service programs, suchFTP, Pop andTelnetThey are inherently insecure because they transmit data, user accounts, and user passwords in plain text on the network, and are vulnerableIntermediary(Man-in-the-middle) attacks. There is another person or a machine impersonating a Real Server to receive data from the user to the server, and then impersonating the user to pass the data to the Real Server.

SSH is a reliable protocol designed for remote logon sessions and other network services. The SSH protocol can effectively prevent information leakage during Remote Management. BySSHIt can encrypt all transmitted data and prevent DNS Spoofing and IP spoofing.

 

System and version:CentosVPC: release 5.3 (final)

Install SSH

Yum Install SSH

Start SSH

 
Service sshd start

Set startup

 
Chkconfig sshd on
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.