当前位置:   article > 正文

开启linux服务器22端口,linux服务器修改ssh默认22端口方法

#port 22

如何修改ssh的默认22号端口,保证linux服务器远程管理安全!

1.登录服务器,打开sshd_config文件

vim /etc/ssh/sshd_config

2.找到#Port 22,默认是注释掉的,先把前面的#号去掉,再插入一行设置成你想要的端口号,注意不要跟现有端口号重复

# The strategy used for options in the default sshd_config shipped with

# OpenSSH is to specify options with their default value where

# possible, but leave them commented. Uncommented options change a

# default value.

Port 22

Port 23456

3.保存后退出,执行重启命令

/etc/init.d/sshd restart 或者 service sshd stop service sshd start

4.新开一个终端窗口测试23456端口是否可以正常连接服务器,如果成功则将Port 22删除,之所以先设置成两个端口,测试成功后再关闭一个端口,是为了方式在修改conf的过程中,万一出现掉线、断网、误操作等未知情况时候,还能通过另外一个端口连接上去调试以免发生连接不上必须派人去机房,导致问题更加复杂麻烦。

21ecb674e2a9760116e5d372d51e8251.png

本文地址:https://www.idcbest.com/idcnews/11004019.html

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Monodyee/article/detail/167246
推荐阅读
相关标签
  

闽ICP备14008679号