Navigation Menu

Skip to content
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

Explore exposing a proper "terminal" (like what telnet does, instead of netcat)? #76

Open
iagox86 opened this issue Oct 19, 2015 · 1 comment

Comments

@iagox86
Copy link
Owner

iagox86 commented Oct 19, 2015

It'd be really cool if the "shell" sessions would be able to be full-on terminals, with colours and the ability to run vim and stuff like that.

I don't really know what ssh does that's different than what netcat does, but it'd be good to explore it and see if I can make it happen!

@bmenrigh
Copy link

bmenrigh commented Dec 9, 2015

Yes exposing a TTY would be amazing. I've tried variations on exec --command='/usr/bin/python2.7 -c import pty; pty.spawn("/bin/bash");' without success.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants