Add Public Key

You can add SSH, FTP, Platform Server, and HTTPS public keys to the TIBCO MFT Command Center system and associate the public key with a user or server through the Add Public Key page which can be accessed by clicking Administration > Protocol Keys > Public Keys > Add Public Key.

The following figure shows the Add Public Key page:

To add a public key that is received by a third party, select a key type from the Public Key Type drop-down list, define whether the key is to be assigned to a server or a user, define whether the key is enabled or disabled when it is added to the database, and then paste the Base64 format key to the text box at the bottom. Click Continue and then verify the details to save the public key.

A public key should be in one of the following format:
SSH Public Keys
---- BEGIN SSH2 PUBLIC KEY ----
......ssh key information.....
......ssh key information.....
---- END SSH2 PUBLIC KEY ----
Or,
ssh-rsa ......ssh key information.....
......ssh key information.....
......ssh key information.....
user@domain
Platform, HTTPS and FTPS Public Keys
-----BEGIN CERTIFICATE-----
......certificate information.....
......certificate information.....
-----END CERTIFICATE-----