Create public and private key with PUTTYgen (sftp server)

Note: These instructions refer exclusively to generating and using public and private SSH keys for connecting an sftp server. For information on how to store your public and private key for Import Automation, see: Create public and private key with PUTTYgen (Import Automation)

Step by step

  1. Create private and public key in PuTTYgen

    Download the PuTTYgen software from https://www.puttygen.com/ and install it according to the manufacturer's instructions.

  2. Start PuTTYgen.

    Do not mix up: Make sure that you actually open PuTTYgen, not another software such as PuTTY or PuTTYtel.

  3. Make sure to enable the ECDSA option and select nistp256 as Curve to use for generating this key.

  4. Click Generate.

  5. Continue moving the mouse on the free area until the key pair is created.

  6. Click Save private key.

  7. Store the private key in a secure location.

    Always keep your private key a secret: Never pass on your private key - not even to Inxmail employees.

  8. Highlight the public key in the upper area of the program window and copy it to the clipboard.

  9. Store your public key in the Inxmail Identity Service

    Assign a password

    If you want to store the public SSH key in the Inxmail Identity Service, you must first assign a password to yourself.

  10. Store public key

    Open the URL https://id.inxmail.com/user/sshkey.

  11. Enter your user name ( firstname.surname) and your Inxmail Identity Service password .

  12. Paste the public key from the clipboard into the input field.

  13. Click Save.

  14. Log in to the sftp server using WinSCP and your public key

    Start WinSCP.

    Note: We will explain how to log in to your sftp server using WinSCP as an example. You can also use another sftp client instead of WinSCP.

  15. Click New Site.

  16. Enter the following data:

    Name

    Description

    File protocol SFTP
    Host name sftp.inxserver.com
    Port number 22
    User name Enter the user name that you have received from Inxmail for access to your web space. Note that this is not your user name for the Inxmail Identity Service.
    Password Do not enter a password. Instead, use the Advanced button to enter your private SSH key (see below).
  17. Click the Advanced button.

  18. Click "Authentication" under "SSH" in the left-hand section of your program window.

  19. Select the private SSH key that you have previously generated and saved.

  20. Confirm your entries by clicking "OK".

  21. Click "Save".

  22. Enter a name for the newly created site and confirm by clicking "OK".

    The newly created site will be displayed on the left-hand section of your program window.

  • You have created an SSH key pair (public + private key) with PuTTYgen, stored it in the Inxmail Identity Service and used it to log in to your sftp server.

Next steps

  • You can now upload images and files to your sftp server, using WinSCP or another sftp client.