修改ssh默认端口号
生活随笔
收集整理的這篇文章主要介紹了
修改ssh默认端口号
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
修改的是 /etc/ssh/sshd_config 文件
[root@linux ~]# vi /etc/ssh/sshd_config
#?????? $OpenBSD: sshd_config,v 1.69 2004/05/23 23:59:53 dtucker Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information. # This sshd was compiled with PATH=/usr/local/bin:/bin:/usr/bin # 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 8284????? //以前這個(gè)前面是有 # 號(hào)的,而且默認(rèn)是 22 ,修改一下就ok了
#Protocol 2,1
#ListenAddress 0.0.0.0
#ListenAddress :: # HostKey for protocol version 1
#HostKey /etc/ssh/ssh_host_key
# HostKeys for protocol version 2
#HostKey /etc/ssh/ssh_host_rsa_key
#HostKey /etc/ssh/ssh_host_dsa_key
重起ssh服務(wù),修改端口才生效
[root@linux ~]# /etc/init.d/sshd restart
Stopping sshd:???????????????????????????????????????????? [ OK ]
Starting sshd:???????????????????????????????????????????? [ OK ]
[root@linux ~]# 為了檢驗(yàn)是否正確,可以使用 netstat -an 命令查看一下。
[root@linux ~]# vi /etc/ssh/sshd_config
#?????? $OpenBSD: sshd_config,v 1.69 2004/05/23 23:59:53 dtucker Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information. # This sshd was compiled with PATH=/usr/local/bin:/bin:/usr/bin # 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 8284????? //以前這個(gè)前面是有 # 號(hào)的,而且默認(rèn)是 22 ,修改一下就ok了
#Protocol 2,1
#ListenAddress 0.0.0.0
#ListenAddress :: # HostKey for protocol version 1
#HostKey /etc/ssh/ssh_host_key
# HostKeys for protocol version 2
#HostKey /etc/ssh/ssh_host_rsa_key
#HostKey /etc/ssh/ssh_host_dsa_key
重起ssh服務(wù),修改端口才生效
[root@linux ~]# /etc/init.d/sshd restart
Stopping sshd:???????????????????????????????????????????? [ OK ]
Starting sshd:???????????????????????????????????????????? [ OK ]
[root@linux ~]# 為了檢驗(yàn)是否正確,可以使用 netstat -an 命令查看一下。
轉(zhuǎn)載于:https://blog.51cto.com/chongerfei/119829
總結(jié)
以上是生活随笔為你收集整理的修改ssh默认端口号的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: p5二周目继承什么
- 下一篇: silverlight for olap