Hi,
CircleCI needs to ssh onto my server to access a file with environment variables, and also to integrate the code once it passes tests. However, when I try to scp onto the server (using the same command in my CircleCI 1.0 build that worked) it responds Permission Denied (Public Key). Is there a way to generate a new SSH key for CircleCI to add to my server, or is the issue something else?
Thanks.