Centos7修改ssh默认端口无法启动sshd服务

修改SSH默认的端口后保存 systemctl restart sshd.service后直接失败

Redirecting to /bin/systemctl restart sshd.service
Job for sshd.service failed because the control process exited with error code. See "systemctl status sshd.service" and "journalctl -xe" for details.
[root@localhost ssh]# systemctl status sshd.service
● sshd.service - OpenSSH server daemon
   Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor preset: enabled)
   Active: activating (auto-restart) (Result: exit-code) since Wed 2020-11-04 03:27:12 EST; 16s ago
     Docs: man:sshd(8)
           man:sshd_config(5)
  Process: 25665 ExecStart=/usr/sbin/sshd -D $OPTIONS (code=exited, status=255)
 Main PID: 25665 (code=exited, status=255)

Nov 04 03:27:12 localhost.localdomain systemd[1]: sshd.service: main process exited, code=exited, status.../n/a
Nov 04 03:27:12 localhost.localdomain systemd[1]: Failed to start OpenSSH server daemon.
Nov 04 03:27:12 localhost.localdomain systemd[1]: Unit sshd.service entered failed state.
Nov 04 03:27:12 localhost.localdomain systemd[1]: sshd.service failed.

sshd -t 没有回馈
完全没有有用的信息,突然想起来selinux这个鬼东西没处理。。。

临时关闭SELinux

setenforce 0

临时打开SELinux

setenforce 1

永久关闭的话,请修改/etc/selinux/config文件,将SELINUX=enforcing修改为disabled
在这里插入图片描述

关闭后再重新启动sshd就没有报错了。

[root@localhost ssh]# systemctl restart sshd
[root@localhost ssh]# 

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

reg183

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值