I am using scp in a pipeline and need to copy a file saved in my download directory. what is the path to this directory?
Hi @Greg Noble
I guess that is not a Pipeline specific question, but an SSH/SCP question.
I assume you are trying to start the connection from pipelines, right?
In order for that to work, you will need that your machine is reachable from the internet so the pipeline container can connect with it.
Another option is that your machine has a SSH tunnel to a gateway that would be able to allow your machine to be reachable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.