Skip to content

Commit ccdf226

Browse files
committed
docs(installing_deis): Changing ssh key docs for vagrant users
1 parent f6bcb25 commit ccdf226

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

docs/installing_deis/install-platform.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ hosts during ``deis run``:
5858
5959
$ deisctl config platform set sshPrivateKey=~/.ssh/deis
6060
61+
.. note::
62+
63+
For Vagrant clusters: ``deisctl config platform set sshPrivateKey=$(HOME)/.vagrant.d/insecure_private_key``
64+
6165
We'll also need to tell the controller which domain name we are deploying applications under:
6266

6367
.. code-block:: console

docs/installing_deis/vagrant.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,20 @@ The ``Vagrantfile`` requires the plugin `vagrant-triggers`_. To install the plug
3131
website.
3232

3333

34-
Generate SSH Key
35-
----------------
36-
37-
.. include:: ../_includes/_generate-ssh-key.rst
38-
39-
4034
Generate a New Discovery URL
4135
----------------------------
4236

4337
.. include:: ../_includes/_generate-discovery-url.rst
4438

4539

40+
Generate SSH Key
41+
----------------
42+
43+
.. note::
44+
45+
For Vagrant clusters you don't need to create a key pair, instead use the insecure_private_key located in ``~/.vagrant.d/insecure_private_key``.
46+
47+
4648
Boot CoreOS
4749
-----------
4850

0 commit comments

Comments
 (0)