A detailed description of the configuration method for the CentOS VMware SSH

Source: Internet
Author: User

1. Install SSH
[[email protected] ~]# yum install SSH
2. Start SSH
[[Email protected] ~]# service sshd start
3. Set up the boot operation
[[email protected] ~]# chkconfig sshd on
4, first modify the SSH configuration file. As follows:

[[email protected] ~]# vi/etc/ssh/sshd_config← open SSH configuration file with VI

#Protocol 2,1← Find this line will be "#" Delete, and then the end of the line ", 1" delete, only allow SSH2 mode of connection
Protocol 2← changed to this state, use only SSH2

#ServerKeyBits 768← Find this line, remove the "#" from the beginning and change 768 to 1024
Serverkeybits 1024← changed to this state, change Serverkey strength to 1024-bit

#PermitRootLogin yes← Find this line, remove the "#" from the beginning and change Yes to No
Permitrootlogin no← changed to this state, not allowed to log in with root

#PasswordAuthentication yes← Find this line, change Yes to No
Passwordauthentication no← changed to this state, do not allow password mode of login

#PermitEmptyPasswords no← found this line to remove the "#" of the wardrobe and not allow a blank password to log in
Permitemptypasswords no← changed to this state, disable blank password to log in
5, then save and exit.

A detailed description of the configuration method for the CentOS VMware SSH

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.