Skip to content

Commit 6242a5d

Browse files
committed
ref(docs): move "Gen SSH Key" section inline to each install doc
1 parent decc18c commit 6242a5d

6 files changed

Lines changed: 18 additions & 13 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
The ``deisctl`` utility communicates with remote machines over an SSH tunnel.
2+
If you don't already have an SSH key, the following command will generate
3+
a new keypair named "deis":
4+
5+
.. code-block:: console
6+
7+
$ ssh-keygen -q -t rsa -f ~/.ssh/deis -N '' -C deis

docs/installing_deis/baremetal.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Check System Requirements
2525
Please refer to :ref:`system-requirements` for resource considerations when choosing a
2626
machine size to run Deis.
2727

28+
2829
Generate SSH Key
2930
----------------
3031

31-
Please refer to :ref:`generate_ssh_key` for generating a new SSH key.
32+
.. include:: ../_includes/_generate-ssh-key.rst
3233

3334

3435
Customize user-data

docs/installing_deis/digitalocean.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ Check System Requirements
3131
Please refer to :ref:`system-requirements` for resource considerations when choosing a droplet
3232
size to run Deis.
3333

34+
3435
Generate SSH Key
3536
----------------
3637

37-
Please refer to :ref:`generate_ssh_key` for generating a new SSH key.
38+
.. include:: ../_includes/_generate-ssh-key.rst
39+
3840

3941
Generate a New Discovery URL
4042
----------------------------

docs/installing_deis/quick-start.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,16 @@ These steps will help you provision a Deis cluster.
99

1010
.. _get_the_source:
1111

12+
.. "Get the Source" section
1213
.. include:: ../_includes/_get-the-source.rst
1314

1415

1516
.. _generate_ssh_key:
1617

17-
Generate an SSH key
18-
-------------------
18+
Generate SSH Key
19+
----------------
1920

20-
The ``deisctl`` utility communicates with remote machines over an SSH tunnel.
21-
If you don't already have an SSH key, the following command will generate
22-
a new keypair named "deis":
23-
24-
.. code-block:: console
25-
26-
$ ssh-keygen -q -t rsa -f ~/.ssh/deis -N '' -C deis
21+
.. include:: ../_includes/_generate-ssh-key.rst
2722

2823

2924
.. _generate_discovery_url:

docs/installing_deis/rackspace.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ API key can be found on the Account Settings page.
4545
Generate SSH Key
4646
----------------
4747

48-
Please refer to :ref:`generate_ssh_key` for generating a new SSH key.
48+
.. include:: ../_includes/_generate-ssh-key.rst
4949

5050

5151
Set up your keys

docs/installing_deis/vagrant.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Please install `Vagrant`_ v1.6.5+ and `VirtualBox`_.
2828
Generate SSH Key
2929
----------------
3030

31-
Please refer to :ref:`generate_ssh_key` for generating a new SSH key.
31+
.. include:: ../_includes/_generate-ssh-key.rst
3232

3333

3434
Generate a New Discovery URL

0 commit comments

Comments
 (0)