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

Paramiko: Handle closed session #71

Merged
merged 1 commit into from
Mar 8, 2016
Merged

Conversation

philpep
Copy link
Contributor

@philpep philpep commented Feb 29, 2016

When the connection is dropped (for instance if the target host is
restarted between tests), paramiko raises
"paramiko.ssh_exception.SSHException: SSH session not active". In this
case we try to reconnect (once).

When the connection is dropped (for instance if the target host is
restarted between tests), paramiko raises
"paramiko.ssh_exception.SSHException: SSH session not active". In this
case we try to reconnect (once).
@philpep philpep merged commit 71eeb18 into master Mar 8, 2016
@philpep philpep deleted the paramiko_reinit_connection branch March 8, 2016 18:31
@AndreiPashkin
Copy link

I can confirm, that it fixes the issue addressed in #66

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