You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can establish normal SSH2 sessions with Exscript. However, when I use conn.interact(), I get exscript tracebacks... fancy super-useful tracebacks courtesy of loguru
With libtelnet being deprecated as of 3.11 and removal slated for 3.13 I was looking for an alternative package. Exscript is suggested in the PEP which lead me to this issue.
I modified my local Protocol.py in Exscript and was able to get interactive working with two changes.
Change 1 on line 1145: set mode to rb instead of r
I can establish normal SSH2 sessions with Exscript. However, when I use
conn.interact()
, I getexscript
tracebacks... fancy super-useful tracebacks courtesy ofloguru
Sadly, I don't know enough linux / exscript details to contribute to fixing the problem, but
interact()
is definitely broken in exscript 2.6.3.Background:
The text was updated successfully, but these errors were encountered: