remove old_ssh (implement dask-ssh cli with new asyncssh SSHCluster)
Open
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
Currently the dask-ssh CLI is implemented using `distributed.deploy.old_ssh.SSHCluster`:
https://github.com/dask/distributed/blob/fb8484ece6fd320a5c79d3ec0a07c72913905adb/distributed/cli/dask_ssh.py#L9
however this SSHCluster implementation is deprecated in favour of `distributed.deploy.ssh.SSHCluster`, currently removing `old_ssh` would imply also removing the `dask-ssh` CLI: https://github.com/dask/distributed/pull/5874
see also:
https://github.com/dask/distributed/issues/2497
https://github.com/dask/distributed/issues/5869
Contributor guide
Assessment
This issue has not been assessed yet.