SSH key on dreamhost

淺唱寂寞╮ 提交于 2019-12-04 05:55:20
lechup

I've had similar issue recently. Check permissions on server:

  • ~/ (whole home directory) 755 or lower for group & others - this was cause of the issue for me I had 765
  • ~/.ssh 700
  • ~/.ssh/authorized_keys 600

Update:

There also can be issue with encryptfs, details here: https://serverfault.com/questions/310827/ssh-prompts-for-password-even-though-private-keys-are-available-presented-to-se/310829#310829

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!