For some integrations, you'll need to generate and share an SSH key, specifically an RSA Public Key. SSH keys are an authentication method used to grant access to an encrypted connection between systems and are a great way of making your integration more secure.
โ
Generating An SSH Key Using Windows
You will need some specialist software. We recommend PuTTYgen but your teams may have their own software that they use. There is a complete guide on how to download, install and use PuTTygen here.
Generating An SSH Key Using Apple (MacOS) or Linux
We recommend just generating the private/public key pair using the terminal.
Click the Launchpad icon in the Dock, type "Terminal" in the search field, then click Terminal. Alternately, in the Finder , open the /Applications/Utilities folder, then double-click Terminal.
Enter the command ssh-keygen -t rsa in the Terminal window
Select a location where you wish the generated key to be stored or save to the default location.
Type in a passphrase or press enter to continue without a passphrase
If you selected a passphrase, you will need to enter this again to continue and for the key pair to be generated.
Note: Your private key should be in rsa format, with no file extension.