TimothyYe / skm

A simple and powerful SSH keys manager
https://timothyye.github.io/skm
MIT License
954 stars 54 forks source link

handle the case that store path is symbolic link dir #35

Closed xwjdsh closed 3 years ago

xwjdsh commented 3 years ago

I put my keys on iCloud and create a symbolic link directory(~/.skm) to point to it, then skm can't find keys. I knew I can set SKM_STORE_PATH to specify the real directory rather than a link, but it would be cleaner without this config item I think.