This guide focuses on SFTP integrations hosted from Jebbit’s SFTP server to share data from your Jebbit experiences.
Setting up an SFTP Integration
1. Download SFTP Client
To communicate with the SFTP server at a local level, you will need to download an SFTP client such as FileZilla.
2. Create SSH Keys
Instead of a username/password combination, you will need to connect to Jebbit via the use of a username/private key combination.
To create a new SSH Key, you open your local Terminal/Command window, and enter the following command from your local operating system:
ssh-keygen -b 4096
Follow the remaining prompts like in the below example:
Then, share the public key with Jebbit using this URL.
3. Connect to the SFTP host
Once you have obtained the SFTP client and configured your SSH keys, Jebbit will provide you with a Username to connect to the SFTP host. The SFTP host URL for Jebbit is sftp.jebbit.io, or provide a different destination URL.
4. Establish the SFTP Connection with Jebbit
Use any SFTP client software, such as FileZilla, WinSCP, or Cyberduck, and enter the provided credentials.
SFTP Details:
Host: sftp.us.jebbit.io
Username: Client_SFTP
Key file: Private SSH Key
Port: 22
Establishing an SFTP connection is essential to securely transfer files between your system and Jebbit's servers. The above credentials are necessary for authenticating your connection and ensuring the confidentiality and integrity of your data.
5. Retrieve Your Data from Jebbit via SFTP
After establishing the SFTP connection, access your designated directory on Jebbit's server and retrieve the requested files.