From 8281738369b33425ccbf6e4f8199166c809ccfb6 Mon Sep 17 00:00:00 2001 From: Conor Finn Date: Mon, 17 Jul 2023 09:45:54 +0100 Subject: [PATCH] Add SSH key step to manual instructions RE #62 --- macOS/jenkins-node/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/macOS/jenkins-node/README.md b/macOS/jenkins-node/README.md index d672e0a..7571cec 100644 --- a/macOS/jenkins-node/README.md +++ b/macOS/jenkins-node/README.md @@ -40,6 +40,11 @@ There are few steps that need to be manually taken on a brand new machine before - Run `xcode-select --install`. - Wait for the popup to appear and click `Install`. + +- Back on the machine you will be doing the deployment on, you will need to add your SSH key to the new mac: + + - `ssh-copy-id mantidbuilder@` + ## Jenkins Controller Node Creation - Provision a new node in [Jenkins](https://builds.mantidproject.org/computer) with the following changes: