authorized_keys文件无法删除

简介: authorized_keys文件无法删除

执行命令: rm -rf authorized_keys

提示: rm: 无法删除"authorized_keys": 不允许的操作

解决:

chattr -i authorized_keys
rm -rf authorized_keys
目录
相关文章
|
Shell 网络安全 数据安全/隐私保护
|
安全 网络安全
[windows10]下Bad owner or permissions on .ssh/config的解决办法
[windows10]下Bad owner or permissions on .ssh/config的解决办法
1021 0
|
网络安全
ssh启用报错 unable to load host key /etc/ssh/ssh_host_ed25519_key bad permissions
ssh启用报错 unable to load host key /etc/ssh/ssh_host_ed25519_key bad permissions
484 0
rm: 无法删除“.user.ini“: 不允许的操作
rm: 无法删除“.user.ini“: 不允许的操作
335 0
|
数据安全/隐私保护 网络安全
Ansible 批量传递免密码登录密钥(authorized_key)
ansible 172.20.70.50 -m authorized_key -a "user=root state=present key"{{lookup('file','/root/.
2465 0
|
SQL 关系型数据库 MySQL

热门文章

最新文章