Skip to content

fix: Remove incorrect SSH key authentication claim from SFTP docs#1722

Merged
lukekim merged 1 commit into
trunkfrom
fix/sftp-ssh-key-claim
May 13, 2026
Merged

fix: Remove incorrect SSH key authentication claim from SFTP docs#1722
lukekim merged 1 commit into
trunkfrom
fix/sftp-ssh-key-claim

Conversation

@claudespice
Copy link
Copy Markdown
Collaborator

Summary

The FTP/SFTP comparison table claimed SFTP supports "Username/password or SSH keys" for authentication. The SFTP connector (connector-sftp/src/lib.rs) only defines component("user") and component("pass") parameters — no SSH key file or passphrase parameters exist in the code.

Changes

Changed SFTP authentication column from "Username/password or SSH keys" to "Username/password" in both vNext and v1.11.x docs (2 files).

Reference

Verified against spiceai/spiceai at trunkcrates/data-connectors/connector-sftp/src/lib.rs PARAMETERS array (lines 62-70). Confirmed no SSH-related parameters via grep -rn 'ssh\|SSH\|identity_file\|private_key' crates/data-connectors/connector-sftp/src/ (no results).

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.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2026

✅ Pull with Spice Passed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected
  • ✅ Has at least one assignee: claudespice

@github-actions
Copy link
Copy Markdown

🚀 deployed to https://5284b42b.spiceai-org-website.pages.dev

@lukekim lukekim merged commit d770af4 into trunk May 13, 2026
8 of 10 checks passed
@lukekim lukekim deleted the fix/sftp-ssh-key-claim branch May 13, 2026 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants