Password not required for logging on to linux via SSH
Source: Internet
Author: User
Log on to linux Using SSH without a password-Linux Enterprise Application-Linux server application information. For details, refer to the following section. Pioneer: A distant Oasis
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.
First, clear your password.
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:
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