Creating an SSH Key Pair

(Requires the SFTP module in EFT SMB/Express) In the administration interface, you can define an SSH key pair for EFT and connecting clients. A wizard walks you through each step to create and store the key pair files.

To create a key pair

  1. On the main menu, click Tools >Create SSH2 Key.

    The Create SSH2 Public/Private Keypair wizard appears.

  2. Specify a name for the key pair. The default is "New SSH Key," but you can name it anything. (You are prompted to specify a different name if a key with the same name exists.)

  3. Specify a location in which to store the key pair.

  4. In the Options area:

    • Select the bit length for your key pair, 1024, 2048, or 4096 bits.

    • Select the output format for your key pair, OpenSSH or ssh.com.

  5. Click Next. The password page of the wizard appears.

  6. Provide and confirm the passphrase used to encrypt the private key. The passphrase cannot contain more than 256 characters, cannot contain only spaces and periods, and cannot contain the following characters:

    / (forward slash)

    \ (back slash)

    [ (left bracket)

    ] (right bracket)

    ; (semicolon)

    :  (colon)

    |  (pipe)

    = (equal sign)

    ,  (comma)

    + (PLUS sign)

    ? (question mark)

    < (left angle bracket)

    > (right angle bracket)

    { (left curly brace)

    } (right curly brace

  7. Click Next.

  8. If you want to use this key to authenticate EFT for inbound transactions, select the Use this key pair as the default host key.

  9. If you select the check box, specify the Site to which the key will apply.

  10. If you want to copy the public key to the SSH key manager, select the Copy the public key to the SSH key manager check box.

    • If you select the check box, you can provide a different name in the Public key name box, or keep the default that appears.

    • Copying the public key to the key manager is unnecessary unless you created this key pair for your partner. For security best practices, your partners should create their own key pairs, then give you a copy of their public key, which you would then import into the SSH key manager.

  11. Click Finish.

Related Topics