The problem is that I want login to a remote pc using ssh through a python script.
I don't want to use any ssh-keys (rsa keys,dsa keys etc.) nor do I want to use some extra module not incorporated in python standard libraries (telnet etc I guessed it is used in this from internet although I could not make out anything and it wasn't in my python documentation).
I am a beginner in python and would not mind any length of code until it is done entirely using python standard libraries.
(It's not sth. I require desperately but I want to know the way it is done..)
Sorry for being posting such descriptive and strange question....
Hoping someone would give a meaningful reply to it...
Thanks