Open Python shell through SSH
Posted
by MihaiD
on Stack Overflow
See other posts from Stack Overflow
or by MihaiD
Published on 2010-04-20T08:14:53Z
Indexed on
2010/04/20
8:23 UTC
Read the original article
Hit count: 279
I'm using this tool to set up a ssh server on Windows. I'm trying to open the standard Python shell through a remote ssh connection but I simply can't get it to work. If I type 'python' in my ssh command line nothing happens, it just seems to wait for more input. My server machine however, shows a new python process running after I do this.
Running scripts works fine, though.
Do I need to use another Python shell, some other ssh server, some different configs?
Thanks
© Stack Overflow or respective owner