CentOS 7 sshd Connection denied, port changed to 2200, centossshd

Source: Internet
Author: User

CentOS 7 sshd Connection denied, port changed to 2200, centossshd
1. The server cannot be connected.

Ssh: connect to host XXXXX port 22: Connection refused

Cause: centos7 changed the link port to 2200.

# Port 22
Port 2200

Modify it back or use the 2200 link.

Modify: vi/etc/ssh/sshd_config

2. The firewall is installed on centos7 by default instead of iptables.

Because it is a local test, you can directly disable the firewall and disable start-up.

Systemctl stop firewalld

Systemctl disable firewalld

3. Disable selinux.

Vi/etc/selinux/config

Modify the following content

# SELINUX = enforcing # comment out

# SELINUXTYPE = targeted # comment out

SELINUX = disabled # Add


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.