修改ssh端口后无法连接ssh了?

修改ssh端口后无法连接ssh了?

分类:
Linux (71)

修改ssh端口后无法连接ssh了?

  1. [richard@localhost ~]$ vi /etc/ssh/sshd_config  

 

  1. [root@localhost richard]# vi /etc/ssh/sshd_config  
  2.   
  3. #       $OpenBSD: sshd_config,v 1.80 2008/07/02 02:24:18 djm Exp $  
  4.   
  5. # This is the sshd server system-wide configuration file.  See  
  6. # sshd_config(5) for more information.  
  7.   
  8. # This sshd was compiled with PATH=/usr/local/bin:/bin:/usr/bin  
  9.   
  10. # The strategy used for options in the default sshd_config shipped with  
  11. # OpenSSH is to specify options with their default value where  
  12. # possible, but leave them commented.  Uncommented options change a  
  13. # default value.  
  14.   
  15. Port 20010  //以前这个前面是有 # 号的,而且默认是 22 ,修改一下就ok了  
  16. #AddressFamily any  
  17. #ListenAddress 0.0.0.0  
  18. #ListenAddress ::  
  19.   
  20. # Disable legacy (protocol version 1) support in the server for new  
  21. # installations. In future the default will change to require explicit  
  22. # activation of protocol 1  
  23. Protocol 2  


重起ssh服务,修改端口才生效

  1. [root@localhost richard]# /etc/rc.d/init.d/sshd restart  
  2. 停止 sshd:                                                [确定]  
  3. 正在启动 sshd:                                            [确定]  


然后使用xshell连接发现连接不上!!!

找了好久才发现原来是iptables的问题,解决方法如下:

修改/etc/sysconfig/iptables文件,增加如下一行:

  1. -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j ACCEPT  

重启        iptables

  1. service iptables restart  


再连接发现好了!

转载于:https://www.cnblogs.com/Dennis-mi/articles/5150603.html

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值