> ## Documentation Index
> Fetch the complete documentation index at: https://developers.techwolf.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# How To: Add an SSH Key to the Integration Center

Integration Center schedules connect to the TechWolf
[SFTP server <Icon icon="link" iconType="solid" />](/integrations/reference/sftp/sftp)
with either a username and password, or a username and SSH key. This guide
covers the SSH key option: SAP SuccessFactors generates the key pair in the
Security Center, you share the public key with TechWolf, and the Integration
Center schedules authenticate with it. The private key never leaves SAP
SuccessFactors.

<Steps>
  <Step title="Go to the Security Center">
    Enter `Security Center` in the search bar at the top of the screen and
    open it. Click the `Other Keys` tile.

    <Card title="" img="https://mintcdn.com/techwolf/srm4xkDdr51eoxSQ/integrations/datasource-integrations/sap-standard-input-integration/add-ssh-key-integration-center/security-center.png?fit=max&auto=format&n=srm4xkDdr51eoxSQ&q=85&s=bfc7fe0bd16b0abbfd216f72833f4dd7" width="1460" height="812" data-path="integrations/datasource-integrations/sap-standard-input-integration/add-ssh-key-integration-center/security-center.png" />
  </Step>

  <Step title="Generate the key">
    Click `Add` at the top left of the key list and fill in the form:

    * Name: a recognisable name, e.g. `TechWolf SFTP Key`
    * Category: `Authentication Key (SSH)`
    * Key Size: `4096 bits`
    * Valid From and Valid Until: optional. When set, the schedules stop
      working after the `Valid Until` date, so set a reminder to rotate
      the key before it expires.

    Click `Generate and Save`.

    <Card title="" img="https://mintcdn.com/techwolf/srm4xkDdr51eoxSQ/integrations/datasource-integrations/sap-standard-input-integration/add-ssh-key-integration-center/generate-key-form.png?fit=max&auto=format&n=srm4xkDdr51eoxSQ&q=85&s=ec60b542f6b659ae6825cefc59331a47" width="1460" height="812" data-path="integrations/datasource-integrations/sap-standard-input-integration/add-ssh-key-integration-center/generate-key-form.png" />
  </Step>

  <Step title="Download the public key">
    Select the new key in the list and click `Download Public Key` at the
    top right. This downloads a `.pub` file.

    <Card title="" img="https://mintcdn.com/techwolf/srm4xkDdr51eoxSQ/integrations/datasource-integrations/sap-standard-input-integration/add-ssh-key-integration-center/download-public-key.png?fit=max&auto=format&n=srm4xkDdr51eoxSQ&q=85&s=a819eca3cf0b37746e8429ded8d1bffa" width="1460" height="812" data-path="integrations/datasource-integrations/sap-standard-input-integration/add-ssh-key-integration-center/download-public-key.png" />
  </Step>

  <Step title="Share the public key with TechWolf">
    Send the `.pub` file to your TechWolf representative. TechWolf
    registers the key on the SFTP server and sends back the SFTP user name
    linked to it.
  </Step>

  <Step title="Use the key in the Integration Center">
    When loading the
    [export <Icon icon="link" iconType="solid" />](/integrations/datasource-integrations/sap-standard-input-integration/how-to-load-export-integration-definitions)
    or
    [import <Icon icon="link" iconType="solid" />](/integrations/datasource-integrations/sap-standard-input-integration/how-to-load-import-integration-definitions)
    integration definitions, fill in the Destination Settings (exports) or
    Source Settings (imports) page as follows:

    * Authentication Type: `Certificate based Authentication`
    * SFTP User Name: the user name TechWolf sent back
    * Authentication Key: the key generated above, e.g. `TechWolf SFTP Key`.
      The dropdown only lists keys present in the Security Center.

    <Card title="" img="https://mintcdn.com/techwolf/srm4xkDdr51eoxSQ/integrations/datasource-integrations/sap-standard-input-integration/add-ssh-key-integration-center/destination-settings.png?fit=max&auto=format&n=srm4xkDdr51eoxSQ&q=85&s=4762a32fd4a2be880a730fa9af699de1" width="1460" height="812" data-path="integrations/datasource-integrations/sap-standard-input-integration/add-ssh-key-integration-center/destination-settings.png" />

    <Card title="" img="https://mintcdn.com/techwolf/srm4xkDdr51eoxSQ/integrations/datasource-integrations/sap-standard-input-integration/add-ssh-key-integration-center/source-settings.png?fit=max&auto=format&n=srm4xkDdr51eoxSQ&q=85&s=07eebe873f1effd48916b0810a3a8b04" width="1460" height="812" data-path="integrations/datasource-integrations/sap-standard-input-integration/add-ssh-key-integration-center/source-settings.png" />
  </Step>
</Steps>
