".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
默认情况下,端口22用于建立SSH连接。您可以通过修改SSH端口来防止暴力攻击,从而增强服务器的安全性。本文将介绍下[Database Mart](/#)美国VPS修改SSH端口的方法步骤。
点击访问:[Database Mart官网](https://go.idcspy.com/clients.databasemart.com/)
1、登录到Database Mart[美国VPS](/#)服务器
使用SSH工具(如PuTTY),登录到Database Mart美国VPS服务器。如果使用的是Ubuntu系统,那么可使用下面命令切换到非root用户。
> \# sudo-i
2、编辑SSH配置文件
成功登录到Database Mart美国VPS服务器后,您还需编辑SSH配置文件。SSH配置文件是sshd\_config,您可以使用“vi”来编辑配置。首先,输入下面的命令:
> \# vi /etc/ssh/sshd\_config
打开SSH配置文件后,键入/Port搜索
![](https://www.idcspy.com/wp-content/uploads/2023/04/pz.png)
3、修改完成后,保存SSH配置文件,并使用命令“:wq”退出。
![](https://www.idcspy.com/wp-content/uploads/2023/04/pz1.png)
4、重启SSH服务
运行下面命令,重新启动SSH服务,以使配置生效。
> \# service sshd restart
![](https://www.idcspy.com/wp-content/uploads/2023/04/pz2.png)
5、使用新端口登录到Database Mart美国VPS服务器
更改SSH端口后,会话会中断。您需要使用新端口重新登录到Database Mart美国VPS服务器。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103057.html