On Oct 2, 3:27 am, sa6113 <[EMAIL PROTECTED]> wrote: > No, my problem isn't entering password or not ? > I want to know what should I do to connect between different platform and > copy a file . > > Lawrence D'Oliveiro wrote: > > > In message <[EMAIL PROTECTED]>, sa6113 > > wrote: > > >> I want to connect form a windows machine to a Linux one using SSH (I use > >> Paramiko) and simply copy a file to Linux machine. > > > Do you want to be able to connect without having to enter a password? > > You'll > > need to set up a public/private key pair for that. > > -- > >http://mail.python.org/mailman/listinfo/python-list > > -- > View this message in > context:http://www.nabble.com/using-SSh-problem%21-tp19775680p19776775.html > Sent from the Python - python-list mailing list archive at Nabble.com.
I do it by wrapping "plink". http://www.chiark.greenend.org.uk/~sgtatham/putty/ I believe you can also install a version of OpenSSH on Windows. ~Sean -- http://mail.python.org/mailman/listinfo/python-list