当前位置:网站首页>Git SSH bad permissions
Git SSH bad permissions
2020-11-06 22:33:00 【Rotcod】
$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).
此步已输出明确原因:密钥安全属性设置不合理
解决方案: Linux: 修改密钥对文件属性为700/500/400
chmod 700 XXXXXXXXXXXXX/.ssh/id_rsa*
Windows: 在密钥对文件属性安全选项中,将文件控制权限修改为仅文件所有者可控制
版权声明
本文为[Rotcod]所创,转载请带上原文链接,感谢
https://my.oschina.net/vxb/blog/4702893
边栏推荐
- Common syntax corresponding table of mongodb and SQL
- 2020-08-14:数据任务的执行引擎用的哪些?
- Ora-02292: complete constraint violation (midbjdev2.sys_ C0020757) - subrecord found
- Plug in bilibilibili new version 0.5.5
- 打工人好物——磨炼钢铁意志就要这样高效的电脑
- The Interpreter pattern of behavior pattern
- ImageMagick - 添加水印
- VARCHART XGantt入门教程
- Composition of MRAM cache
- 2020-08-20:GO语言中的协程与Python中的协程的区别?
猜你喜欢
2020-08-19:TCP是通过什么机制保障可靠性的?
The native API of the future trend of the front end: web components
20 XR projects roadshows, nearly 20 capital institutions attended! We sincerely invite you to attend the 2020 qcomm XR eco Partner Conference
QT audio and video development 46 video transmission UDP version
Application layer software development Godfather teaches you how to refactor, senior programmers must professional skills
What grammar is it? ]
VARCHART XGantt如何在日历上表示工作日
Stm32f030k6t6 compatible replacement smart mm32f031k6t6
小程序商城系统插件代码该如何写?怎么用代码检查添加插件是否成功?
Win7 AppCrash (solution)
随机推荐
甘特图对活动进行分组教程
Google browser realizes video playback acceleration function
C and C / C + + mixed programming series 5 - GC collaboration of memory management
The first choice for lightweight GPU applications is the NVIDIA vgpu instance launched by Jingdong Zhilian cloud
[doodling the footprints of Internet of things] Introduction to Internet of things
如何使用甘特图图层和筛选器
How much disk space does a file of 1 byte actually occupy
NAND FLASH的接口控制设计
Detailed software engineering -- the necessary graphs in each stage
小程序商城系统插件代码该如何写?怎么用代码检查添加插件是否成功?
Characteristics of magnetic memory chip STT-MRAM
STM32F030C6T6兼容替换MM32SPIN05PF
JS string - string string object method
JS array the usage of array is all here (array method reconstruction, array traversal, array de duplication, array judgment and conversion)
Visual rolling [contrast beauty]
MRAM高速缓存的组成
Message queue - Analysis
Exclusive interview of guests at | 2020 PostgreSQL Asia Conference: Wang Tao
打工人好物——磨炼钢铁意志就要这样高效的电脑
The Interpreter pattern of behavior pattern