We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This will be especially compelling when we've implemented saving a Tingbot hostname, it'll be tbtool shell to get a shell.
tbtool shell
The text was updated successfully, but these errors were encountered:
Will need a little work to plumb together stdin/stdout to Paramiko
Sorry, something went wrong.
http://docs.paramiko.org/en/2.0/api/client.html#paramiko.client.SSHClient.invoke_shell
Windows doesn't have select(), which makes this a lot harder. Threads are probably the way to go.
select()
I've got a start of this in a branch, if anyone wants to look at it see here: https://github.com/tingbot/tingbot-python/tree/paramiko-shell
(Non-working) shell implementation, as per #41
92c1109
No branches or pull requests
This will be especially compelling when we've implemented saving a Tingbot hostname, it'll be
tbtool shell
to get a shell.The text was updated successfully, but these errors were encountered: