Password not required for logging on to centos through SSH

Source: Internet
Author: User
I think many people want to learn that Linux is a virtual machine installed, and then log on to the virtual machine linux through ssh in windows. isn't it annoying to enter a password every time? let's teach you a trick, in this way, you do not need a password to log on to Linux. If you have any help, please refer to the post for help. thank you ~~~. First, clear your password first (nonsense !...) Then modify the/etc/ssh/sshd_config File: # Todisabletunneled

I think many people want to learn that Linux is a virtual machine installed, and then log on to the virtual machine linux through ssh in windows. isn't it annoying to enter a password every time? let's teach you a trick, in this way, you do not need a password to log on to Linux. If you have any help, please refer to the post for help. thank you ~~~.

First, clear your password first (nonsense !...)

Then modify the/etc/ssh/sshd_config file:

# To disable tunneled clear text passwords, change to no here!
# PasswordAuthentication no
PermitEmptyPasswords yes
PasswordAuthentication yes

Restart the service: service sshd restart.

If you use putty, you do not need to clear the password. write a batch for processing as follows:

Start putty-pw password username @ IP address
Run it.

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.