Open nikaiw opened 7 months ago
possible solution for fix https://github.com/deepmodeling/dpdispatcher/commit/3736b9c2b91c48635bc112ddca28c22eb9bd85ce
@nikaiw any idea how this could be replicated?
This is happening because the first command executed on some sshd may trigger a channel close in paramiko if it doesn't exist.
This should be partially fixed with https://github.com/Pennyw0rth/NetExec/pull/292 I will ask paramiko devs if they want to improve this behavior
paramiko issue opened there: https://github.com/paramiko/paramiko/issues/2391
Describe the bug Exception triggered while connected to an ssh server
To Reproduce Steps to reproduce the behavior i.e.: Command:
netexec ssh target -u username -p password
Resulted in:Expected behavior Exception suppressed from output
NetExec info