Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • This is probably cause by the fact that you've set the permissions as you have. Ssh won't accept world readable keys. Have you tried setting them back? Commented Apr 2, 2015 at 23:54
  • error: Could not load hostkey: /etc/ssh/ssh_host_ed25519_key does this file exists ? also, proper /etc/ssh permission is 755, not 777 (wrong(too open) permisson might prevent ssh/sshd from accessing file) Commented Apr 3, 2015 at 11:20