Browse code

Merge pull request #3399 from rgstephens/patch-1

Update for Ubuntu 13.10

Andy Rothfusz authored on 2014/01/03 09:14:47
Showing 1 changed files
... ...
@@ -94,5 +94,8 @@ The password is ``screencast``.
94 94
          $ ifconfig
95 95
          $ ssh root@192.168.33.10 -p 49154
96 96
          # Thanks for watching, Thatcher thatcher@dotcloud.com
97
+         # For Ubuntu 13.10 using stackbrew/ubuntu, I had do these additional steps:
98
+         # change /etc/pam.d/sshd, pam_loginuid line 'required' to 'optional'
99
+         # echo LANG=\"en_US.UTF-8\" > /etc/default/locale
97 100
 
98 101