This library provides an integration with SSH and SFTP.
dagster_ssh.
SSHResource
(remote_host, remote_port, username=None, password=None, key_file=None, key_string=None, timeout=10, keepalive_interval=30, compress=True, no_host_key_check=True, allow_host_key_change=False, logger=None)[source]¶Resource for ssh remote execution using Paramiko. ref: https://github.com/paramiko/paramiko