当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- How does LeadTools detect, read and write barcodes
- Detect certificate expiration script
- Git SSH bad permissions
- Using JSON webtoken (JWT) to generate token in nodejs
- How to manage the authority of database account?
- 小熊派开发板实践:智慧路灯沙箱实验之真实设备接入
- Getting started with varhart xgantt
- List to map (split the list according to the key, and the value of the same key is a list)
- Zhou Jie: database system of East China Normal University
- A good thing for working people -- to temper the will of iron and steel requires such an efficient computer
猜你喜欢
The first choice for lightweight GPU applications is the NVIDIA vgpu instance launched by Jingdong Zhilian cloud
The method of local search port number occupation in Windows system
如何创建交互式内核密度图表
Epu360: all the H5 templates you want are here, e-book, big turntable, red envelope rain, questionnaire survey
Web API interface design: swaggerui document / unified response format / unified exception handling / unified authority verification
预留电池接口,内置充放电电路及电量计,迅为助力轻松搞定手持应用
Message queue - Analysis
小程序商城系统插件代码该如何写?怎么用代码检查添加插件是否成功?
How to deploy Gantt chart quickly and correctly
10000! Ideal car recalls all defective cars: 97 accidents have occurred and losses will be expanded
随机推荐
C language I blog assignment 03
The Interpreter pattern of behavior pattern
Detailed software engineering -- the necessary graphs in each stage
插件Bilibili新版0.5.5
JS string - string string object method
关于DevOps的七大误解,99%的人都曾中过招!
The memorandum model of behavior model
Using JSON webtoken (JWT) to generate token in nodejs
2020 database technology conference helps technology upgrade
Countdown | 2020 PostgreSQL Asia Conference - agenda arrangement of Chinese sub Forum
NAND FLASH的接口控制设计
Qt音视频开发46-视频传输UDP版
How to manage the authority of database account?
Mobile pixel adaptation scheme
8.Swarm创建维护和水平扩展Service
How to write plug-in code of small program mall system? How to use code to check whether the plug-in is successfully added?
Jenkins入门(二)声明式流水线Jenkins Pipeline
Erd-online free online database modeling tool
汽车维修app开发的好处与功能
#JVM 类加载机制