-
Beta Was this translation helpful? Give feedback.
Answered by
kchen1023
Aug 15, 2024
Replies: 1 comment 6 replies
-
Did you convert your password to base64? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, I just tried it and it works. It seems like it will show in the logs if it is successful.
The issue I was having was that it kept saying path not found even though I quadruple checked, but then I realized that the Linux version somehow adds the path to 'build_output' in front of whatever you put in the credentials file.
So instead of
~/Downloads/Ghosts_Client/build_output/ssh_creds.json" for 'CredentialsFile'
which the client will try to go to ~/Downloads/Ghosts_Client/build_output/~/Downloads/Ghosts_Client/build_output/ssh_creds.json
I changed it to just "ssh_creds.json" and then it worked.