Thanks for your work on this, Adam. Your solution for account creation looks pretty slick, and I'm glad you're pushing to do the migration of user accounts as soon as possible. I think that we will get a lot of useful testing information from the users who migrate their accounts first.
Quick question - I've seen references to creating .pass files on fyodor, .mire-password, and perhaps another variation. Which one are we going with? If you let me know I'll update the wiki page with the correct information for users. I already created a file in my directory according to .mire-password. Thanks again! > > Could you please: > > ssh fyodor.hcoop.net > cd /home > for USER in *; do > sudo touch $USER/.mire-password > sudo chown $USER:megacz $USER/.mire-password > sudo chmod 660 $USER/.mire-password > done > > This way I can (using a script and ssh keys) automatically and > securely retrieve a user's desired password and overwrite the file > contents once their account has been created (we don't want to leave > these files lying around any longer than we have to). > > Thanks, > > - a > > -- > PGP/GPG: 5C9F F366 C9CF 2145 E770 B1B8 EFB1 462D A146 C380 > > > _______________________________________________ > HCoop-SysAdmin mailing list > [email protected] > http://hcoop.net/cgi-bin/mailman/listinfo/hcoop-sysadmin > > _______________________________________________ HCoop-SysAdmin mailing list [email protected] http://hcoop.net/cgi-bin/mailman/listinfo/hcoop-sysadmin
