![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Script to Check for Unix/Linux Passwords | lucknowm | Shell Programming and Scripting | 1 | 05-29-2008 09:08 PM |
| not null cheking of an argument in perl | ammu | Shell Programming and Scripting | 4 | 06-05-2007 09:58 AM |
| Limitations of awk? Good idea? Bad idea? | yongho | Shell Programming and Scripting | 2 | 06-08-2005 05:18 PM |
| Perl script - changing passwords | thehoghunter | Shell Programming and Scripting | 3 | 05-03-2002 10:11 AM |
| Changing Users Passwords Via Script? | PJolliffe | UNIX for Advanced & Expert Users | 3 | 04-10-2002 08:54 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi All,
I am looking for scripts where i need check normal user password and root password for more 100 servers from single server...! let me explin it what exacltly i need...! i need to do password audit for more than 600 boxes... for one normal user and root password also... Just login to all the server and checking the passwords whether its working or not u can guess i how boring job is this..! just i need a script for this..! could some one help me for this...? |
|
|||||
|
Are you saying that there are common passwords for root and a generic user on over 600 of your servers? And, that you want to embed them in a script?
So, something like: Code:
while read zf do rlogin $zf -l root echo "logged into $zf as root" rlogin $zf -l any_user echo "logged into $zf as any_user" done < list_servers |
|
|||||
|
I think you've asked the same question before, please read the answers there, or post more info.
|
|
||||
|
Plz help me..! password
Hi All,
What i want is need to check the passwords whether its working or not.. if its wirking..! "working" else "not working" through script for almost 600 servers plz some one help me..! |
| Sponsored Links | ||
|
|