I already know there are ssh modules for Python, that's not for what I'm looking for. What I want to have is an python script to do the following:
Thanks in advance,
Best regards,
Use paramiko
, see http://jessenoller.com/2009/02/05/ssh-programming-with-paramiko-completely-different/ for a through example of using it.