Skip to content

Dev Dustin

by Dustin Kendall

Tag: permissions

Posted on October 22, 2015July 22, 2016

ssh ‘permissions are too open’ error

Have you ever encountered this error when dealing with ssh private keys?

‘permissions are too open’

To fix this, you need to set owner read and write permissions on the private key:

chmod 600 ~/.ssh/id_rsa

Recent Posts

  • Reading an environment variable from Android build.gradle
  • Kotlin for Android: new project
  • What does the ‘which’ command do?
  • Genymotion device goes offline after Mac screen locks
  • Kotlin vs Java: performance

Archives

  • February 2018 (1)
  • January 2017 (6)
  • September 2016 (2)
  • August 2016 (3)
  • July 2016 (3)
  • January 2016 (1)
  • November 2015 (1)
  • October 2015 (5)
  • August 2015 (1)
  • July 2010 (2)
  • June 2010 (4)
  • May 2010 (1)
  • April 2010 (2)
  • March 2010 (5)
  • February 2010 (5)

Categories

  • agile
  • android
  • bash
  • c#
  • django
  • interviewing
  • java
  • keychain
  • kotlin
  • linux
  • spring
  • ssh
  • watchkit
Proudly powered by WordPress