echodot-llc / Red

3 stars 0 forks source link

SSH Key not saved #11

Closed scuml closed 3 years ago

scuml commented 3 years ago

When trying to save a connection in favorites that uses an SSH key, it does not save the path to the key. (Moved from https://github.com/echodot-llc/Kubermagic/issues/1)

scuml commented 3 years ago

@bappelt Please subscribe to this issue.

scuml commented 3 years ago

This issue is plaguing a handful of users, and when I think I've fixed it, it pops again in later releases. I believe it is related to Apple's sandboxing/file bookmarks, but I can't see what exactly could be wrong with the implementation. Everything works fine on my development machines.

If you are or if you are not having this issue, please comment below with your machine/OS/Red version so I can get a feel for how widespread the problem is.

Please also provide screenshots or at least the path which stores your ssh keys. That might provide some additional clues.

bappelt commented 3 years ago

I am having the issue with Red 1.7.1 on a 2018 Macbook Pro running MacOS 11.4.

The ssh key I am trying to save is at /Users/bappelt/.ssh/scorebird-staging which get selected as ~/.ssh/scorebird-staging

mr-j-tree commented 3 years ago

I have this issue with Red 1.7.1, macOS 11.4 on Mac mini (2018).

My ssh key is located in ~/.ssh/some-key-name.pem

scuml commented 3 years ago

Thanks for the updates. Please check out Red 1.7.2 - released today - and let me know if the problem is resolved.

mr-j-tree commented 3 years ago

Fixed! It worked straight after updating without me having to reselect the PEM file. It remembered the selection from the previous launch and populated the field - all I had to do was press Connect.

Thanks for the fix, nice work!

bappelt commented 3 years ago

Awesome! Worked perfectly for me as well.

scuml commented 3 years ago

Great to hear! Thanks for verifying the fix worked.