Revert "Add how to configure ssh access into the container"
authorSam <sam.saffron@gmail.com>
Tue, 13 May 2014 21:47:16 +0000 (07:47 +1000)
committerSam <sam.saffron@gmail.com>
Tue, 13 May 2014 21:47:16 +0000 (07:47 +1000)
This reverts commit 5c7d0d2768a1af29ad5372f1e364c9d23a455172.

README.md

index cb71b2dbfbb5a1e4a7d63c196c1e4c69d36d3f9d..10b6f1abd4186f5f32a0de0c4c6a786d06eb7b65 100644 (file)
--- a/README.md
+++ b/README.md
@@ -117,21 +117,6 @@ volumes:
 
 Expose a directory inside the host inside the container.
 
-
-#### ssh:
-
-In order to ssh into the container instance, you need to provide root's public key on host. You can get the root's public key using `sudo cat /root/.ssh/id_rsa.pub`. Then add a new entry into `app.yml` under `params` to specify the key.
-
-    ssh_key: ssh-rsa ROOT_PUBLIC_KEY_HERE
-
-If you don't have a key there, you could generate one using `ssh-keygen`
-
-    sudo su     # switch to root
-    cd ~
-    ssh-keygen  # defaults are fine. 
-    exit        # return to your own account
-
-
 ### Upgrading Discourse
 
 The Docker setup gives you multiple upgrade options:
@@ -165,8 +150,7 @@ For a Discourse instance to function properly Email must be set up. Use the `SMT
 
 ### Troubleshooting
 
-You can ssh into your container using `./launcher ssh my_container`, we will automatically set up ssh access during bootstrap. 
-
+You can ssh into your container using `./launcher ssh my_container`, we will automatically set up ssh access during bootstrap.
 
 ### Security