Skip to content

Commit

Permalink
Install openssh so jupyter-sshd-proxy could work
Browse files Browse the repository at this point in the history
Follow-up to #585 (comment).

The conda-forge package doesn't actually pull in openssh,
which feels like the right call for now (as systems may already
have openssh via other means?). 

Explicilty add openssh so jupyter-sshd-proxy works
  • Loading branch information
yuvipanda authored Oct 26, 2024
1 parent 4074d6b commit b3cb884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pangeo-notebook/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ dependencies:
- numpy
- numpy_groupies
- odc-stac
- openssh
- pandas
- panel
- parcels
Expand Down

0 comments on commit b3cb884

Please sign in to comment.