To use the SSH keys to connect to MettleCI Workbench with your Github service you'll need to provide it GitHub with your public key.
Note |
---|
When you install MettleCI Workbench (v1450 or earlier) it generates a |
...
THIS PAGE NEEDS MORE DETAIL!
GitHub
Visit the GitHub SSH key settings to add a new key:
...
You can also autofill deploy keys.
...
This was fine up until 15th March 2022 when GitHub unexpectedly stopped accepting RSA and DSA keys. If you wish to integrate MettleCI with GitHub you should do the following…
|
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.
...