博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Permissions for id_rsa are too open
阅读量:6718 次
发布时间:2019-06-25

本文共 640 字,大约阅读时间需要 2 分钟。

  hot3.png

Last week I was lucky enough to have my laptop upgraded (yay SSD) which meant I needed to configure a new install of OSX Lion. Most of my files are stored online (email, documents, code, etc) but I made sure to keep my SSH keys in order to have a smooth transition.

Basically you simply need to make a copy of your id_rsa file, located in ~/.ssh/id_rsa. However, when you copy this to your new install you might run into the following error:

Permissions 0777 for ‘id_rsa’ are too open.

Luckily, it’s really easy to fix – keys need to be only readable by you.

chmod 600 ~/.ssh/id_rsa

Happy coding.

转载于:https://my.oschina.net/yygh/blog/617818

你可能感兴趣的文章
网络出现故障 托福网考遭遇“卡壳”
查看>>
戴尔携手微软:开发私有云系统
查看>>
S3c2410_SDIO_调试笔记<一>
查看>>
zabbix监控windows tcp连接数
查看>>
Java5线程并发库之其他同步工具类
查看>>
MySQL5.5源码包和5.6源码包安装
查看>>
关于上报错误最简单的实现方式--利用图片
查看>>
知识图谱与问答系统
查看>>
我的友情链接
查看>>
linux开机启动jar
查看>>
重构:改善既有代码的设计 精彩书评二
查看>>
框架与CSRF防御
查看>>
Eclipse汉化
查看>>
MongoDB入门
查看>>
linux操作界面配置
查看>>
命名管道操作
查看>>
Linux下的磁盘使用情况
查看>>
python基础 -- acm
查看>>
android第一天
查看>>
湖南卫视邮件服务器架设方案
查看>>