Skip to content

Provide more verbosity when --ssh fails#3014

Merged
danielbachhuber merged 1 commit into
masterfrom
2765-error-verbosity
Jun 14, 2016
Merged

Provide more verbosity when --ssh fails#3014
danielbachhuber merged 1 commit into
masterfrom
2765-error-verbosity

Conversation

@danielbachhuber
Copy link
Copy Markdown
Member

$ wp --ssh=foo option get home
Error: Cannot connect over SSH using provided configuration.

Unfortunately, it doesn't seem possible to capture the SSH error itself.
-o LogLevel=ERROR still includes the "Connection closed" message.

Fixes #2765

```
$ wp --ssh=foo option get home
Error: Cannot connect over SSH using provided configuration.
```

Unfortunately, it doesn't seem possible to capture the SSH error itself.
`-o LogLevel=ERROR` still includes the "Connection closed" message.
@danielbachhuber danielbachhuber added this to the 0.24.0 milestone Jun 14, 2016
@danielbachhuber danielbachhuber merged commit c376593 into master Jun 14, 2016
@danielbachhuber danielbachhuber deleted the 2765-error-verbosity branch June 14, 2016 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide a more helpful error when a --ssh connection fails

1 participant