Add ssh-keygen instructions for running as user
authorMichael Brown <michael@netdirect.ca>
Tue, 21 Jan 2014 06:20:17 +0000 (01:20 -0500)
committerMichael Brown <michael@netdirect.ca>
Tue, 21 Jan 2014 06:20:17 +0000 (01:20 -0500)
README.md

index c79afe78c62633e621b729dc4e5d7bbcb9e51ab9..4b9b01f7860318c992b340755cc3b4bb6adb7b2b 100644 (file)
--- 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