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

[16.0] fs_storage: support SSH private keys authentication #331

Open
wants to merge 4 commits into
base: 16.0
Choose a base branch
from

Commits on Jan 29, 2024

  1. fs_storage: support SSH private keys authentication

    SSH connections can now be done with private keys by setting the `pkey`
    + `passphrase` options.
    Coupled with the `eval_options_from_env` this allows to set these ones
    from the environment, e.g:
    
    `{"host": "sftp.example.net", "username": "sftp", "pkey": "$SSH_KEY", "passphrase": "$SSH_PASSPHRASE", "port": 22}`
    sebalix committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c0b3315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f33885 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81e22e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f530cf View commit details
    Browse the repository at this point in the history