using SSh problem!

Sean DiZazzo half.italian at gmail.com
Thu Oct 2 11:15:39 EDT 2008


On Oct 2, 3:27 am, sa6113 <s.payan... at gmail.com> 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 <mailman.1881.1222937896.3487.python-l... at python.org>, 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



More information about the Python-list mailing list