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

SFTP connector :: add more security #41

Open
PrettyWood opened this issue May 24, 2021 · 0 comments
Open

SFTP connector :: add more security #41

PrettyWood opened this issue May 24, 2021 · 0 comments

Comments

@PrettyWood
Copy link
Member

according to a previous audit, they recommend to enable some points to make this connector more reliable:

  • enable SSH private key authentication (instead of using only login/password)
  • check the host key to avoid Man in The Middle (MITM) attacks (by definind the supposed ssh fingerprint of the server?)
  • The connector should also store securely authentication mechanism and not return them to the user.

Original: ToucanToco/toucan-connectors#345

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant