Centos FAQ 1. Why can't the newly installed centos system be connected using tools such as xshell and putty? Cause: The sshd service is not started. Solution: 1) run the command rpm-qa | grepssh to check whether ssh2 is installed.) use servicesshdstatus to check whether the service is installed... centos FAQ 1. Why can't the newly installed centos system be connected using tools such as xshell and putty? Cause: The sshd service is not started. Solution: 1) run the command rpm-qa | grep ssh to check whether ssh has been installed. 2) run the service sshd status command to check whether the service has been started. 3) if it has not been started: service sshd start or/etc/init. d/sshd start can be connected after startup. Set boot start: chkconfig -- add sshd and enable chkconfig sshd on
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