Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed some minor typos and formatting #13577

Merged
merged 3 commits into from
Jul 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/integrations/sources/sftp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SFTP
This page contains the setup guide and reference information for the SFT source connector.
This page contains the setup guide and reference information for the SFTP source connector.

## Prerequisites

Expand All @@ -19,9 +19,10 @@ Key pair is created (typically by the user). This is typically done with ssh-key
Private key stays with the user (and only there), while the public key is sent to the server. Typically with the ssh-copy-id utility.
Server stores the public key (and "marks" it as authorized).
Server will now allow access to anyone who can prove they have the corresponding private key.
## Step 2: Set up the `$CONNECTOR_NAME` connector in Airbyte

### For Airbyte Cloud:
### Step 2: Set up the SFTP connector in Airbyte

#### For Airbyte Cloud:

1. [Log into your Airbyte Cloud](https://cloud.airbyte.io/workspaces) account.
2. In the left navigation bar, click **`Sources`**. In the top-right corner, click **+new source**.
Expand Down