Hello all,
I am writing a script that uses DBI to retrieve a list of router ip addresses from an Oracle DB and then log into each router and run a command and capture the output.
All well and good but I do not want to hard code the user names and passwords. Any way to have some type of encypted "shadow" file that retrieves the user names and passwords?
If there is no way I am thinking of using the Active State Perl Development kit to compile my code as a binary to run on Solaris 9. Anyone ever do that?
Thanks,
Nick
If at first you don't succeed, don't try skydiving.
I am writing a script that uses DBI to retrieve a list of router ip addresses from an Oracle DB and then log into each router and run a command and capture the output.
All well and good but I do not want to hard code the user names and passwords. Any way to have some type of encypted "shadow" file that retrieves the user names and passwords?
If there is no way I am thinking of using the Active State Perl Development kit to compile my code as a binary to run on Solaris 9. Anyone ever do that?
Thanks,
Nick
If at first you don't succeed, don't try skydiving.