Skip to main content
Feedback

SSH Keys

You can generate SSH key sets and also import the existing SSH keys to use with SFTP endpoints.

Creating SSH Key

To create an SSH key, use the following steps:

  1. Click the Organization tab.
  2. Select an organization.
  3. Click the SSH Keys tab.
  4. Click Create SSH Key.
  5. In the Key Name field, enter a unique name.
  6. Confirm the Username/Email.
  7. Select one of the following from the Algorithm list.
    • RSA(Recommended)
    • DSA / ELGAMAL
  8. Select the key strength from the Key Strength list.
  9. Enter a Pass Phrase.
  10. Confirm the Pass Phrase.
  11. Optional: Enter a description for the SSH Key.
  12. Click Generate Key.

After clicking Generate Key, a window displays with options to download the private and public keys.

caution

This is the only opportunity to download the private key. If you do not download or lose the private key, you must create a new SSH key.

The generated public key is automatically stored in the SSH Keys list for the organization.

info

MFT does not support http://ssh.com or Putty formatted SSH keys. MFT provides support for openSSH.

Importing SSH Key

To import an SSH key, use the following steps:

  1. Click Import SSH Key.

  2. Drag and drop a valid public or private RSA key into the window and click Continue. Or you can Import Manually.

  3. In the Key Name field, enter the key name.

  4. Optional: Enter a pass phrase in the Pass Phrase field.

  5. Click Import.

Managing SSH Keys

You can edit or delete SSH keys from the SSH Keys tab by clicking the Actions menu next to the key you want to edit or delete.

Clicking Edit takes you to a view where you can change the Key Name and Description. You can redownload the Public key or you can delete the key again.

On this Page