The idea here is to have a python app, that when started, asks for a user/password combination. This user/password combination should be the same as the user/password of the remote linux server or in such case, and authentication system.
Is this possible? How? Which APIs can I use?
Thanks a lot.