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 publisher #194

Merged
merged 3 commits into from
Nov 29, 2023
Merged

SFTP publisher #194

merged 3 commits into from
Nov 29, 2023

Conversation

multiflexi
Copy link
Contributor

@multiflexi multiflexi commented Nov 23, 2023

Separate SFTP (SSH File Transfer Protocol) publisher for transmission of files over SSH and execution of command on remote machine.

  • Uses paramiko
  • requires only username, url and either password or key - other is optional
  • Works with password or private key - password protected or not
  • It is possible to specify path on the remote machine
  • After file is uploaded, there is an option to execute command on the remote machine

Also:

  • added docstrings
  • included some additional files in .gitignore

@milankowww milankowww merged commit 96838df into SK-CERT:main Nov 29, 2023
2 checks passed
@multiflexi multiflexi deleted the sftp_client branch November 29, 2023 19:33
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

Successfully merging this pull request may close these issues.

2 participants