Linux (Red Hat) opens the SSHD service

Source: Internet
Author: User

1. Set up the SSHD service boot
[[email protected] ~]# chkconfig sshd on

View sshd boot Status
[Email protected] ~]# chkconfig--list|grep SSHD

2. View sshd Service Status

[[Email protected] ~]# service sshd status
Openssh-daemon (PID 3378) is running ...

3. Stop the SSHD service
[[Email protected] ~]# service sshd stop
Stopping sshd:

4. Start the sshd service [OK]
[[Email protected] ~]# service sshd start
Starting sshd: [OK]


5.SSHD Service configuration file
/etc/ssh/sshd_config


Port
Protocol
ListenAddress 10.226.70.30//Listening address
Permitrootlogin Yes//allow root login

Open under Root (non-root user does not have permissions, if not the root user can switch to the root user in Linux ' # ' indicates that the current command operation is an administrator, ' $ ' indicates that the current command operation is a normal user)

Linux (Red Hat) opens the SSHD service

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.