From 1f80c2a652b03d84718c2e61b7761f939de3b07a Mon Sep 17 00:00:00 2001 From: rgstephens Date: Mon, 30 Dec 2013 17:50:58 -0800 Subject: [PATCH] Update for Ubuntu 13.10 With two additional commands, this procedure will work for Ubuntu 13.10 using the image stackbrew/ubuntu:13.10. 1) change /etc/pam.d/sshd, pam_loginuid line 'required' to 'optional' 2) echo LANG=\"en_US.UTF-8\" > /etc/default/locale --- docs/sources/examples/running_ssh_service.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sources/examples/running_ssh_service.rst b/docs/sources/examples/running_ssh_service.rst index 3d0a782678..923614951d 100644 --- a/docs/sources/examples/running_ssh_service.rst +++ b/docs/sources/examples/running_ssh_service.rst @@ -94,5 +94,8 @@ 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