I am struggling with permission denied message when invoking "echo hello" on a remote host using ssh-run 0.5.0. The documentation is poor, the forum is small, answers to similar questions are far in-between and are usually "two liners" without giving good understanding, links to docs seem to be out of sync. I am so disappointed that I am about to tell all my dev friends to go for GitLab and abandon Bitbucket for good. I am talking to managers here, not devs (I know devs do their work fine) If you are an a business of providing a tech service, how can you be so amateur in the core instructional documentation?
When using a custom SSH_KEY for the ssh-run , am I to use the the Repository variables to set the actual ssh keys? if so then what do I make a variable of, the private or the public key? If am I using the default ssh key, is it from Settings->Pipelines ->SSH Keys section? If so, do I need to copy the public key to the HOST used at the ssh-run clause in my bitbucket-pipelines.yml file?
