Secure storage for passwords for admin scripts?

Harry George harry.g.george at boeing.com
Wed Aug 11 16:41:26 EDT 2004


"Roger Upole" <rupole at hotmail.com> writes:

> You could store the passwords in a file protected by NTFS encryption,
> or set the file security to only allow administrators access.
>       hth
>             Roger
> 
> "Max" <mksql at yahoo.com> wrote in message
> news:c90c3203.0408100711.3f7b056d at posting.google.com...
> > I have a collection of system admin scripts (on Win 2k) that I would
> > like to automate the execution of. However, some of them require the
> > use of logins with admin rights, and would therefore prefer not to
> > store the IDs in the clear text of the source. If memory serves
> > correctly, the "compiled" .pyc files do not provide much security in
> > this area.
> >
> > Are there are recommended methods for supplying scripts with login
> > information in a secure fashion?
> 
> 

Consider using ssh-agent.  See "SSH The Secure Shell" from O'Reilly,
chapter on "Case Studies ... Unattended SSH: batch or cron".

-- 
harry.g.george at boeing.com
6-6M21 BCA CompArch Design Engineering
Phone: (425) 342-0007



More information about the Python-list mailing list