ubuntu20.04 root用户sshd_config没有权限修改问题


执行如下命令即可解锁

cd /etc/ssh
chattr -V -ia sshd_config

相关