diff --git a/lxm3/xm_cluster/artifacts.py b/lxm3/xm_cluster/artifacts.py index 5732d18..02bcd89 100644 --- a/lxm3/xm_cluster/artifacts.py +++ b/lxm3/xm_cluster/artifacts.py @@ -147,7 +147,7 @@ def __init__( ): if connect_kwargs is None: connect_kwargs = {} - fs = SFTPFileSystem("sftp", host=hostname, username=user, **connect_kwargs) # type: ignore + fs = SFTPFileSystem(host=hostname, username=user, **connect_kwargs) # type: ignore # Normalize the storage root to an absolute path. self._host = hostname self._user = user