From: Michael Brown Date: Tue, 21 Jan 2014 06:20:17 +0000 (-0500) Subject: Add ssh-keygen instructions for running as user X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=df9a94311eb53d7144a5df74b8b8f46c189d315c;p=discourse_docker.git Add ssh-keygen instructions for running as user --- diff --git a/README.md b/README.md index c79afe7..4b9b01f 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,14 @@ We strongly recommend you have ssh access to your running containers, this allow 1. Bootstrap and run your container 1. `./launcher ssh my_container` +Or, if you're running as a regular user: + +1. Run a terminal +1. `ssh-keygen -b 2048 -t rsa -N "" -C "my unprotected key" -f ~/.ssh/id_rsa` +1. Paste the contents of `~/.ssh/id_rsa.pub` into your templates (see placeholder `YOUR_SSH_KEY` in samples) +1. Bootstrap and run your container +1. `./launcher ssh my_container` + ### Security Directory permissions in Linux are UID/GID based, if your numeric IDs on the