1. 18 Feb, 2014 3 commits
  2. 14 Feb, 2014 3 commits
  3. 13 Feb, 2014 24 commits
  4. 12 Feb, 2014 4 commits
  5. 11 Feb, 2014 6 commits
    • Merge pull request #776 from edx/jarv/ssh-motd · 53c4c6b9
      Jarv/ssh motd
      John Jarvis committed
    • sp · 12dc0e00
      John Jarvis committed
    • using motd.tail · 05f83d33
      ssh login is now:
      
      ```
      $ ssh jarv.m.sandbox.edx.org
      Welcome to Ubuntu 12.04.2 LTS (GNU/Linux 3.2.0-40-virtual x86_64)
      
      *** /dev/xvda1 will be checked for errors at next reboot ***
      
      *** System restart required ***
      *******************************************************************
      *                                                                 *
      *   _   _| |\ \/ /  This system is for the use of authorized      *
      * / -_) _` | >  <   users only.  Usage of this system may be      *
      * \___\__,_|/_/\_\  monitoried and recorded by system personnel.  *
      *                                                                 *
      * Anyone using this system expressly consents to such monitoring  *
      * and is advised that if such monitoring reveals possible         *
      * evidence of criminal activity, system personnel may provide the *
      * evidence from such monitoring to law enforcement officials.     *
      *                                                                 *
      *******************************************************************
      Last login: Tue Feb 11 19:12:12 2014 from terminus.mit.edu
      ````
      John Jarvis committed
    • motd changes, add security banner · 04232301
      ssh login will look like this:
      
      ```
      Welcome to Ubuntu 12.04.2 LTS (GNU/Linux 3.2.0-40-virtual x86_64)
      *******************************************************************
      *                                                                 *
      *   _   _| |\ \/ /  This system is for the use of authorized      *
      * / -_) _` | >  <   users only.  Usage of this system may be      *
      * \___\__,_|/_/\_\  monitoried and recorded by system personnel.  *
      *                                                                 *
      * Anyone using this system expressly consents to such monitoring  *
      * and is advised that if such monitoring reveals possible         *
      * evidence of criminal activity, system personnel may provide the *
      * evidence from such monitoring to law enforcement officials.     *
      *                                                                 *
      *******************************************************************
      
      115 packages can be updated.
      48 updates are security updates.
      
      *** /dev/xvda1 will be checked for errors at next reboot ***
      
      Last login: Tue Feb 11 18:58:37 2014 from terminus.mit.edu
      ```
      John Jarvis committed
    • Merge pull request #742 from edx/sef/gh_users_no_sudo_master · 8f4a3094
      add users without sudo (gh_user_no_sudo)
      Sef Kloninger committed