2008-06-19 03:00:58-0400 ------------------------ setting up authorized_user_id configuration on george was also more cumbersome than it needs to be. Here's what i (dkg) did: monkeysphere-server trust-keys 0EE5BE979282D80B9F7540F1CCD2ED94D21739E9 monkeysphere-server update-user-userids dkg 'Daniel Kahn Gillmor ' monkeysphere-server update-user-userids jrollins 'Jameson Rollins ' monkeysphere-server update-user-userids micah 'Micah Anderson ' monkeysphere-server update-user-userids mjgoins 'Matthew Goins ' monkeysphere-server update-user-userids ross 'Ross Glover ' monkeysphere-server update-user-userids jamie 'Jamie McClelland ' monkeysphere-server update-user-userids mlcastle 'mike castleman ' monkeysphere-server update-user-userids enw 'Elliot Winard ' monkeysphere-server update-user-userids greg 'Greg Lyle ' then i added a scheduled: monkeysphere-server update-users to run hourly via /etc/crontab and made sure that root's keys were working with a temporary symlink (see TODO about that business) and then modified /etc/ssh/sshd_config with: AuthorizedKeysFile /var/cache/monkeysphere/authorized_keys/%u Some outstanding questions: * Should we ship a scheduled monkeysphere-server update-users cron job automatically? * why was i not prompted to confirm the trust-keys line, which seems like the most delicate/sensitive line of all of them? PYING'>logtreecommitdiff
blob: 77cd1f8e3828e64883a9220fb47ed5e4b6ce5bd9 (plain)
  1. ######################################################################
  2. # LedgerSMB Small Medium Business Accounting
  3. # Copyright (C) 2006
  4. #
  5. #
  6. # Swiss-German texts:
  7. #
  8. # The Swiss-German translation is based on the german texts.
  9. #
  10. # Author: Alain Haymoz <alain.haymoz@leanux.ch>
  11. # Fabian Schiltknecht <fabian.schiltknecht@leanux.ch>
  12. # Martin Elmer <martin.elmer@leanux.ch>
  13. #
  14. # German texts:
  15. #
  16. # Author: Thomas Bayen <tbayen@bayen.de>
  17. # Gunter Ohrner <G.Ohrner@post.rwth-aachen.de>
  18. # Jens Koerner <jens@kleinflintbek.net>
  19. # Doris Messmer <dolores@tschueckengueruep.de>
  20. # Wolfgang Foerster <wf@inventronik.de>
  21. #
  22. # This program is free software; you can redistribute it and/or modify
  23. # it under the terms of the GNU General Public License as published by
  24. # the Free Software Foundation; either version 2 of the License, or
  25. # (at your option) any later version.
  26. #
  27. # This program is distributed in the hope that it will be useful,
  28. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  29. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  30. # GNU General Public License for more details.
  31. # You should have received a copy of the GNU General Public License
  32. # along with this program; if not, write to the Free Software
  33. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  34. ######################################################################