pygmystack / pygmy-legacy

Use pygmystack/pygmy instead
https://github.com/pygmystack/pygmy
MIT License
25 stars 16 forks source link

WSL insecure ssh key #17

Closed ycecube closed 5 years ago

ycecube commented 6 years ago

Hi,

I've tried to start the pygmy service on Windows with WSL, but I'm getting an insecure ssh key error.

screen shot 2018-08-02 at 12 21 41

The key's permission is setup properly inside WSL, although seemingly pygmy having issues identifying it properly.

ycecube commented 6 years ago

I've investigated it a little bit further and looks like the issue is not with pygmy itself, but with the shared folder from windows to docker. I guess that's why ssh-add sees it with mod 0755.

dasrecht commented 5 years ago

Hi Tamas

Yes this seems to be connected to the permissions of the WSL - There are ways described here: https://github.com/Microsoft/WSL/issues/3530