Hi,
I have a social network built on my Pi. I have also been learning Python recently and have created a terminal based game of snake among other terminal based projects. My goal is to embed a telnet/SSH client within my website (probably on dvbis.no-ip.org instead of It's a Pi!) to allow users to access my Pi through an additional user account, without the need for a password. The user would be limited to their home directory, and will be unable to run any commands (except running the Python files). A script would be run at login which would create a wrapper for the user to run the Python files but would be unable to interact with the rest of the system. When they exit this wrapper they will also exit the telnet/SSH session.
The problem with all this is that I have no idea to go about doing it, and I have googled for a while without finding anything. If anyone can suggest what to do it will be greatly appreciated.
Thanks.