[Distutils] Call for information - What assumptions can I make about Unix users' access to Windows?

Nick Coghlan ncoghlan at gmail.com
Sun Nov 9 13:40:36 CET 2014


On 9 Nov 2014 22:28, "Nick Coghlan" <ncoghlan at gmail.com> wrote:
>
>
> On 9 Nov 2014 22:16, "Vinay Sajip" <vinay_sajip at yahoo.co.uk> wrote:
> >
> > > Thanks, that's very useful feedback. I agree, the need for RDP is very
> >
> > > Windows-specific - I don't know how common RDP tools are for Unix, but
> >
> >
> >
> >
> > Not uncommon, AFAIK. For example, I use rdesktop on Lubuntu to access
Windows machines via RDP, and it seems fairly stable. There are alternative
tools available (such as remmina).
>
> For automated scripting from a *nix host, it's also worth noting that
Ansible supports remote control of Windows systems, and the underlying
Python libraries for that connectivity are also open source (they talk to
the native Windows remote control interfaces, so they don't need anything
special on the target system).

Oops, forgot the link: http://docs.ansible.com/intro_windows.html

Underlying library: https://pypi.python.org/pypi/pywinrm

Cheers,
Nick.

>
> Cheers,
> Nick.
>
> >
> > Regards,
> >
> > Vinay Sajip
> > _______________________________________________
> > Distutils-SIG maillist  -  Distutils-SIG at python.org
> > https://mail.python.org/mailman/listinfo/distutils-sig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20141109/15698800/attachment.html>


More information about the Distutils-SIG mailing list