From 82a47b0e82367aa5f1b6d15816c7e66abdffb06a Mon Sep 17 00:00:00 2001 From: Andy Rothfusz Date: Thu, 2 Jan 2014 16:17:52 -0800 Subject: [PATCH] Keep original transcript in Thatcher's voice and clarify that this is an update to the example. --- docs/sources/examples/running_ssh_service.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/sources/examples/running_ssh_service.rst b/docs/sources/examples/running_ssh_service.rst index 923614951d..a0ce532d8d 100644 --- a/docs/sources/examples/running_ssh_service.rst +++ b/docs/sources/examples/running_ssh_service.rst @@ -94,8 +94,13 @@ The password is ``screencast``. $ ifconfig $ ssh root@192.168.33.10 -p 49154 # Thanks for watching, Thatcher thatcher@dotcloud.com - # For Ubuntu 13.10 using stackbrew/ubuntu, I had do these additional steps: - # change /etc/pam.d/sshd, pam_loginuid line 'required' to 'optional' - # echo LANG=\"en_US.UTF-8\" > /etc/default/locale + +Update: +------- + +For Ubuntu 13.10 using stackbrew/ubuntu, you may need do these additional steps: + +1. change /etc/pam.d/sshd, pam_loginuid line 'required' to 'optional' +2. echo LANG=\"en_US.UTF-8\" > /etc/default/locale