Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
I can't connect to server instance using ssh SSH key from Cygwin. I found, that I can't change ssh key file permissiompermission.
WARNING: UNPROTECTED PRIVATE KEY FILE!

To resolve this copy your ssh SSH key to /tmp/mysshkey:

mkdir /tmp/fermin
cp ~/.ssh/id_rsa /tmp/fermin
chmod 600 /tmp/fermin/id_rsa
ssh -l fermin -i /tmp/fermin/id_rsa localhost