To use the SSH keys to connect MettleCI Workbench with your Github service you'll need to provide GitHub with your public key.
Note |
---|
When you install MettleCI Workbench (v1450 or earlier) it generates a
MettleCI Workbench v1451 or later generates GitHub-compliant ECDSA keys by default, so you won’t have to go through any of the above steps. |
Select the repository to which you wish to add your SSH and click the Settings option.
From the left-hand navigation pane select Deploy keys.
In the top right select Add deploy key.
Give the key a descriptive Title (including a reference to the related DataStage Engine host and its use for MettleCI Workbench might be a good idea)
On the DataStage Engine where Workbench is installed
cat
orStatus colour Yellow title unix type
your public key file (typicallyStatus colour Blue title WINDOWS workbench.key.pub
) and copy it to your clipboard (⌘-C/Ctrl-C).Paste the contents of the public key into the Key field.
If this is a repository to which Workbench should be able to write (e.g. a repository to which it will commit DataStage assets) then check the Allow write access option.
Click Add key.
...