Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any documentation about dask clusters connecting over ssh tunnels?

Tags:

ssh

dask

I'm trying to setup a dask cluster on a system where only port 22 for SSH is open. Is this feasible? I've tried using port forwarding, and see some connections but then things fall apart. Is there any documentation about this?

like image 490
IanSR Avatar asked Nov 23 '25 23:11

IanSR


1 Answers

Yes, a Dask client needs only one port to access the scheduler. Typically this is port 8786, but you should be able to map this with ssh port tunneling. Dask itself has no particular documentation on how to use ssh port tunneling, but general documents on the internet should suffice.

like image 110
MRocklin Avatar answered Nov 26 '25 15:11

MRocklin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!