Skip to content

Commit f10a684

Browse files
committed
fix: Remove incorrect SSH key authentication claim from SFTP docs
The FTP/SFTP comparison table claimed SFTP supports "Username/password or SSH keys" for authentication. The SFTP connector only defines user and pass parameters — no SSH key file or passphrase parameters exist. Changed to "Username/password" to match the implementation.
1 parent bb1c00a commit f10a684

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • website
    • docs/components/data-connectors
    • versioned_docs/version-1.11.x/components/data-connectors

website/docs/components/data-connectors/ftp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SELECT * FROM sales LIMIT 10;
3434
| --------------- | ------------------------- | ------------------------------ |
3535
| Default Port | 21 | 22 |
3636
| Encryption | None (plain text) | SSH encryption |
37-
| Authentication | Username/password | Username/password or SSH keys |
37+
| Authentication | Username/password | Username/password |
3838
| Recommended Use | Internal/trusted networks | Production and public networks |
3939

4040
:::tip[Security Recommendation]

website/versioned_docs/version-1.11.x/components/data-connectors/ftp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SELECT * FROM sales LIMIT 10;
3434
| --------------- | ------------------------- | ------------------------------ |
3535
| Default Port | 21 | 22 |
3636
| Encryption | None (plain text) | SSH encryption |
37-
| Authentication | Username/password | Username/password or SSH keys |
37+
| Authentication | Username/password | Username/password |
3838
| Recommended Use | Internal/trusted networks | Production and public networks |
3939

4040
:::tip[Security Recommendation]

0 commit comments

Comments
 (0)