-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix: urgent patch on python sshnpd #1026
Conversation
Not sure why but I do not have it working on my Mac..
On the sshnpd.py I see
on the sshnp side
Could be me as I am not Python friendly... |
Looks like it's coming from this, i'll fix. |
That error has gone but it still does not work for me on mac
|
Hmm, looks to me like the socket connector is failing on your machine.. I'll see if I can reproduce. |
Test now on Linux (Ubuntu 22.0.4) working fine so far |
spoke too soon.. Broken ..
agina could be me but the penv seemed OK..
|
related to #1025
- What I did
Removed legacy code and cleaned up code for 4.0 support
fixed small bugs around monitor, and ssh keys
I'm not going to spend anymore time fixing username, for now it will be a required verb.
- How I did it
A release on at_python
removed legacy code to clean up logic
- How to verify it
STEPS FOR TESTING:
make a venv and
pip install -r requirements.txt
./sshnpd.py -a ... -m ... -u ...
- Description for the changelog
fix: urgent patch on python sshnpd