Tagged Questions

3
votes
5answers
670 views

What is the best way to change a user-password remotely in Unix?

What is the best way to change a user-password remotely in Unix? This must be performed by the user, in a Web-app or Windows-App, without using SSH or any direct connection between the user and the ...
2
votes
1answer
68 views

How to set password on first call for command from paramiko?

I have one user test. I set password change when that user login with chage command. chage -E 2012-01-25 -M 30 -d 0 -W 10 -I 5 test So when i try to run command ls [root@localhost ~]# ssh ...
0
votes
2answers
760 views

How to Script Automated Root Password Changes?

Currently our process consists of logging into each *nix server and manually changing the password for each. My question is, what is a good way to automate this? I'm thinking of possibly a couple ...