summaryrefslogtreecommitdiff
path: root/docs/installation/cloud/gcp.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installation/cloud/gcp.rst')
-rw-r--r--docs/installation/cloud/gcp.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/installation/cloud/gcp.rst b/docs/installation/cloud/gcp.rst
index 66e75704..07aecdbe 100644
--- a/docs/installation/cloud/gcp.rst
+++ b/docs/installation/cloud/gcp.rst
@@ -7,7 +7,8 @@ Deploy VM
To deploy VyOS on GCP (Google Cloud Platform)
-1. Generate SSH key pair type **ssh-rsa** from the host that will connect to VyOS.
+1. Generate SSH key pair type **ssh-rsa** from the host that will connect to
+ VyOS.
Example:
@@ -16,10 +17,12 @@ To deploy VyOS on GCP (Google Cloud Platform)
ssh-keygen -t rsa -f ~/.ssh/vyos_gcp -C "vyos@mypc"
-.. NOTE:: In name "vyos@mypc" The first value must be "**vyos**". Because default user is vyos and google api uses this option.
+.. note:: In name "vyos@mypc" The first value must be "**vyos**". Because
+ default user is vyos and google api uses this option.
-2. Open GCP console and navigate to the menu **Metadata**. Choose **SSH Keys** and click ``edit``.
+2. Open GCP console and navigate to the menu **Metadata**. Choose
+ **SSH Keys** and click ``edit``.
.. figure:: /_static/images/cloud-gcp-01.png