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

[BUG] SSH tasks are leaving a dangling connection on ubuntu server #188

Closed
3 tasks done
christopherpickering opened this issue Jun 4, 2022 · 3 comments
Closed
3 tasks done
Labels

Comments

@christopherpickering
Copy link
Member

System Info

SSH to ubuntu 20

Issue

The connections are never removed on the ubuntu side. On windows server with openssh the ssh connections are removed. Somehow ubuntu is hanging on, maybe there is something else we can do in paramiko.

@christopherpickering christopherpickering added the 🦠 bug Something isn't working label Jun 4, 2022
@christopherpickering
Copy link
Member Author

This seems to be an issue with the ssh commands, not Atlas Hub. Calling exit 0 from a ssh script leaves an ssh connection open on the client.

christopherpickering pushed a commit that referenced this issue Jun 22, 2022
# [2.2.0-alpha.2](v2.2.0-alpha.1...v2.2.0-alpha.2) (2022-06-22)

### Bug Fixes

* **ssh connections:** fixed hanging ssh connections ([8939761](8939761)), closes [#188](#188)

### Features

* **git branch:** allow selection of git branch on python tasks ([3c0a719](3c0a719)), closes [#197](#197)
@christopherpickering
Copy link
Member Author

🎉 This issue has been resolved in version 2.2.0-alpha.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

christopherpickering pushed a commit that referenced this issue Jun 22, 2022
# [2.2.0](v2.1.0...v2.2.0) (2022-06-22)

### Bug Fixes

* **python:** fixed temp file name for python processer scripts ([c01aa75](c01aa75)), closes [#193](#193)
* **ssh connections:** fixed hanging ssh connections ([8939761](8939761)), closes [#188](#188)

### Features

* **edited time:** added last update time to projects and task headers ([011d993](011d993)), closes [#98](#98)
* **git branch:** allow selection of git branch on python tasks ([3c0a719](3c0a719)), closes [#197](#197)
* **python:** install deps from requirements.txt or pyproject.toml before guessing ([4bc3f58](4bc3f58)), closes [#159](#159)
@christopherpickering
Copy link
Member Author

🎉 This issue has been resolved in version 2.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant