ssh无法免密登陆 cannot remove ‘.ssh/authorized_keys’: Operation not permitted解决方法

1.在.ssh文件夹下执行命令chattr -i authorized_keys
2.rm -rf authorized_keys