!
也想出现在这里? 联系我们
广告位
当前位置:首页>教程分享>服务器教程>解决 CentOS 修改 SSH 端口出错 error: Bind to port 1024 on 0.0.0.0 failed: Permission denied.

解决 CentOS 修改 SSH 端口出错 error: Bind to port 1024 on 0.0.0.0 failed: Permission denied.

VPS 上修改完 sshd_config 后(CentOS 7 系统),在操作 service sshd restart 重启 SSH 服务时,提示错误:

Job for sshd.service failed because the control process exited with error code. See \"systemctl status sshd.service\" and \"journalctl -xe\" for details.

运行 journalctl -xe 查看错误日志如下:

-- Unit sshd.service has begun starting up.sshd[12291]: error: Bind to port 1024 on 0.0.0.0 failed: Permission denied.sshd[12291]: error: Bind to port 1024 on :: failed: Permission denied.sshd[12291]: fatal: Cannot bind any address.systemd[1]: sshd.service: main process exited, code=exited, status=255/n/a
systemd[1]: Failed to start OpenSSH server daemon.

这个问题是由于 selinux 引起的,需要修改 selinux 中的 SSH 端口。

二、解决办法

解决办法就是修改 selinux 中的 SSH 端口,解决步骤如下:

1、安装修改工具

yum -y install policycoreutils-python

2、查看 selinux 中的 SSH 端口(输出默认的端口 22)

semanage port -l | grep ssh

3、新增目标端口

semanage port -a -t ssh_port_t -p tcp 1024

4、重启 SSH 服务

service sshd restart

这样就可以重启 SSH 服务成功了,SSH 端口也就修改成功了。

给TA打赏
共{{data.count}}人
人已打赏
服务器教程

Linux 上 PHP 开启调试模式,并显示错误日志教程

2021-4-17 19:16:14

服务器教程

Linux 上定时检测 MySQL 服务是否宕机,并自动重启服务

2021-4-17 19:16:16

声明 本站上的部份代码及教程来源于互联网,仅供网友学习交流,若您喜欢本文可附上原文链接随意转载。无意侵害您的权益,请发送邮件至 [email protected] 或点击右侧 私信:吉吉国王 反馈,我们将尽快处理。
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索
OneEase