coiled / feedback

A place to provide Coiled feedback
14 stars 3 forks source link

Struggling with --sync when starting notebook (from Windows WSL2) #276

Open rsignell opened 2 months ago

rsignell commented 2 months ago

I'm struggling with --sync when starting a Coiled notebook from Windows WSL2:

image

How can I fix that ssh issue. I do have ssh in WSL:

(base) $ which ssh
/usr/bin/ssh
rsignell commented 2 months ago

Oh! I just tried installing openssh into my conda environment:

mamba install openssh
(base) $ which ssh
/home/rsignell/miniforge3/bin/ssh

and now I don't get the sync error!

rsignell commented 2 months ago

Hmm, actually I do still get that error with openssh:

(base) rsignell@OSC:~/repos/unige-pangeo-course$ coiled notebook start --region us-east-1 --vm-type m5.xlarge --sync --s
oftware pangeo --name pangeo --workspace pangeo --disk-size 200GB
Launching file synchronization...
╭───────────────────────────── Notebook pangeo... ─────────────────────────────╮
│                                                                              │
│ Jupyter:                                                                     │
│ https://cluster-onozh.dask.host/jupyter/lab/tree/synced?token=n82JRxY9naAVkJ │
Error attempting to ssh...

Warning: Permanently added 'cluster-onozh.dask.host' (ED25519) to the list of
known hosts.
ubuntu@cluster-onozh.dask.host: Permission denied (publickey).
ntabris commented 2 months ago

Hi, @rsignell. We're trying to figure out how to make notebook sync (or something that covers the same need) more reliable, but in the mean time, would you be able to try restarting and see if it works for you after that? It seems like a restart helps many people who have this issue.

rsignell commented 1 month ago

Rebooted. But unfortunately it still had the same error.