摘要:
CentOS下SSH默认端口22修改成其他端口 步骤一:修改配置文件:/etc/ssh/sshd_config ,找到 “#port ” 命令: vim /etc/ssh/sshd_config ps:快速查询指定字符方法:1、从上往下查找("/"+搜索内容),比如搜索“port” : /port。 阅读全文
摘要:
查看状态: systemctl status sshd.service 启动服务: systemctl start sshd.service 重启服务: systemctl restart sshd.service 开机自启: systemctl enable sshd.service 阅读全文