ssh on solaris 8

Martin v. Loewis martin at v.loewis.de
Wed Oct 16 22:07:43 EDT 2002


Cypher7 <member at dbforums.com> writes:

> I'm currently trying to make a daemon that will monitor a process on one
> of the servers we have.  If the process hoses up a ssh connection to a
> remote server has to be astablished and a script run.  The connection
> has to be secure and it has to be done in python.

I recommend to use os.system to invoke /usr/local/bin/ssh (or
whereever your ssh binary lives).

Regards,
Martin




More information about the Python-list mailing list