diff options
author | rebortg <github@ghlr.de> | 2020-06-30 22:24:41 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-06-30 22:24:41 +0200 |
commit | 946ad152bcf3fc8547f58a45050f732f6affe232 (patch) | |
tree | 42ba502de0a2d5bd83cb692b4f979c69ba3f3ea8 /docs/appendix/vyos-on-clouds.rst | |
parent | 0e59598602b214573f39da619595b943bd1a53b2 (diff) | |
download | vyos-documentation-946ad152bcf3fc8547f58a45050f732f6affe232.tar.gz vyos-documentation-946ad152bcf3fc8547f58a45050f732f6affe232.zip |
Build: fixed several build errors
Diffstat (limited to 'docs/appendix/vyos-on-clouds.rst')
-rw-r--r-- | docs/appendix/vyos-on-clouds.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/appendix/vyos-on-clouds.rst b/docs/appendix/vyos-on-clouds.rst index d69b2e1b..7fbd1b04 100644 --- a/docs/appendix/vyos-on-clouds.rst +++ b/docs/appendix/vyos-on-clouds.rst @@ -148,6 +148,7 @@ Click **Add item** and paste your public ssh key. Click ``Save``. .. figure:: /_static/images/cloud-gcp-05.png 6. Connect to the instance. SSH key was generated in the first step. + .. code-block:: none ssh -i ~/.ssh/vyos_gcp vyos@203.0.113.3 |