Ubuntu18.04系统如何禁止sshd服务使用tcp转发
时间:2024/5/22 14:25:00 来源:米安网络 作者:云主机配置专家 点击:237次
在ubuntu18.04中如何禁止sshd服务使用tcp转发呢?本文给出详细说明。
1.打开sshd_config文件
vi /etc/ssh/sshd_config
2.将#AllowTcpForwarding yes改为 AllowTcpForwarding no后保存退出
版权保护: 本文「Ubuntu18.04系统如何禁止sshd服务使用tcp转发」由 云主机配置专家 原创,转载请保留链接: https://www.miandns.com/docs/system/781.html