and clarify that this is an update to the example.
| ... | ... |
@@ -94,8 +94,13 @@ 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 |
+ |
|
| 98 |
+Update: |
|
| 99 |
+------- |
|
| 100 |
+ |
|
| 101 |
+For Ubuntu 13.10 using stackbrew/ubuntu, you may need do these additional steps: |
|
| 102 |
+ |
|
| 103 |
+1. change /etc/pam.d/sshd, pam_loginuid line 'required' to 'optional' |
|
| 104 |
+2. echo LANG=\"en_US.UTF-8\" > /etc/default/locale |
|
| 100 | 105 |
|
| 101 | 106 |
|