This website requires JavaScript.
Explore
Help
Sign In
extern
/
sshuttle
Watch
1
Star
1
Fork
0
You've already forked sshuttle
mirror of
https://github.com/sshuttle/sshuttle.git
synced
2024-11-22 16:03:57 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c026a92cad
sshuttle
/
requirements.txt
3 lines
29 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Bump setuptools-scm from 5.0.2 to 6.0.1 Bumps [setuptools-scm](https://github.com/pypa/setuptools_scm) from 5.0.2 to 6.0.1. - [Release notes](https://github.com/pypa/setuptools_scm/releases) - [Changelog](https://github.com/pypa/setuptools_scm/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/setuptools_scm/compare/v5.0.2...v6.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-18 07:10:30 +01:00
setuptools-scm==6.0.1
Fix #494 sshuttle caught in infinite select() loop. Improve detection of when the ssh process exits in both daemon and foreground modes. Previously, sshuttle could infinite loop with 100% cpu usage if the ssh process died. On machines that use suspend, the ssh connection might not resume after wakeup. Now, this situation is detected and sshuttle exits. The fix involves changing the return value we check for when we call poll() and using a psutil function to detect when the process exits if we are running sshuttle as a daemon.
2020-09-07 21:39:36 +02:00
psutil
Reference in New Issue
Copy Permalink