Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rsignell opened this issue Apr 26, 2024 · 4 comments
Open

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

rsignell opened this issue Apr 26, 2024 · 4 comments

Comments

@rsignell
Copy link

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
Copy link
Author

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
Copy link
Author

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.
[email protected]: Permission denied (publickey).

@rsignell rsignell reopened this Apr 26, 2024
@ntabris
Copy link
Member

ntabris commented Apr 29, 2024

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
Copy link
Author

Rebooted. But unfortunately it still had the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants