https://github.com/b-ryan/asyncssh-129
https://github.com/b-ryan/asyncssh-129
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/b-ryan/asyncssh-129
- Owner: b-ryan
- Created: 2018-02-25T06:43:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T06:43:23.000Z (almost 8 years ago)
- Last Synced: 2025-01-10T20:53:02.354Z (about 1 year ago)
- Language: Python
- Size: 356 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# asyncssh 129
Steps to reproduce:
1. Run the TCP server: `./tcp`
2. Run the SSH server: `python server.py`
3. Run the client: `python client.py`
Now that may not quite do it. The error is intermittent. For me, this command
seems to cause the error consistently:
```
for x in {1..100}; do python client.py ; done
```
It also spikes my CPU usage while it runs, so be warned.
The `output.log` file contains sample logs. The interesting part are the `CONN
EXCEPTION` logs.