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

Added 001 to trouble shooting #182

Merged
merged 2 commits into from
May 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Chef Workstation installs everything you need to get started using Chef on Windo

We use Omnibus to describe our packaging. Please review [chef-workstation/omnibus/README.MD](https://github.com/chef/chef-workstation/tree/master/omnibus) for further details.

## Frequently Asked Questions

Please check out the doc [here](./FAQ.md).

## Copyright and License

Code released under the [Apache license](LICENSE). Images and any trademarked content are Copyright 2018 by [Chef Software, Inc.](https://www.chef.io).
17 changes: 17 additions & 0 deletions www/site/content/docs/chef-workstation/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,20 @@ Use **Add / Remove Programs** to remove the Chef Workstation product on the Micr
### Linux

Remove using respective package manager based on the distribution, for example, `yum` or `apt`.

## Error code CHEFINT001

```
CHEFINT001

An remote error has occurred:

Your SSH Agent has no keys added, and you have not specified a password or a key file.
```

How to add your `ssh` key:

```
$ ssh-add
Identity added: /home/timmy/.ssh/id_rsa (/home/timmy/.ssh/id_rsa)
```