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

Lando won't build due to a missing ssh file #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

davidyearwood
Copy link

@davidyearwood davidyearwood commented Jan 22, 2021

I added a new troubleshoot question and response revolving around adding a SSH key if the dev hasn't done so already. This issue cropped up when setting up OH Developer's dev environment.

Comment on lines 23 to 35

## Lando won't build due to a missing ssh file

What the error looks like:

```
Error =⇒ ENOENT: no such file or directory, scandir /Users/<your_username>/.ssh
```

Solution:

This error occurs when you haven't generated an SSH key on your machine. Following Pantheon's documentation on [how to generate a SSH key](https://pantheon.io/docs/ssh-keys#generate-ssh-key) will resolve this issue.
Copy link
Member

Choose a reason for hiding this comment

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

@dayvod I think it would be helpful to add some more context if possible or clarifying the situation where this could happen. For example, the word build is vague and unclear. Imagine the person running into the issue isn't familiar with Lando at all. The user isn't directly running a command like lando build. Is this when booting the application locally ie lando start. Is it when building the app for deployment?
Something to think about. Definitely a helpful contribution though. Thanks for adding!

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