Lando won't build due to a missing ssh file#5
Open
davidyearwood wants to merge 2 commits intomasterfrom
Open
Conversation
matbrady
requested changes
Jan 22, 2021
docs/troubleshooting.md
Outdated
Comment on lines
23
to
35
| The `test` enviroment has not been created. Dev needs promoted first before the files or database can be pulled from it. | ||
|
|
||
| ## 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. No newline at end of file |
Member
There was a problem hiding this comment.
@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!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.