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

Install openssh in dplsh to ensure we can run ssh-related commands inside it #240

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

hypesystem
Copy link
Contributor

What does this PR do?

The guide in the guide for provisioning Github repos step 2 suggests running ssh-agent and ssh-add inside dplsh, but these do not work as openssh is missing from the shell.

To make it easier to run everything inside the shell, we add the missing dependency, so the guide is now correct.

Should this be tested by the reviewer and how?

Build dplsh locally (docker build . -t dplsh:local in the /tools/dplsh folder, run the dplsh (DPLSH_IMAGE=dplsh:local ../tools/dplsh/dplsh.sh in the /infrastructure folder) and verify that ssh-agent and ssh-add execute without errors in the shell.

Any specific requests for how the PR should be reviewed?

N/A

What are the relevant tickets?

N/A

@hypesystem hypesystem requested a review from spaceo March 7, 2024 07:36
Copy link
Contributor

@spaceo spaceo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! 🎉
Easy fix :)

…side it

The guide in [the guide for provisioning Github repos](/docs/runbooks/add-library-site-to-platform.md) step 2 suggests running ssh-agent and ssh-add inside dplsh, but these do not work as openssh is missing from the shell.

To make it easier to run everything inside the shell, we add the missing dependency, so the guide is now correct.
@hypesystem hypesystem force-pushed the enable-ssh-in-dplsh branch from c50118c to f895b09 Compare March 11, 2024 20:21
@hypesystem hypesystem merged commit 614efe0 into main Mar 11, 2024
2 checks passed
@hypesystem hypesystem deleted the enable-ssh-in-dplsh branch March 11, 2024 20:27
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

Successfully merging this pull request may close these issues.

2 participants