当前位置:网站首页>Git SSH bad permissions
Git SSH bad permissions
2020-11-06 22:33:00 【Rotco】
$ssh -T git@gitee.com
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0550 for 'XXXXXXXXXXXXX/.ssh/id_rsa' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
Load key "XXXXXXXXXXXXXX/.ssh/id_rsa": bad permissions
git@gitee.com: Permission denied (publickey).
A clear reason has been output in this step : The key security attribute setting is unreasonable
Solution : Linux: Modify the key pair file attribute to 700/500/400
chmod 700 XXXXXXXXXXXXX/.ssh/id_rsa*
Windows: In the key pair file attribute security option , Change the file control permission to only the owner of the file can control
版权声明
本文为[Rotco]所创,转载请带上原文链接,感谢
边栏推荐
- 非易失性MRAM存储器应用于各级高速缓存
- 图像处理工具包ImagXpress使用教程,如何查看事件
- Big data processing black Technology: revealing the parallel computing technology of Pb level data warehouse gaussdb (DWS)
- Common syntax corresponding table of mongodb and SQL
- vue3 新特性
- Summary of common SQL statements
- Python 100 cases
- How to create an interactive kernel density chart
- The method of local search port number occupation in Windows system
- Nodejs中使用jsonwebtoken(JWT)生成token的场景使用
猜你喜欢
2020-08-15: under what circumstances should data tasks be optimized?
Code generator plug-in and creator preform file analysis
What are the highlights of Huawei mate 40 series with HMS?
The essence of transaction and the principle of deadlock
QT audio and video development 46 video transmission UDP version
August 24, 2020: what are small documents? What's wrong with a lot of small files? How to solve many small files? (big data)
Experiment one
2020-09-04: do you understand the function call convention?
[elastic search engine]
[learning] interface test case writing and testing concerns
随机推荐
MRAM高速缓存的组成
Exclusive interview of guests at | 2020 PostgreSQL Asia Conference: Wang Tao
上海巨微专用蓝牙广播芯片
Mobile pixel adaptation scheme
细数软件工程----各阶段必不可少的那些图
The isolation level of transaction and its problems
Jenkins入门(二)声明式流水线Jenkins Pipeline
2020-08-19: what mechanism does TCP ensure reliability?
ado.net and asp.net The relationship between
Detect certificate expiration script
PHP后门隐藏技巧
Nanjing logo design and production, guide VI system design
测试攻城狮必备技能点!一文带你解读DevOps下的测试技术
NAND FLASH的接口控制设计
The use of Xunwei imx6 development board device tree kernel menuconfig
图像处理工具包ImagXpress使用教程,如何查看事件
迅为iMX6开发板-设备树内核-menuconfig的使用
The first choice for lightweight GPU applications is the NVIDIA vgpu instance launched by Jingdong Zhilian cloud
Stm32f030c6t6 compatible to replace mm32spin05pf
vue3 新特性