We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#196 describes a problem unrelated to LittleChef caused by the default settings of the openssh cookbook.
On our side at least the error could be handled better, so instead of the stacktrace the user would see a more helpful message.
The final line in the exception's output is: paramiko.ssh_exception.SSHException: Channel closed.
paramiko.ssh_exception.SSHException: Channel closed.
And the code line where it happens: https://github.com/tobami/littlechef/blob/1.6.1/littlechef/solo.py#L105
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#196 describes a problem unrelated to LittleChef caused by the default settings of the openssh cookbook.
On our side at least the error could be handled better, so instead of the stacktrace the user would see a more helpful message.
The final line in the exception's output is:
paramiko.ssh_exception.SSHException: Channel closed.
And the code line where it happens:
https://github.com/tobami/littlechef/blob/1.6.1/littlechef/solo.py#L105
The text was updated successfully, but these errors were encountered: