You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I described the problem in webfactory/ssh-agent#149 and I'm not actually sure which action needs to be fixed, but it would certainly be helpful to collaborate to find a suitable solution.
The webfactory/ssh-agent action allows specifying a private SSH key to fetch dependencies via CMake's FetchContent functionality. It seems to work successfully on all major platforms: Linux, macOS and Windows, but I'm not sure how to make it work from within the msys2 shell.
The text was updated successfully, but these errors were encountered:
When using SSH (or git) on MSYS2, private keys are searched for at ~/.ssh/, which defaults to <path-to-msys2-installation-drive-or-path>/msys64/home/<user>/.ssh. Therefore, I guess that webfactory/ssh-agent needs to accept some option to put the private keys there, instead of somewhere else.
I described the problem in webfactory/ssh-agent#149 and I'm not actually sure which action needs to be fixed, but it would certainly be helpful to collaborate to find a suitable solution.
The
webfactory/ssh-agent
action allows specifying a private SSH key to fetch dependencies via CMake's FetchContent functionality. It seems to work successfully on all major platforms: Linux, macOS and Windows, but I'm not sure how to make it work from within themsys2
shell.The text was updated successfully, but these errors were encountered: