This documentation is for an older version (1.4.7) of Dagster. You can view the version of this page from our latest release below.
This library provides an integration with SSH and SFTP.
Resource for ssh remote execution using Paramiko.
remote host to connect to
port of remote host to connect (Default is paramiko SSH_PORT)
Default Value: 22
username to connect to the remote_host
password of the username to connect to the remote_host
key file to use to connect to the remote_host.
key string to use to connect to remote_host
timeout for the attempt to connect to the remote_host.
Default Value: 10
send a keepalive packet to remote host every keepalive_interval seconds
Default Value: 30
Default Value: True
Default Value: True
[Deprecated]
Default Value: False